Re: VPN Client ---> 1841 router




My wild guess of what is going on here is that because the VPN address
pool falls into the same IP subnet that the destination host IP
address falls into i.e 10.163.1.0/24, the host will never be able to
return the traffic.

When a telnet with packet src=10.163.1.205 dest=10.163.1.1 is replied
to, the host thinks that the destination is on the same subnet and it
will ARP for 10.163.1.205 instead of sending back to the router that
knows how to reach 10.163.1.205 via the /32 route that is installed in
its routing table

Suggest you change the ip local pool configured on the router to a
different IP address range say 10.10.10.0/24 or to make it clearer I
might even use 172.17.0/24 for the pool range and say completely away
from network 10.

Let us know how it goes.

.



Relevant Pages

  • Re: installing ubuntu
    ... option routers 192.168.1.254; ... # If this DHCP server is the official DHCP server for the local ... # This is a very basic subnet declaration. ... # will still come from the host declaration. ...
    (Ubuntu)
  • Re: installing ubuntu
    ... option routers 192.168.1.254; ... # If this DHCP server is the official DHCP server for the local ... # This is a very basic subnet declaration. ... # will still come from the host declaration. ...
    (Ubuntu)
  • Re: Dhcp problem...what is the msitake?
    ... I've implemented a dhcp server, I want to cretae several subnets inside the ... same subnet using net mask, at teh same time i want to give the ip by mac. ... You don't need to specify domain name servers inside each host ... fixed-address starbuck.lefty; ...
    (Debian-User)
  • Re: how to get a networks IPs?
    ... >sniff a network without knowing with what IP to configure ... host routes, and have not one single pre-existing host on a ... the right subnet for the IP range that could be used... ... ping will be answered by every interface on the LAN that can ...
    (comp.os.linux.networking)
  • problems with logical && (and) statement
    ... I have been working on a writing a script to compare host information from ... am trying to check for is if the host is on the same network in both lists, ... and then I am checking to see if it is the same subnet in both lists. ... print "in the dhcp lease file I found $wkrst with ip addr ...
    (perl.beginners)