Implement macvlan to LAN to allow access to physical network
parent
85bd477f87
commit
e6f611efd5
|
@ -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