- 论坛徽章:
- 0
|
机器上的 信息
我的机器上是双网卡,一些信息如下 哪位高手帮我看看是什么原因吧????:
bash-2.05b# /usr/local/httpd2.2.4/bin/apachectl status
Looking up localhost
Making HTTP connection to localhost
Alert!: Unable to connect to remote host.
lynx: Can't access startfile http://localhost/server-status
bash-2.05b# netstat -an
Active Internet connections (including servers)
Proto Recv-Q Send-Q Local Address Foreign Address (state)
tcp4 0 0 *.80 *.* LISTEN
tcp6 0 0 *.80 *.* LISTEN
Active UNIX domain sockets
Address Type Recv-Q Send-Q Inode Conn Refs Nextref Addr
c20824ec stream 0 0 0 c20381a4 0 0 /tmp/ksocket-root/klauncherGMhGZc.slave-socket
c20381a4 stream 0 0 0 c20824ec 0 0
c1e8bb7c stream 0 0 0 c2038118 0
0 /tmp/fam-root/fam-
c2038118 stream 0 0 0 c1e8bb7c 0 0
c1e8b460 stream 0 0 0 c2038e38 0 0 /tmp/.ICE-unix/dcop569-1183771069
bash-2.05b# netstat -rn
Routing tables
Internet:
Destination Gateway Flags Refs Use Netif Expire
default 202.204.53.1 UGS 0 0 rl1
202.204.53 link#2 UC 0 0 rl1
202.204.53.1 link#2 UHLW 2 0 rl1
202.204.54 link#1 UC 0 0 rl0
Internet6:
Destination Gateway Flags Netif Expire
fe80::%rl0/64 link#1 UC rl0
fe80::2e0:4cff:fe76:2a81%rl0 00:e0:4c:76:2a:81 UHL lo0
fe80::%rl1/64 link#2 UC rl1
fe80::20d:61ff:fe9c:3d2d%rl1 00:0d:61:9c:3d:2d UHL lo0
ff02::%rl0/32 link#1 UC rl0
ff02::%rl1/32 link#2 UC rl1
bash-2.05b# route add -host 127.0.0.1 0.0.0.0 255.0.0.0 -ifp lo0
route: writing to routing socket: Network is unreachable
add net 127.0.0.1: gateway 0.0.0.0: Network is unreachable
ps -ax
1340 ?? Ss 0:00.06 /usr/local/httpd2.2.4//bin/httpd -k start
1341 ?? I 0:00.00 /usr/local/httpd2.2.4//bin/httpd -k start
1342 ?? I 0:00.00 /usr/local/httpd2.2.4//bin/httpd -k start
1343 ?? I 0:00.00 /usr/local/httpd2.2.4//bin/httpd -k start
1344 ?? I 0:00.00 /usr/local/httpd2.2.4//bin/httpd -k start
1345 ?? I 0:00.00 /usr/local/httpd2.2.4//bin/httpd -k start
bash-2.05b# route add -net 127.0.0.0 0.0.0.0 255.0.0.0 -ifp lo0
route: writing to routing socket: Network is unreachable
add net 127.0.0.0: gateway 0.0.0.0: Network is unreachable
bash-2.05b# ping 127.0.0.1
PING 127.0.0.1 (127.0.0.1): 56 data bytes
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
ping: sendto: Can't assign requested address
^C
--- 127.0.0.1 ping statistics ---
4 packets transmitted, 0 packets received, 100% packet loss
[ 本帖最后由 水龙头456 于 2007-7-7 14:13 编辑 ] |
|