Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
how do i close ports?
Name: hakan bjork Date: August 3, 2001 at 17:25:08 Pacific
Name: danny Date: August 3, 2001 at 18:37:57 Pacific
Reply:
There is no reason to close a port is nothing is responding to it! you can disable services in /etc/inetd.conf file
Other you can definitly block a specific port with ipchain!! type: man ipchain for more info,
0
Response Number 2
Name: David Date: August 7, 2001 at 09:23:54 Pacific
Reply:
iptables -A INPUT -p tcp --dport 80 -j drop
That is the iptables command to drop all tcp packets destined for port 80. iptables requires a 2.4.X kernel with correct options compiled.
0
Response Number 3
Name: Peter Date: October 19, 2001 at 13:23:42 Pacific
Reply:
Referencing Danny:
A port is opened when you have a service running. It doesn't necessarily matter what OS you're running, but a port doesn't open up unless an application is running (in the background)to use the port.
For example: Apache running in the background responding to http requests on Port 80 (standard). If there's nothing there to respond to the requests of port 80, portt 80 isn't opened.
Also, take a look at your /etc/services file. That'll also give you a good idea of what ports are defined.
Summary: Hello every1!! OK...my nVidia GeForce driver installation says that I need 2 close the X windows (or whatever) so I can proceed with installation...how do I do this?? I just installed Linux 2day and h...
Summary: Hi I am running redhat 8.0 has a DNS server my local net is 200.5.13.0 and eth0 is 200.5.13.50.The eth1 is connected to public router. The system running iptables and local client cannot assess the ...
Summary: I run comcast for my cable,it came with a RCA BOX model DCM245 that is hook to a netgear router model RP614 trying my best to get my web page up and slowly dieing... I'm useing libranet2.8 (100% Debia...