Hello guys, I have a little problem for which I am getting out of ressources. Trying to configure a Linux system linked to a LAN having a Default Route (192.168.1.50) On that system I would like to configure a PPP Client connection to a Linux system which will provide my IP address on that connection. This is my Client ppp.opt file configuration: connect ppp.chat debug crtscts modem ipcp-accept-local ipcp-accept-remote default-asyncmap nodefaultroute noipdefault updetach lock The ppp.chat works fine. All gets fine but at the end of the handshaking I get on my client log: rcvd [IPCP ConfAck id=0x2 <addr 192.168.250.2> <compress VJ 0f 01>] Peer is not authorized to use remote address 192.168.250.1 sent [IPCP TermReq id=0x3 "Unauthorized remote IP address"] This problem gets out when deleting on the client system the Default Route (192.168.1.50) means when the client has no default route before initiating the outgoing call. I tried to turn around this problem adding on the Client ppp.opt file: allow-ip 192.168.250. but that's changed nothing. Any idea bout ? Thanks in advance. - : send the line "unsubscribe linux-net" in the body of a message to majordomo@vger.kernel.org