openwrt intranet settings

  1. /etc/config/network
1
2
3
4
5
6
7
config interface 'lan'
option ifname 'eth1'
option type 'bridge'
option proto 'static'
option netmask '255.255.255.0'
option dns 'your_dns_ip'
option ipaddr '192.168.0.1'
  1. luci: LAN -> custon dns server: your_dns_ip

  2. luci: DHCP/DNS -> disable Rebind protection