default network config redhat centos ifcfg-eth0
- Angelo Schalley
- Oct, 26, 2009
- Linux
- No Comments
#!/bin/sh
#>>>Device type: ethernet
#>>>Variable declarations:
DEVICE=eth0
IPADDR=192.168.0.2
NETMASK=255.255.255.0
NETWORK=192.168.0.0
BROADCAST=255.255.255.255
GATEWAY=192.168.0.1
ONBOOT=no
#>>>End variable declarations