diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-11-16 01:27:37 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-11-16 01:27:37 +0000 |
commit | 644d1f1cf16c70c294fe75e786a9f060e3ae1c30 (patch) | |
tree | 59ea43b41475eff94524e3d8beb1a40fc112bc0a /cf/conf/config.xml | |
parent | f1feaf7b33e9745e195685a60b1857bc1302dc4f (diff) | |
download | pfsense-644d1f1cf16c70c294fe75e786a9f060e3ae1c30.zip pfsense-644d1f1cf16c70c294fe75e786a9f060e3ae1c30.tar.gz |
Change the default interface setup in PC version to vmware.
Diffstat (limited to 'cf/conf/config.xml')
-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 5b0c3ce..1fa1797 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -35,7 +35,7 @@ </system> <interfaces> <lan> - <if>sis0</if> + <if>lnc0</if> <ipaddr>192.168.1.1</ipaddr> <subnet>24</subnet> <media></media> @@ -49,7 +49,7 @@ --> </lan> <wan> - <if>sis1</if> + <if>lnc1</if> <mtu></mtu> <ipaddr>dhcp</ipaddr> <!-- *or* ipv4-address *or* 'pppoe' *or* 'pptp' *or* 'bigpond' --> |