ChinaUnix.net
相关文章推荐:

linux netstat synrecv

  1)linux下常用配置文件及常用命令的介绍 /etc/sysconfig/network 包括主机基本网络信息,用于系统启动   /etc/sysconfig/network-script/ 此目录下是系统启动初始化网络的信息   /etc/sysconfig/network-script/ifcfg-eth0 网络配置信息   /etc/xinetd.conf 定义了由超级进程XINETD启动的网络服务   /etc/protocols 设定了主机...

by chenhualian - 网络技术文档中心 - 2008-03-10 13:07:35 阅读(716) 回复(0)

相关讨论

     1)linux下常用配置文件及常用命令的介绍 /etc/sysconfig/network 包括主机基本网络信息,用于系统启动   /etc/sysconfig/network-script/ 此目录下是系统启动初始化网络的信息   /etc/sysconfig/network-script/ifcfg-eth0 网络配置信息   /etc/xinetd.conf 定义了由超级进程XINETD启动的网络服务   /etc/protocols 设定了...

by chenhualian - 网络技术文档中心 - 2008-03-06 17:18:24 阅读(655) 回复(0)

Proto Local Address Foreign Address State TCP 0.0.0.0:135 0.0.0.0:0 LISTENING TCP 0.0.0.0:445 0.0.0.0:0 LISTENING TCP 0.0.0.0:3077 0.0.0.0:0 LISTENING TCP 0.0.0.0:6371 0.0.0.0:0 LISTENING TCP 125.62.21.88:139 0.0.0.0:0 LISTENING TCP 125.62....

by draculd520 - 数据安全 - 2007-02-24 11:53:25 阅读(2623) 回复(3)

netstat Active Internet connections (w/o servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 219.133.1.230:smtp s49220.host4u.com:44270 SYN_RECV tcp 0 0 219.133.1.230:smtp mx195-86-39-166.g:57961 SYN_RECV tcp 0 0 219.133.1.230:smtp barbero-10.m-10.r:58538 SYN_RECV tcp 0 0 219.133.1.230:smtp unet-...

by yhyin086 - 服务器架设 - 2007-01-04 23:20:36 阅读(1424) 回复(12)

局域网中一台共享打印机,其他的机器可以正常使用,唯一一台不能打印,网络是通的,使用netstat -an命令,发现该机器与共享打印机的机器139端口的连接始终在time wait阶段,而其他的正常机器是建立的阶段! 杀病毒无效!

by maya1979 - 网络技术 - 2006-08-25 13:01:24 阅读(1263) 回复(1)

NAME //显示协议统计信息和当前 TCP/IP 网络连接 netstat - Print network connections, routing tables, interface statis- tics, masquerade connections, and multicast memberships DESCRIPTION netstat prints information about the linux networking subsystem. The type of information printed is controlled by the first argument. By default, netstat displays a ...

by jmsxy - 网络技术文档中心 - 2006-04-30 10:52:24 阅读(768) 回复(0)

请教各位大虾! netstat -an |grep ip |wc -l netstat -an |wc -l 上述两个命令,有什么区别 感谢cu ! 感谢先!

by qmailer - BSD - 2006-01-06 13:51:26 阅读(995) 回复(1)

各位高手: 现有一台ultra80系列的sun工作站,启动后可进入单用户,启动后要进入多用户时到显示如下信息 setting default interface for multicast 时则停止不动。 请各位高手指点,解决此问题。 在单用户下,写命令 netstat -rn 正常的应显示如下信息 Gestination Gateway Flags Ref Use Interface 1: 128.9.205.0 128.9.205.111 U 1 0 hme0 2: 224.0.0.0 ...

by bird2002 - Solaris - 2005-12-07 23:01:15 阅读(1181) 回复(2)

[root@mail root]# netstat -na|grep 25 unix 2 [ ACC ] STREAM LISTENING 3478 /tmp/orbit-root/linc-c3 b-0-28a53b25b783e unix 3 [ ] STREAM CONNECTED 3968 /tmp/orbit-root/linc-c3 b-0-28a53b25b783e unix 3 [ ] STREAM CONNECTED 3926 /tmp/orbit-root/linc-c3 b-0-28a53b25b783e unix 3 [ ] STREAM CONNECTED 3925 unix 3 ...

by jsp31 - 服务器应用 - 2004-10-27 09:22:43 阅读(681) 回复(1)

# netstat -a | grep 24576 *.2201 *.* 0 0 24576 0 LISTEN *.2200 *.* 0 0 24576 0 LISTEN *.wnn6 *.* 0 0 24576 0 LISTEN *.9010 *.* 0 0 24576 0 LISTEN *.25 *.* 0 0 24576 0 LIST...

by hrcxf - Solaris - 2003-02-14 11:29:57 阅读(628) 回复(0)

# netstat -a | grep 24576 *.2201 *.* 0 0 24576 0 LISTEN *.2200 *.* 0 0 24576 0 LISTEN *.wnn6 *.* 0 0 24576 0 LISTEN *.9010 *.* 0 0 24576 0 LISTEN *.25 *.* 0 0 24576 0 LIST...

by hrcxf - Solaris - 2003-02-16 23:39:12 阅读(2326) 回复(5)