Update on my progress:
After various searches all turned up results on "dial-out" PPP, I
finally searched for "Linux ISP" and in the bulk returned found this
document:
http://www.europe.redhat.com/documentation/HOWTO/ISP-Setup-RedHat.php3
It covered MOST of the issues and was very clear and to the point. I
was also tipped off to this document by a gentleman named Bill
Staehle. Thanks Bill!
Anyway, I went through the process of setting this up and very
carefully checked each step.
Finally the moment came. I set my laptop to dial in.... And....
after a few moments. I was connected!!! Well sort of...
I can connect in just fine. The PAP is recognized and windows thinks
it "logs into the network" but in this state it seemed like I could do
nothing.
I could not ping other machines on the lan.
I could not ping anything on the internet (in fact DNS lookup didn't
seem to work)
I ran IPCONFIG on my laptop and found that I had set the IP address to
match the IP address of my actual ethernet adapter in the laptop.
Arrgh... Perhaps the lap top was confused at where to send data. (I
wasn't seening the modem lights flash either).
So I reconfigured the linux box to give my laptop the IP address of
192.168.168.51 which I KNOW was clear.
I reconnected and... Same result. I examined IPCONFIG again and
found that there was no gateway installed. Good ol win98 does not
give you the ability to setup a gateway in your dialup connections.
You can set it in the network control panel but it seems to get
overwritten by something in the connection document.
Anyway, if I check the box "use default gateway on remote network"
linux does assign a gateway to my laptop. Unfortunately it is the
wrong one. It assigned the IP address as the gateway. 192.168.168.51
Why?
On my lan the gateway is 192.168.168.250. My linux box is configured
to use that gateway and it works great. So are my Win98 machines on
the lan.
The benefit of checking the use default gateway box is that now the
laptop is "sending" stuff out. IE if I ping or do a web browser I see
the modem flashing. Data is going out of the laptop but NOTHING comes
back in.
I can ping 192.168.168.51 from any machine on the network and it
works. (funny thing is that the modem lights don't flash when I do
this. It is like the 192.168.168.51 is setup INSIDE the linux box
somehow).
Anybody have any ideas on what to try next?
Mark
On Sat, 04 Nov 2000 22:05:30 -0800, Mark R. Holbrook
>Hi,
>Well this may sound kinda dumb but...
>My linux box has a full time internet connection. Recently I lost my
>Mindspring account that I used to use for dial up connections while on
>the road.
>Having never done it, can I setup my Linux box to all my Windoze
>Laptop to dial in and connect (as it did with Mindspring) and once
>connected have access to the internet?
>Seems that this should work but I don't have a clue how to set it all
>up.
>Can anyone tell me a) will this work? b) where do I find the details
>on getting this going?
>Thanks - Mark