home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20100426.bsc-siteConfiguration.tar.gz / bradford.20100426.bsc-siteConfiguration.tar / bsc / siteConfiguration / vlanInterfaces.example < prev    next >
Text File  |  2007-08-17  |  1KB  |  32 lines

  1. # Interface Configuration for all interfaces, including eth0 and all loopback addresses maximum of 10 options after the interface name
  2.  
  3. ##
  4. #
  5. # ifcfg-IFNAME|<options>
  6. #     where options is a comma separated list of ifcfg options
  7. #     for examples of options, see man ifcfg and 
  8. #     /etc/sysconfig/network/ifcg.template
  9. #
  10. ##
  11.  
  12. # Example Management interface 
  13. #
  14. #ifcfg-eth0|IPADDR='192.168.10.51',NETMASK='255.255.255.0',STARTMODE='onboot',BOOTPROTO='static'
  15.  
  16. # Example Loopback interface with an additional loopback address for named
  17. #
  18. #ifcfg-lo|IPADDR='127.0.0.1',NETMASK='255.0.0.0',STARTMODE='onboot',IPADDR_2='127.0.0.2',NETMASK_2='255.0.0.0',LABEL_2='2',IPADDR_3='127.0.0.3',NETMASK_3='255.0.0.0',LABEL_3='3',IPADDR_4='127.0.0.4',NETMASK_4='255.0.0.0',LABEL_4='4',IPADDR_5='127.0.0.5',NETMASK_5='255.0.0.0',LABEL_5='5',IPADDR_6='127.0.0.6',NETMASK_6='255.0.0.0',LABEL_6='6',IPADDR_7='127.0.0.7',NETMASK_7='255.0.0.0',LABEL_7='7'
  19.  
  20. # Example interface for 802.1q 
  21. #
  22. #ifcfg-eth1|IPADDR='',NETMASK='255.255.255.0',STARTMODE='onboot'
  23. #ifcfg-vlan21|ETHERDEVICE=eth1,IPADDR='192.168.21.91',NETMASK='255.255.255.0',STARTMODE='onboot'
  24.  
  25. # Example interface for IP aliases
  26. #
  27. #ifcfg-eth1|IPADDR='192.168.30.10',NETMASK='255.255.255.0',STARTMODE='onboot',IPADDR_2='192.168.30.12',NETMASK_2='255.255.255.0',LABEL_2='2'
  28.  
  29. # Example interface for Rogue DHCP Detection using a physical NIC
  30. #
  31. #ifcfg-eth2|IPADDR='',NETMASK='',STARTMODE='onboot',BOOTPROTO='static'
  32.