|
|
|
|
|
by rjsw
3244 days ago
|
|
Your security scenario only really works if you are happy with a symmetric firewall, that is one with the same filters in both directions. My home firewall is set up to allow anything originating here to pass but block most things from outside. For this to work the firewall needs to be able to track the state of the protocol exchange which will be different for each protocol. Few firewalls can do this for SCTP or DCCP yet, I'm in the process of adding SCTP support to the one that I use. |
|