Hi,
I am trying to debug why SSH traffic is not been forwarded by DFL-800 to my Linux router.
Same basic info as previous thread:http://forums.dlink.com/index.php?topic=13886.msg81487#msg81487
Here's my scenario.
* DFL-800 Firewall - WAN1: Public IP - LAN: Private IP:10.0.0.254 Subnet: 10.0.0.252/30
Default config. Just added two IP rules to let all traffic flow to the network appliance at 10.0.0.253
# Name Action Source interface Source network Destination interface Destination network Service
1 allow_all_tcpudp_sat SAT any all-nets core wan1_ip all_tcpudp
2 allow_all_tcpudp_nat NAT any all-nets core wan1_ip all_tcpudp
* The Network appliance (IPBrick) is a Linux box which handles VPN, VoIP, email and fax, and works as main firewall. Unfortunately doesn't support WAN load balance or failover (that's why we need DFL-800).
eth0 IP: is 10.0.0.253 and eth1 IP 192.168.0.254 in our LAN Subnet 192.168.0.0/24
Using snort at the Linux box, I've found that even a single SSH packet can't reach it at port 22. OpenVPN is working fine and snort shows it at port 1194.
So I'd like to get some advice from you to:
- Log specific traffic to a port (i.e. TCP 22)
- Whatever conf changes I may need to allow SSH traffic.
Thanks in advance