Hello,
I have a Redhat 9 Server configured as a PPP Dialin Server on my domain, kind of a mini-ISP. I can connect to the machine just fine from any client over the phone. My problem is that after I connect I can not browse the web. When I am connected to the server, I can only ping the PPP Server itself, nothing passed that. The IP address I receive for the client is correct as I set it in the /etc/pp/options.server.
I can access accounts only using a shell. I want to be able to use the dialin connection to access the web as I would if I was connected to a Windows 2000 RADIUS.
Here is a copy of my /etc/ppp/options.server:
-detach
asyncmap 0
netmask 255.255.255.0
modem
crtscts
lock
/dev/ttyS1 115200
require-pap
refuse-chap
login
#proxyarp
ms-dns 192.168.0.20
ms-dns 192.168.0.30
#
192.168.0.23:192.168.0.11
….keep in mind that I do connect to the server just fine, just no Web Browsing.
Can anyone please tell me what I am missing, I’ve been working on this for quite a while now and I can’t figure out what is wrong.
Thanks in advance.