My Community Dashboard

  • Here's the output:

    # ifconfig | grep ^e -A 1
    eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
    inet 192.168.132.1 netmask 255.255.255.0 broadcast 192.168.132.255
    --
    eth1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
    inet6 fe80::b8a7:cdff:feca:d118 prefixlen 64 scopeid 0x20<link>
    --
    eth2: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
    inet6 fe80::3893:47ff:fe06:a212 prefixlen 64 scopeid 0x20<link>
    --
    eth0.10: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
    inet 192.168.130.1 netmask 255.255.255.0 broadcast 192.168.130.255
    --
    eth0.20: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
    inet 192.168.131.1 netmask 255.255.255.0 broadcast 192.168.131.255
    # cat /etc/dnsmasq.d/dhcp.conf
    dhcp-option=eth0,1,255.255.255.0
    dhcp-option=eth0,28,192.168.130.255
    dhcp-option=eth0,3,192.168.130.1
    dhcp-option=eth0,6,192.168.130.1
    dhcp-option=eth0.10,1,255.255.255.0
    dhcp-option=eth0.10,28,192.168.130.255
    dhcp-option=eth0.10,3,192.168.130.1
    dhcp-option=eth0.10,6,192.168.130.3
    dhcp-option=eth0.20,1,255.255.255.0
    dhcp-option=eth0.20,28,192.168.131.255
    dhcp-option=eth0.20,3,192.168.131.1
    dhcp-option=eth0.20,6,192.168.131.1
    dhcp-option=eth1,1,255.255.255.0
    dhcp-option=eth1,28,192.168.130.255
    dhcp-option=eth1,3,192.168.130.1
    dhcp-option=eth1,6,192.168.130.1
    dhcp-range=eth0,192.168.130.100,192.168.130.254,12h
    dhcp-range=eth0.10,192.168.130.100,192.168.130.229,1h
    dhcp-range=eth0.20,192.168.131.100,192.168.131.229,1h
    dhcp-range=eth1,192.168.130.100,192.168.130.254,12h