diff options
Diffstat (limited to 'conf.default')
-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 a9da012..b9e89ab 100644 --- a/conf.default/config.xml +++ b/conf.default/config.xml @@ -191,7 +191,7 @@ </system> <interfaces> <wan> - <if>sis1</if> + <if>vr1</if> <mtu></mtu> <ipaddr>dhcp</ipaddr> <!-- *or* ipv4-address *or* 'pppoe' *or* 'pptp' *or* 'bigpond' --> @@ -211,7 +211,7 @@ --> </wan> <lan> - <if>sis0</if> + <if>vr0</if> <ipaddr>192.168.1.1</ipaddr> <subnet>24</subnet> <media></media> |