![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| IP Networking Learn TCP/IP, Internet Protocol, Routing, Routers, Network protocols in this UNIX and Linux forum. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Opening TCP ports | thehaapyappy | UNIX for Dummies Questions & Answers | 2 | 04-29-2008 10:52 AM |
| Opening ports | raskita | AIX | 1 | 07-30-2007 08:18 AM |
| Problem Opening X-Clients in Solaris | mahatma | UNIX for Advanced & Expert Users | 2 | 03-13-2006 02:08 AM |
| Problem opening port 9998 | erica057 | AIX | 3 | 09-21-2005 05:27 AM |
| opening ports | dryheat | Security | 9 | 03-21-2002 06:20 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Please can somebody help me. I'm trying to open ports 999, 1982 and 1983 but am not having much luck. I used
iptables -A INPUT -i eth0 -p tcp --sport 999 -m state --state NEW,ESTABLISHED -j ACCEPT iptables -A INPUT -i eth0 -p tcp --sport 1982 -m state --state NEW,ESTABLISHED -j ACCEPT iptables -A INPUT -i eth0 -p tcp --sport 1983 -m state --state NEW,ESTABLISHED -j ACCEPT to open the ports but haven't been successful. I was told to make sure that your server TCP ports: 999, 1982, 1983 are fully open inbound and outbound and that destination IP address for those ports is 72.232.181.106. I've been trying for ages to get these ports open, but haven't had any luck. This is the first time I've ever used a dedicated server and I am very new to all of this so I in advance for lack of knowledge ![]() Thanks |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|