请问我的redhat8.0一上网,默认打开的端口有哪些?

由 Snoopy 在 02-14-2003 12:37 发表:

linux端口问题?

请问我的redhat8.0一上网,默认打开的端口有哪些?

有什么最基本的漏洞?


And then in the evening light, when the bars of freedom fall

I watch the two of you in the shadows on the wall

How in the darkness steals some of the choices from my hand

Then will I begin to under


由 Linuxfish 在 02-14-2003 12:49 发表:


netstat -lnp来察看系统当前监听的端口。其中l选项表示显示正在被监听(listen)的端口;n选项表示直接显示端口数字而不是通过察看/etc/service来转换为端口名;p选项表示列出监听的程序。

还有一条命令:nmap IP

可列出所有开放端口如:

nmap localhost


我们在风雨中前进。。。。。。

Loading......


由 Snoopy 在 02-14-2003 12:51 发表:


那最基本的协议有哪些?

为何不需要防火墙呢?


And then in the evening light, when the bars of freedom fall

I watch the two of you in the shadows on the wall

How in the darkness steals some of the choices from my hand

Then will I begin to under


由 Linuxfish 在 02-14-2003 12:57 发表:


Linux自带有防火墙,你可以去设置呀。


我们在风雨中前进。。。。。。

Loading......


由 Snoopy 在 02-14-2003 13:13 发表:


它的最大限止,一个数据包多大?65535?


And then in the evening light, when the bars of freedom fall

I watch the two of you in the shadows on the wall

How in the darkness steals some of the choices from my hand

Then will I begin to under


由 Linuxfish 在 02-14-2003 19:45 发表:


只要是TCP/IP协议都可以用ping,那你就ping一下看看:

举个例子:

打命令:ping -s 65535 192.168.0.1

然后出现错误提示:

Error: packet size 65535 is too large. Maximum is 65507

和Windows下使用一样,可以自定包大小

Published At
Categories with 服务器类
Tagged with
comments powered by Disqus