Mark Rogers mark@quarella.co.uk
Thinking about it, I assume that it's possible that Hamachi blocks this? Is there any easy way to see whether packets are even reaching my box?
It's possible that Hamachi blocks this.
It's also possible that each "side" of the Hamachi VPN has a different IP address, so the route commands on each side would be slightly different.
Not sure about any easy way to see whether packets are even reaching my box, but things like wireshark or ngrep should show it.
As an alternative, what's the quickest way to set up "port forwarding" so that (say) 5.50.60.177:443 goes through to the router at 192.167.150.250:443 so I can look at the VPN settings in the Draytek to see what's wrong?
ssh tunnels are quickest: as root (because you want :443) on 5.50.60.177, ssh -L 5.50.60.177:443:192.167.150.250:443 SomethingThatCanSeeTheDraytek
Hope that helps,