Advertisement
Guest User

Untitled

a guest
Oct 29th, 2014
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. #first interface
  2. interface: eth1
  3. bootproto: static
  4. ipaddress: 192.168.211.249
  5. netmask: 255.255.255.0
  6. gateway: 192.168.211.2
  7. onboot: 'yes'
  8. DNS1: 8.8.8.8
  9. DNS2: 8.8.4.4
  10. #second interface
  11.  
  12. interface: eth2
  13. bootproto: static
  14. ipaddress: 10.0.0.10
  15. netmask: 255.0.0.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement