Kodama's home / tips.
$ cat /proc/pci
....略
Bus 1, device 8, function 0:
Ethernet controller: Intel Corp. 82801CAM (ICH3) PRO/100 VE (LOM) Ethernet Controller (rev 66).
IRQ 11.
Master Capable. Latency=66. Min Gnt=8.Max Lat=56.
Non-prefetchable 32 bit memory at 0xd0200000 [0xd0200fff].
I/O at 0x7000 [0x703f].
$ cat /proc/ioports
...略
7000-703f : Intel Corp. 82801CAM (ICH3) PRO/100 VE (LOM) Ethernet Controller
7000-703f : eepro100
$ cat /proc/interrupts
CPU0
...略
11: 1243459 XT-PIC Intel ICH3, usb-uhci, usb-uhci, usb-uhci, i82365, eth0
...略
$ /sbin/ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:01:02:03:04:05
inet addr:192.168.1.100 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST NOTRAILERS RUNNING MTU:1500 Metric:1
RX packets:600988 errors:0 dropped:0 overruns:0 frame:0
TX packets:446624 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
Interrupt:11 Base address:0xd000
$ /sbin/route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.1.0 * 255.255.255.0 U 0 0 0 eth0 127.0.0.0 * 255.0.0.0 U 0 0 0 lo default 192.168.1.1 0.0.0.0 UG 0 0 0 eth0
参考:
telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd
Kodama's home / tips.