Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. iface eth0 inet manual
  2.  
  3. auto eth0.0
  4. iface eth0.0 inet manual
  5. vlan-raw-device eth0
  6.  
  7. interface eth0
  8. static ip_address=192.168.3.50/24
  9. static routers=192.168.3.3
  10. static domain_name_servers=8.8.8.8 8.8.4.4
  11.  
  12. interface eth0.0
  13. static ip_address=192.168.3.51/24
  14. static routers=192.168.3.50
  15. static domain_name_servers=8.8.8.8 8.8.4.4
  16.  
  17. Destination Gateway Genmask Flags Metric Ref Use Iface
  18. default 192.168.3.3 0.0.0.0 UG 202 0 0 eth0
  19. default 192.168.3.50 0.0.0.0 UG 204 0 0 eth0.0
  20.  
  21. 192.168.66.0/24 (prefix mask 255.255.255.0)
  22. 192.168.0.0/16 (prefix mask 255.255.0.0)
  23. 0.0.0.0/0 (prefix mask 0.0.0.0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement