Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. ifconfig eth1 192.168.123.1 netmask 255.255.0.0
  2. ifconfig eth2 192.168.123.2 netmask 255.255.0.0
  3. ifconfig eth3 192.168.123.3 netmask 255.255.0.0
  4. ...
  5. ifconfig eth8 192.168.123.8 netmask 255.255.0.0
  6.  
  7. net.ipv4.conf.all.arp_filter=1
  8. net.ipv4.conf.all.arp_ignore=1
  9. net.ipv4.conf.all.arp_announce=2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement