当前位置: 技术问答>linux和unix
linux 怎么查看是否连接到别的网址
来源: 互联网 发布时间:2017-01-22
本文导语: 问下各位,在linux下怎么查看是否能够连接到别的网址。 这个网址是个WSDL地址: http://192.168.1.1:9008/testwebservice?wsdl 这样的。ping 192.168.1.1可以ping得通。 用telnet 192.169.1.1 9008 无法连接上。 我想查看http://192.168.1.1:9008...
问下各位,在linux下怎么查看是否能够连接到别的网址。
这个网址是个WSDL地址: http://192.168.1.1:9008/testwebservice?wsdl
这样的。ping 192.168.1.1可以ping得通。
用telnet 192.169.1.1 9008 无法连接上。
我想查看http://192.168.1.1:9008/testwebservice?wsdl这个网址在服务器上是否能连接得上。应该用什么命令啊。谢谢大家了。~~
这个网址是个WSDL地址: http://192.168.1.1:9008/testwebservice?wsdl
这样的。ping 192.168.1.1可以ping得通。
用telnet 192.169.1.1 9008 无法连接上。
我想查看http://192.168.1.1:9008/testwebservice?wsdl这个网址在服务器上是否能连接得上。应该用什么命令啊。谢谢大家了。~~
|
wget呢
|
netstat -antlp|greo 192.168.1.1
查看是否有链接存在
查看是否有链接存在
|
linux-7lsl:/home/owenliang/csdn/src # netstat -tnlpa
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 3224/rpcbind
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 4011/sshd
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 3252/cupsd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 3423/master
tcp 0 0 127.0.0.1:2048 0.0.0.0:* LISTEN 8388/lighttpd
tcp 0 52 172.17.66.58:22 172.17.66.57:1465 ESTABLISHED 4014/3
tcp 0 0 :::111 :::* LISTEN 3224/rpcbind
tcp 0 0 :::22 :::* LISTEN 4011/sshd
tcp 0 0 ::1:631 :::* LISTEN 3252/cupsd
tcp 0 0 ::1:25 :::* LISTEN 3423/master
linux-7lsl:/home/owenliang/csdn/src # curl 127.0.0.1:2048/index.html
input m & n please