Advertisement
sunny790821

network_configuration_compute_node

Oct 31st, 2011
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. auto eth0
  2. iface eth0 inet static
  3. address 192.168.100.213
  4. netmask 255.255.255.0
  5. broadcast 192.168.100.255
  6. gateway 192.168.100.254
  7. dns-nameservers 168.126.63.1
  8.  
  9. auto eth1
  10. iface eth1 inet static
  11. address 192.168.100.253
  12. netmask 255.255.255.0
  13. broadcast 192.168.100.255
  14. gateway 192.168.100.254
  15. dns-nameservers 168.126.63.1
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement