Skip to content

Instantly share code, notes, and snippets.

@jonatw
Created June 15, 2012 02:43
Show Gist options
  • Save jonatw/2934425 to your computer and use it in GitHub Desktop.
Save jonatw/2934425 to your computer and use it in GitHub Desktop.
network scrips
# Intel Corporation 82574L Gigabit Network Connection
DEVICE=eth0
BOOTPROTO=static
IPADDR=192.168.0.10
BROADCAST=192.168.0.255
NETMASK=255.255.255.0
NETWORK=192.168.0.0
GATEWAY=192.168.0.254
HWADDR=00:25:90:10:51:04
ONBOOT=yes
DHCP_HOSTNAME=localhost.localdomain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment