mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Enable WAN and LAN in the default configuration.
This commit is contained in:
parent
c8b19dd32f
commit
0beab3f4f1
@ -183,6 +183,7 @@
|
||||
</system>
|
||||
<interfaces>
|
||||
<wan>
|
||||
<enable/>
|
||||
<if>vr1</if>
|
||||
<mtu></mtu>
|
||||
<ipaddr>dhcp</ipaddr>
|
||||
@ -203,6 +204,7 @@
|
||||
-->
|
||||
</wan>
|
||||
<lan>
|
||||
<enable/>
|
||||
<if>vr0</if>
|
||||
<ipaddr>192.168.1.1</ipaddr>
|
||||
<subnet>24</subnet>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user