![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Security Anything involving computer security goes here. |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| about TCP connection | bucci | UNIX for Advanced & Expert Users | 3 | 05-15-2007 10:44 PM |
| ftp connection | draganmi | SCO | 6 | 04-18-2007 02:11 AM |
| ssh connection | olli-h | UNIX for Dummies Questions & Answers | 1 | 03-16-2006 12:40 AM |
| Web connection... HOW???????????? | gussiglo21 | UNIX for Dummies Questions & Answers | 1 | 12-10-2003 12:08 PM |
| ssh connection | lealyz | UNIX for Advanced & Expert Users | 9 | 11-13-2003 09:39 PM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
FTP Connection
I just started a new job and inherited a Fedora core 3 server. I wanted to open the ftp ports and I wanted to verify this code before I mess things up. From my reading the two lines below should allow ftp access can anyone confirm my attempt.
iptables -A INPUT -p tcp — sport 21 -m state — state ESTABLISHED -j ACCEPT iptables -A OUTPUT -p tcp — dport 21 -m state — state NEW,ESTABLISHED -j ACCEPT |
|||
| Google UNIX.COM |
| Forum Sponsor | ||
|
|