All Questions
4
questions
0
votes
1
answer
112
views
Allowing incoming ICMP from only a specified source IP
In the predetermined snippet:
netsh advfirewall firewall add rule name="ICMP Allow incoming V4 echo request"
protocol=icmpv4:8,any dir=in action=allow
What would I change exactly to allow ...
0
votes
0
answers
185
views
To allow IPsec NAT-T traffic to pass through, why does the firewall still need to permit ESP when it already allows UDP 4500?
I established an IPsec VPN tunnel between two Juniper SRX routers across NAT, with the NAT being performed by the firewall (a Linux server). When attempting to configure the firewall rules to allow ...
1
vote
0
answers
35
views
Is it possible to skip main mode for IPSec communication on Windows?
On Linux, after registered several SAs (Security Associations) between a pair of Linux host, I can create communication between those two Linux hosts, i.e, communicate with ESP packets.
But on ...
1
vote
1
answer
173
views
Is Windows IPsec really needed when using a 3-rd party Firewall?
I have installed COMODO Firewall and I have some knowledge about internet security and i set up my firewall rules so my computer is protected enough (that really doesn't matter in current context). ...