Does the VPN box have 2 NICs?
You may have to do something like adsl ---> External Nic SME & VPN box ---> LAN
Open VPN ports to VPN box, all others to SME.
Then make a custom template for DCHP router to use VPN box as gateway
No, the VPN has only one NIC and sits on the LAN.
Your comment did get me thinking though and after a bit of searching I came up with this. (I didn't want to trash the SME so I used another m/c on the LAN)
# ifconfig eth0:1 192.168.1.170 netmask 255.255.255.0# ifconfig eth0:1 upthis added the ip address 192.168.1.170 to my current eth0 NIC and brought it up
# route add -net 192.168.1.170 netmask 255.255.255.255 gw 192.168.1.5This, I think, will route everything on 192.168.1.170 to the gateway 192.168.1.5
It seems to have worked, the VPN can now be reconfigured remotely.
Thanks for your help johnp, after rereading my posts I'll work on asking better questions
