diff options
-rw-r--r-- | conf.default/config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.default/config.xml b/conf.default/config.xml index 3e4c579..1681910 100644 --- a/conf.default/config.xml +++ b/conf.default/config.xml @@ -34,7 +34,7 @@ </system> <interfaces> <lan> - <if>sis0</if> + <if>lnc0</if> <ipaddr>192.168.1.1</ipaddr> <subnet>24</subnet> <media></media> @@ -48,7 +48,7 @@ --> </lan> <wan> - <if>sis1</if> + <if>lnc1</if> <mtu></mtu> <ipaddr>dhcp</ipaddr> <!-- *or* ipv4-address *or* 'pppoe' *or* 'pptp' *or* 'bigpond' --> |