0

i sent a pre-configured box to client to drop onto their LAN. while i was sure i left it as DHCP, when i connect to the LAN through the VPN i'm not seeing it pull an address from the router and it isn't showing up on the ARP tables. sooo... maybe i left it as a static IP... for the wrong subnet. so my question is how can i connect to this device? if it is still on static, i know the IP, et al. but i'm not sure, given that i'm connecting via VPN, how to access this device to properly correct it's IP. were it on the same LAN, no problem, but now its on a remote LAN and the VPN complicates this.

while this sounds like this question, the key difference is that i am connecting to the remote LAN via VPN. if it was on my local LAN, this would be a non-issue.

anyway. i'd appreciate some guidance here so i don't have to either fly out to client's site or play FedEx shuffle...

WhiteRau
  • 107
  • 5

2 Answers2

2

Another possible way:

  1. Connect to another computer on the remote network while you're connected to the VPN.

  2. Add an ip address/subnet mask in the same subnet as your device to the other computer as an additional ip address.

  3. Connect to your device from the other computer.

  4. Fix your device.

  5. Remove the additional ip address from the other computer.

joeqwerty
  • 108,377
  • 6
  • 80
  • 171
  • this was very useful. didn't work for this case because i didn't remember the IP correctly, but it came in handy for another similar situation. thank you. :) – WhiteRau Mar 10 '21 at 21:40
1

One possible way:

  1. Add the static subnet to the remote router as a secondary address.
  2. Modify the VPN domain to include the static subnet.
  3. Add any additional routing as necessary.
Ron Trunk
  • 2,149
  • 1
  • 10
  • 19