![]() |
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 |
| BSD BSD, sometimes called Berkeley Unix, is a Unix operating system developed by the Computer Systems Research Group of the UC Berkeley. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FreeBSD IPFW Rules clarification please... | DanUK | Security | 1 | 08-13-2008 06:39 PM |
| Need help with IPFW.. Please... | fundidor | UNIX for Dummies Questions & Answers | 2 | 10-10-2005 07:23 PM |
| HP-UX: X connections...? | abhayh | HP-UX | 0 | 04-25-2005 05:22 AM |
| ipfw directives and order of precidence... | [MA]Flying_Meat | Security | 0 | 03-12-2004 12:39 AM |
| fBSD nat ipfw | hachik | UNIX for Dummies Questions & Answers | 3 | 06-07-2002 03:20 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
ipfw slow ssh and ftp connections
just as the title says.
thanks. #General Rule Sets /sbin/ipfw add 0300 check-state /sbin/ipfw add 0301 deny tcp from any to any in established /sbin/ipfw add 0302 pass tcp from any to any out setup keep-state /sbin/ipfw add 0303 pass udp from any to any out #SSH FTP /sbin/ipfw add 0400 pass tcp from any to any 22 in setup keep-state /sbin/ipfw add 0401 pass tcp from any to any 21 in setup keep-state #HTTP HTTPS /sbin/ipfw add 0500 pass tcp from any to any 80 in setup keep-state /sbin/ipfw add 0501 pass tcp from any to any 443 in setup keep-state #IMAP IMAPS POP3 SMTP /sbin/ipfw add 0600 pass udp from any to any 25 in /sbin/ipfw add 0601 pass tcp from any to any 25 in setup keep-state /sbin/ipfw add 0602 pass tcp from any to any 143 in setup keep-state /sbin/ipfw add 0603 pass udp from any to any 143 in /sbin/ipfw add 0604 pass tcp from any to any 993 in setup keep-state /sbin/ipfw add 0605 pass tcp from any to any 110 in setup keep-state /sbin/ipfw add 0606 pass udp from any to any 110 in #DNS /sbin/ipfw add 0700 pass udp from any to any 53 in /sbin/ipfw add 0701 pass tcp from any to any 53 in setup keep-state /sbin/ipfw add 0702 pass udp from xxx.xxx.xxx.xxx to any in /sbin/ipfw add 0703 pass udp from xxx.xxx.xxx.xxx to any in |
| Bookmarks |
| Tags |
| linux |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|