What's new

Clone IP from subnet to VPN server subnet

unknownUser

Occasional Visitor
Hi,
I'm trying to access devices from the subnet 192.168.1.0/24 via software from the VPN server 192.168.2.0 /24.
Unfortunately these software (Sonos & EyeTV) only look in the local subnet (192.168.2.0/24) for the devices.
So I'm looking for a solution to this. Is there a routing I can get to the shell when a VPN connection is established (ie right now I run a .sh that is waking up my NAS, as WOL didn't work either from the 192.168.2.0/24 devices)?
I imagine something like ip 192.168.1.100 is routed to 192.168.2.100, so it can be found from a device on 192.168.2.0/24?!? Or even better the other way round, 192.168.2.100 is pointing to 192.168.1.100

Something like 'route 192.168.2.100 255.255.255.0 192.168.1.100' ?!?

Actually, long story short, I want to achieve what TAP is doing with a TUN configuration!
Is it possible? iE iOS doesn't support TAP :(

Tnx!
 
Last edited:

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top