LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   trouble with windows and pppd (https://www.linuxquestions.org/questions/linux-networking-3/trouble-with-windows-and-pppd-163606/)

pandersson61 03-28-2004 11:14 PM

trouble with windows and pppd
 
Hi!
I am trying to connect my windows xp box with my linux computer. The pppd starts allright and gives my windows box an ip etc. The problem is that the router address is the same as the ip adress of the client. This means that the client (windows xp) is trying to route via itself which (of course) doesn't work.
I get the following config from the linux box:

IP-adress 192.168.1.150
Netmask 255.255.255.255
Standard-Gateway 192.168.1.150
DNS server 192.168.1.1 (netmask 255.255.255.0)

my modem config file reads as follows:

lock
idle 0
debug
57600
noipdefault
proxyarp
192.168.1.150:192.168.1.151
ms-dns 192.168.1.1
netmask 255.255.255.0
ktune
noauth
local
nodefaultroute
noipx
connect "sleep 1; echo -n CLIENTSERVER"

Does anyone have any idea on how to change gateway???

/regards

Peter

DavidPhillips 03-29-2004 05:56 PM

If you mean the default gateway on the windows client matches it's ip address that should not be the problem, the interface with that ip is the output.

If that's not what your talking about then please explain.


Can you ping the router?

DavidPhillips 03-29-2004 06:09 PM

here is mine

Windows IP Configuration





PPP adapter Home:

Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 192.168.0.201
Subnet Mask . . . . . . . . . . . : 255.255.255.255
Default Gateway . . . . . . . . . : 192.168.0.201


All times are GMT -5. The time now is 01:06 PM.