Initial commit
[libre-streamer.git] / net_config_example
CommitLineData
af3a72cf
LMM
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).
10BOOTPROTO=none
11DHCP_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).
15MEDIA=auto
16AUTONEG=normal
17
18# If you are using DHCP the following variables will not be used.
19IP=192.168.48.2
20NETMASK=255.255.255.0
21BROADCAST=192.168.48.255
22GATEWAY=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.
26MDI_MODE=mdi
27