NavigationUser loginWho's onlineThere are currently 0 users and 29 guests online.
Highest Users
Linux NewsClick the above for your daily dose of Linux news. Food for ThoughtNo nation ever had an army large enough to guarantee it against attack in time of peace or insure it victory in time of war. Spam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
arp_proxy does not work with static DHCP/PERM arp ?Hello, Sep 30 21:15:28 beta dhcpd: DHCPDISCOVER from 00:17:08:49:22:80 via eth1 I have some DHCP net clients that are masqueraded and they are simply host USERXXX { hardware ethernet 00:17:08:49:22:80; fixed-address and with static MACaddr: beta log # arp -an | grep 10.100.1.21 after switching: net.ipv4.conf.all.proxy_arp = 0 to : net.ipv4.conf.all.proxy_arp = 1 the above logs started to appear... NAturally clients can't obtain IP address and don't have internet access. Here's arp fragment from my sysctl : net.ipv4.conf.all.arp_ignore = 1 p.s. eth1 -> lan -- -- |