I am reasonbly sure the problem is with me.
Setup a Firewall Mangle rule to mark connection and mark packet for 'any port' 1194. Make a call, no traffic shows. Tried adding src address and then dest address, still no traffic shows.
Tried again and used Packet Sniffer and there of course the traffic shows.
The rules are:
Code: Select all
add action=mark-connection chain=prerouting comment=VPN connection-mark=VPN \
new-connection-mark=VPN port=1194 protocol=udp
add action=mark-packet chain=prerouting new-packet-mark=VPN packet-mark=VPN \
passthrough=no port=1194 protocol=udp
Looking at the packet in packet sniffer it shows SRC 192.168.10.11 port 1026 DST xx.xx.xx.xx Port 1194
Due to our SIP phones using OpenVPN it would not make sense trying to mangle port 5060.
But what I don't either is if I add either the SIP Phone IP address in SRC or the DEST IP in DEST, it still shows no traffic.
Thanks for your help.