New Revision: http://docs.blackfin.uclinux.org/doku.php?id=linux-kernel:
pc_ubuntu_setup
Old Revision: http://docs.blackfin.uclinux.org/doku.php?id=linux-kernel:
pc_ubuntu_setup&rev=1408521992
Edit Summary: add eth setting descrition
@@ -14,8 +14,12 @@
ifup eth0 eth1</code>
*Set ethernet config in /etc/network/interfaces, bellow is an exam
ple. Usually we set eth0 to 10.99.29.xx subnet, and eth1 to 10.100.4.xx su
bnet. If eth* is not in desired order, modify file /etc/udev/rules.d/70-pe
rsistent-net.rules to ensure eth0 is on-board NIC. For Ubuntu 12.04, don't
edit resolv.conf directly for dns setting, add dns setting here.<code>
auto lo
iface lo inet loopback
+
+ #use this setting before move the machine into lab
+ #auto eth0
+ #iface eth0 inet dhcp
iface eth0 inet static
address 10.99.29.87
netmask 255.255.255.0
|