diff options
author | Darkeye <postfach@martinmichel.info> | 2011-01-23 21:18:33 (GMT) |
---|---|---|
committer | Darkeye <postfach@martinmichel.info> | 2011-01-23 21:18:33 (GMT) |
commit | 2a7069f212166e1aa623cf9a88d17776f4aaedf0 (patch) | |
tree | c2fed9805254eb67ac44bde03d3c4535d1b8cf18 | |
parent | 488e8b288906e371fddfebcaf4616d1de1304fb0 (diff) |
Set LAN-IP to 10.17.200.1 local net is now 10.17.200.0/24
-rw-r--r-- | files/etc/config/network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/etc/config/network b/files/etc/config/network index b733a13..3d73ebc 100644 --- a/files/etc/config/network +++ b/files/etc/config/network @@ -12,7 +12,7 @@ config 'interface' 'mesh' config 'interface' 'lan' option 'type' 'bridge' option 'proto' 'static' - option 'ipaddr' '192.168.1.1' + option 'ipaddr' '10.17.200.1' option 'netmask' '255.255.255.0' option 'ifname' 'eth0.1' |