Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
How do I open up a Port
Name: Kaine Date: September 22, 2003 at 08:38:25 Pacific OS: Linux 8.0 CPU/Ram: P4 1.8a / 512
Comment:
I need to open a port in linux 8, I set the firewall to medium. That doesn't work so I try and do the custom selection. I try to open the port that way and linux 8 keeps reverting back to the original it was set to, to begin with. I need to open port 2001. I have set it up in iptables and I have set it up in services. I don't know what else to do. So if anyone can be of some help i would greatly appreciate it.
Name: Justin Date: September 22, 2003 at 12:17:27 Pacific
Reply:
try this, change the 127.0.0.1 to your IP and it will allow tcp connections in on port 2001, if you need UDP just type in udp instead of tcp. iptables -A INPUT -p tcp -d 127.0.0.1 --dport 2001 -j ACCEPT
0
Response Number 2
Name: C_Legend Date: September 22, 2003 at 13:35:07 Pacific
Reply:
Does it work with the firewall disabled ("service iptables stop")? If yes, you know it's the firewall that's holding you back. What are you using to modify the firewall's rules? lokkit (also setup, then Firewall configuration)? redhat-config-securitylevel? Either way should work. Either way, I'd probably restart iptables after modifying the settings ("service iptables restart"). Plus, are you sure you are putting the right protocol (tcp, udp, etc.) after the port number in "Other ports"? I also don't see 2001 as a port in the default /etc/services file. Are you adding this correctly?
Summary: Hello Everybody, I recently downloaded and set up Dragon Linux. I was wondering how I set up my printer. I have an Epson T-1000 printer I want to set up connected on LPT1. Also, how do I set up the so...
Summary: Hey everyone, After having an FTP server with Windows XP, I decided it's neither fast enough nor secure enough, so I installed linux. First off, im a complete linux newbie. I'm running SuSe...