Hi,
I'm dialing from my Windows-box at the headquarter
into our Linux dialin-server at the subsidiary. Dialing in and
telnetting to the dialin-server is just perfect.
However, when I try to ping a PC behind the dialin-server
I get no response, i.e. a time out.
The other way round it's the same. When I ping my
Windows box from the Linux-server (after telnetting to it)
using the IP-address of my Windows box it has in the headquarter I get a
time out.
Headquarter has IP network address 192.168.1.x
My Windows-box has the local IP address 192.168.1.13.
Susidiary has IP network address 192.168.3.x
Linux-server has IP address 192.168.3.1
In /etc/ppp/options.ippp2 it says:
# The IP addresses: <local>:<remote>
192.168.3.200:192.168.3.201
# The netmask it should be 255.255.255.255
netmask 255.255.255.255
proxyarp
And although I get the following output from
cat /etc/route.conf :
#Local susidiary route
192.168.3.0 0.0.0.0 255.255.255.0 eth0
192.168.3.200 0.0.0.0 255.255.255.255 ippp2
default 192.168.3.200
I keep getting the following lines from 'route -n'
(even after restarting routing with 'rcroute stop' and 'rcroute start')
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use
Iface
192.168.3.201 0.0.0.0 255.255.255.255 UH 0 0 0
ippp2
192.168.3.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
0.0.0.0 192.168.3.201 0.0.0.0 UG 0 0 0
ippp2
My understanding is that the default gateway should bei 192.168.3.200
and the first line of 'route -n' should have 192.168.3.200 and NOT
192.168.3.201!?
Any help would be appreciated!
--
Georg E. Paulusberger
System- and Networkadmin.