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 | b6f2f51aef5938d585a4ad7aeb7666116c420c24 (patch) | |
tree | c2fed9805254eb67ac44bde03d3c4535d1b8cf18 | |
parent | 20033db6ac28d794f55c7be2f73765f5a1bae36d (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' |