tx2-batman-mist_ws/Batman_setup_scripts/batman

23 lines
676 B
Plaintext

# If not set, all the interfaces is used.
interface=bat0
# To disable dnsmasq's DNS server functionality.
#port=0
# Local domain
local=/batnet/
# To enable dnsmasq's DHCP server functionality.
dhcp-range=192.168.143.2,192.168.143.150,64d
# Set static IPs of other PCs and the Router.
dhcp-host=aa:04:4b:5a:c1:a9,gate,192.168.143.1,infinite # Router
dhcp-host=aa:04:4b:66:2c:de,othertx,192.168.143.100,infinite # Other TX
#dhcp-host=98:3b:8f:c6:7a:a5,rover0,192.168.143.159,infinite
# Set gateway as Router. Following two lines are identical.
#dhcp-option=option:router,192.168.0.1
dhcp-option=3,192.168.143.1
# Set DNS server as Router.
dhcp-option=6,192.168.143.1