|
Hi,
I am the following on a SAM9G45 board when boot using flash as a filesystem:
eth0 Link encap:Ethernet HWaddr 08:00:3E:26:0A:55 inet addr:192.192.192.200 Bcast:192.192.192.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:199 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:29682 (28.9 KiB) TX bytes:0 (0.0 B) Interrupt:25 Base address:0xc000
/etc/network/interfaces:
# Configure Loopback auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.1.200 gateway 192.168.1.1 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255
Also, can someone explain why /etc/init.d has the following contents:
[root@Mini6045:/etc/init.d]# ls -al drwxr-xr-x 1 root root 2048 Jun 29 2010 . drwxr-xr-x 1 root root 2048 Jun 29 2010 .. -rwxr-xr-x 1 root root 2482 Jun 24 2010 S01udev -rwxr-xr-x 1 root root 1365 Jun 24 2010 S20urandom -rwxr-xr-x 1 root root 397 Jun 24 2010 S40network -rwxr-xr-x 1 root root 90 Jun 29 2010 S50modules -rwxr-xr-x 1 root root 408 Jun 24 2010 rcS
I expected /etc/init.d/networking et al.
Thanks,
Kenny
|