Advertisement
Guest User

Untitled

a guest
Mar 11th, 2016
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. # The primary network interface
  2. allow-hotplug eth0
  3. iface eth0 inet dhcp
  4. post-up echo 2 > /proc/sys/net/ipv4/conf/eth0/force_igmp_version
  5. post-up echo 0 > /proc/sys/net/ipv4/conf/all/rp_filter
  6. post-up echo 0 > /proc/sys/net/ipv4/conf/eth0/rp_filter
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement