diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-11-17 21:52:47 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-11-17 21:52:47 +0000 |
commit | e265e49fa8261c049fee5b0f8ce96ab50e6325e0 (patch) | |
tree | 0eb6409865f423fc8dd5e627020df2e509c5d0fa /cf | |
parent | fa0b5c6d68aed8c53035ed3215361073cfda4ee9 (diff) | |
download | pfsense-e265e49fa8261c049fee5b0f8ce96ab50e6325e0.zip pfsense-e265e49fa8261c049fee5b0f8ce96ab50e6325e0.tar.gz |
Change back to sis0 and sis1 for embedded. CDROM platform and other will pull in conf.defaults which is set for VMWARE if need be.
Diffstat (limited to 'cf')
-rw-r--r-- | cf/conf/config.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml index 1fa1797..5b0c3ce 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -35,7 +35,7 @@ </system> <interfaces> <lan> - <if>lnc0</if> + <if>sis0</if> <ipaddr>192.168.1.1</ipaddr> <subnet>24</subnet> <media></media> @@ -49,7 +49,7 @@ --> </lan> <wan> - <if>lnc1</if> + <if>sis1</if> <mtu></mtu> <ipaddr>dhcp</ipaddr> <!-- *or* ipv4-address *or* 'pppoe' *or* 'pptp' *or* 'bigpond' --> |