b25f
![]() |
|
|
|
|
|||||||
| Firewalls IPFW, PF, IPF (but not limited) related discussion |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
hi2all
I'm only starting with IPFW, but I already have experience with iptables. on my debian server I'm using Code:
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT trying to do the same in IPFW: Code:
ipfw add allow all from me to any ipfw add allow all from any to me establish Last edited by SirDice; August 6th, 2012 at 09:53. Reason: Formatting & Style: http://forums.freebsd.org/showthread.php?t=8816 / http://forums.freebsd.org/showthread.php?t=18043 |
|
#2
|
|||
|
|||
|
Quote:
Code:
ipfw add check-state ipfw add allow all from me to any keep-state |
|
#3
|
|||
|
|||
|
Thank you very much!
Now I'm bigger, than newbie ))) Last edited by SirDice; August 7th, 2012 at 09:27. Reason: Mind your writing style: http://forums.freebsd.org/showthread.php?t=18043 |
|
#4
|
|||
|
|||
|
You are welcome. Well there is no newby (I dislike this term) on FreeBSD, just people learning. I'm learning too...
|
![]() |
| Tags |
| establish |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PF, synproxy and established connections. | chrcol | Firewalls | 0 | March 6th, 2011 13:53 |