sudevdev

ifcfg-eth0

Jun 30th, 2013
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. Please note that the Physical device is petho and the bridge is etho
  2.  
  3. $ cat /etc/sysconfig/newtwork-scripts/ificfg-eth0
  4.  
  5. DEVICE=eth0
  6. TYPE=Bridge
  7. IPADDR=10.1.1.1
  8. NETMASK=255.255.0.0
  9. BOOTPROTO=none
  10. ONBOOT=yes
  11. MTU=1500
  12.  
  13. $ cat /etc/sysconfig/netwrok-scripts/ifcfg-petho
  14.  
  15. DEVICE=peth0
  16. HWADDR=00:22:19:A4:52:74
  17. BRIDGE="eth0"
  18. ONBOOT=yes
  19. BOOTPROTO=none
  20. MTU=1500
Advertisement
Add Comment
Please, Sign In to add comment