i want to access outlook webaccess (or any other site on my IIS) from a client connected via vpn.
in my local network this is no problem.
but when i want to access the site via vpn i get http error message that says, the connection was reseted.
in the packet filter live log i see messages like this every time i try to access the site:
16:11:18 Default DROP TCP
192.168.1.254 : 4653
→
192.168.1.100 : 80
[SYN] len=48 ttl=127 tos=0x00 srcmac=00:00:00:00:00:00 dstmac=00:0c:29:0e:77:cc
I tried to create a rule to avoid the drop of this packets:
Source: VPN (also tried "any")
Sercice: HTTP
Destination: Internal Network (also tried my server "sbs" and "any")
but after creating and activating the rule i still get the "default drop" messages.
also i created a rule for testing:
source: any
service: any
destination: any
and activated the logging. i expected to see all packets of my network in the live log. but i didn't. so i deactivated the rule.
what am i doing wrong?
what else cout influence the blocking of my traffic?
thanks!
This thread was automatically locked due to age.