Hi!
I have two IP Addresses in my Windows Machine for a single NIC.
1st IP Address 192.168.1.2
Default Gateway: 192.168.1.1
2nd IP Address 192.168.2.2
Default Gateway: None
There is a firewall on 192.168.2.0 network with IP Address 192.168.2.1. I am able to connect to the firewall from my pc 192.168.2.2 but I also need to connect to a network 10.10.1.0 which is on the wan side of 192.168.2.1 connected through vpn tunnel. I have added this network in my vpn tunnel allowed networks and also added a route in my windows machine by entering the below command:
"route add 10.10.1.0 mask 255.255.255.0 192.168.2.2".
But is does not work and I am getting:
Reply from 192.168.2.2: Destination host unreachable
Any Suggestions?
Thanks.
This thread was automatically locked due to age.