![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| problem opening TCP ports | thehaapyappy | IP Networking | 5 | 04-30-2008 04:25 AM |
| Opening ports | raskita | AIX | 1 | 07-30-2007 05:18 AM |
| Opening CDE | encrypted | UNIX for Advanced & Expert Users | 3 | 01-24-2005 09:56 AM |
| opening ports | dryheat | Security | 9 | 03-21-2002 03:20 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I'm not sure if this is the right place for this post, but I'd be grateful if somebody could please 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 |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
You probably want to open the destination port 999, 1982 and 1983 rather than source ports? I am assuming that you are running some kind of a service that needs to be open to someone else? Try changing the sport to dport and see how that goes.
|
|
#3
|
|||
|
|||
|
Yes, I want to open the ports to allow video to be uploaded and played via the site
|
|||
| Google The UNIX and Linux Forums |