Fri Aug 31, 2018 10:56 am
Sorry, I was away.
Following is all in the firewall rules.
Recap: Cannot RDP by name or map drives by names. UNC address, when typed to map a drive are now jumping to a browser and going out to the internet (this is a new behaviour). Ping is now working, not sure how it got fixed.
Please note: there seems to be a DHCP v6 server turned on and serving on the Lan as observed under ipconfig/all
IPV6 is not turned on on the router
Thanks for your help.
0 D ;;; special dummy rule to show fasttrack counters
chain=forward action=passthrough
1 ;;; ALLOW ESTABLISHED AND RELATED
chain=input action=accept connection-state=established,related log=no log-prefix=""
2 ;;; DENY INVALID
chain=input action=drop connection-state=invalid log=no log-prefix=""
3 ;;; ALLOW INPUT FROM LAN
chain=input action=accept in-interface-list=LAN log=no log-prefix=""
4 ;;; DENY DNS FROM WAN
chain=input action=drop protocol=udp in-interface-list=WAN port=53 log=no log-prefix=""
5 ;;; DENY IGMP FROM WAN
chain=input action=drop protocol=igmp in-interface-list=WAN log=no log-prefix=""
6 ;;; DENY ALL
chain=input action=drop log=yes log-prefix="DENY ALL"
7 ;;; FASTTRACK ESTABLISHED, RELATED
chain=forward action=fasttrack-connection connection-state=established,related log=no log-prefix=""
8 ;;; ALLOW ESTABLISHED, RELATED
chain=forward action=accept connection-state=established,related log=no log-prefix=""
9 ;;; DENY INVALID
chain=forward action=drop connection-state=invalid log=yes log-prefix=""
10 ;;; ALLOW FROM LAN
chain=forward action=accept in-interface-list=LAN log=no log-prefix=""
11 ;;; DENY FROM WAN
chain=forward action=drop in-interface-list=WAN log=no log-prefix=""
12 ;;; DENY DNS FROM WAN
chain=forward action=drop protocol=udp in-interface-list=WAN port=53 log=no log-prefix=""
13 chain=forward action=accept protocol=icmp in-interface-list=LAN log=no log-prefix=""
14 ;;; vlan 4 out to wan
chain=forward action=accept in-interface=vlan4 out-interface=ether1 log=no log-prefix=""
15 ;;; DENY ALL
chain=forward action=drop log=no log-prefix=""