summaryrefslogtreecommitdiffstats
path: root/examples/ethernet-static.example
blob: b50cf36d2080c7aa3b8a113aa935a7660db41822 (plain)
1
2
3
4
5
6
7
8
CONNECTION="ethernet"
DESCRIPTION="A less basic ethernet profile, using static configuration"
INTERFACE=eth0
IP="static"
IFOPTS="192.168.1.23 netmask 255.255.255.0 broadcast 192.168.1.255"
GATEWAY="192.168.1.1"
DNS1=192.168.1.1
DNS2=dns1.dreamhost.com