Moved template file per soonum
[libre-streamer.git] / net_config_example
1 # (C) Copyright 2005-2007, Axis Communications AB, LUND, SWEDEN
2 # Modified by Elphel, Inc., USA
3 # This file is released under the GPL v2.
4
5 # Uncomment the following line to override the generic hardware address
6 # (usually the serial number) for this interface only.
7 # MAC=00:0E:64:00:00:00
8
9 # Valid boot protocols are "dhcp" and "none" (anything other than "dhcp" works).
10 BOOTPROTO=none
11 DHCP_CLIENT="/sbin/udhcpc -i eth0 -H $(hostname)"
12
13 # Valid media types are "auto", "10baseT-HD", "10baseT-FD", "100baseTX-HD",
14 # "100baseTX-FD" and "" (nothing).
15 MEDIA=auto
16 AUTONEG=normal
17
18 # If you are using DHCP the following variables will not be used.
19 IP=192.168.48.2
20 NETMASK=255.255.255.0
21 BROADCAST=192.168.48.255
22 GATEWAY=192.168.48.1
23
24 # MDI/MDIX configuration; "mdi" - for MDI (normal) ; "mdix" - for MDIX (cross); 'auto' - automatic switching
25 # most computers and switches now are 'auto', and having 'auto' on both ends sometimes causes problems.
26 MDI_MODE=mdi
27