Merge pull request #2 from v01ded/macvlan_for_lan
Implement macvlan to LAN to allow access to physical networkpull/3/head
commit
a418b2fd44
|
|
@ -20,6 +20,8 @@ UPSTREAM_DNS_SERVER=8.8.8.8
|
|||
|
||||
# Static IP address configuration for OpenWRT LAN
|
||||
LAN_NAME=openwrt-lan
|
||||
# host interface which will provide the LAN link for OpenWRT
|
||||
LAN_PARENT=eth1
|
||||
LAN_DOMAIN=home
|
||||
LAN_SUBNET=192.168.16.0/24
|
||||
LAN6_SUBNET=fd99:1234::/48
|
||||
|
|
|
|||
Loading…
Reference in New Issue