Advertisement
Guest User

ifconfig

a guest
Apr 4th, 2012
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. # The primary network interface
  2. auto eth0
  3. iface eth0 inet static
  4. address 172.25.21.13
  5. netmask 255.255.0.0
  6. gateway 172.25.1.1
  7. #The interface used for iSCSI to the SAN
  8. auto eht1
  9. iface eth1 inet static
  10. address 10.0.11.6
  11. netmask 255.0.0.0
  12. gateway 10.0.11.100
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement