You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/lime-docs/files/www/docs/lime-example.txt
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -307,9 +307,12 @@ config net wirelessclientbackbone
307
307
308
308
## configure the ethernet port eth1.5 as WAN with static ipv4 and ipv6 addresses
309
309
310
-
config net port5 # Do not put any "." in the section name
310
+
config net lm_hwd_openwrt_wan # Do not put any "." in the section name. Specifying lm_hwd_openwrt_wan will overwrite the configuration automatically generated by lime-hwd-openwrt-wan
311
+
option autogenerated 'false' # This tells lime-hwd-openwrt-wan to not destroy and rewrite this section
311
312
option linux_name 'eth1.5' # Put here the actual name of the interface
312
313
# list protocols 'wan' # Use 'wan' instead of 'static' to get Internet connectivity via DHCP
314
+
# If a VLAN is needed on the WAN interface for connecting to the gateway, it can be specified with wan:ID, like "wan:20" or "wan:20:8021q"
315
+
313
316
list protocols 'static' # Set up a static IP (both IPv4 and IPv6 supported)
314
317
option static_ipv4 '192.168.1.2/24'
315
318
option static_gateway_ipv4 '192.168.1.1' # In static protocol, specifying an IP for the gateway is optional. Skip this line if no default route should be added on this interface.
0 commit comments