Guest User

Untitled

a guest
Feb 19th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. iface ens3 inet static
  2. address 192.168.10.10
  3. network 192.168.10.0
  4. netmask 255.255.255.0
  5. gateway 192.168.10.1
  6.  
  7. ifconfig ens3:1 192.168.50.10 netmask 255.255.255.0
  8.  
  9. route add -net 10.0.0.1 netmask 255.255.255.255 gw 192.168.10.1 dev ens3:1
Add Comment
Please, Sign In to add comment