- 论坛徽章:
- 0
|
安装530tx驱动时,遇到的问题。请各位高手帮忙!!!
我在安装530tx驱动的时候倒是比较顺利,可就是不能使用。
# ifconfig -a
lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4>; mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
rh0: flags=1000842<BROADCAST,RUNNING,MULTICAST,IPv4>; mtu 1500 index 2
inet 172.16.16.19 netmask ffff0000 broadcast 172.16.255.255
ether 0:40:5:11:2c:4f
# netstat -rn
Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ------ ---------
127.0.0.1 127.0.0.1 UH 22 403 lo0
# ping solaris==>;solaris是我的主机名
ICMP Host Unreachable from gateway localhost (127.0.0.1)
for icmp from localhost (127.0.0.1) to solaris (172.16.16.19)
ICMP Host Unreachable from gateway localhost (127.0.0.1)
for icmp from localhost (127.0.0.1) to solaris (172.16.16.19)
ICMP Host Unreachable from gateway localhost (127.0.0.1)
for icmp from localhost (127.0.0.1) to solaris (172.16.16.19)
ICMP Host Unreachable from gateway localhost (127.0.0.1)
# ifconfig rh0 up
# ifconfig rh0
rh0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4>; mtu 1500 index 2
inet 172.16.16.19 netmask ffff0000 broadcast 172.16.255.255
ether 0:40:5:11:2c:4f
# netstat -rn
Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ------ ---------
172.16.0.0 172.16.16.19 U 1 0 rh0
127.0.0.1 127.0.0.1 UH 30 1051 lo0
# ping solaris
solaris is alive
# ping 172.16.16.16
no answer from 172.16.16.16
其中本机ip为172.16.16.19,而172.16.16.16是同一个网段另一台主机的地址,/etc/hostname.rh0文件内容为solaris
,/etc/netmasks内容为172.16.16.19 255.255.0.0
/etc/hosts内容为172.16.16.19 solaris
/etc/defaultrouter内容为172.16.16.1 |
|