Click to See Complete Forum and Search --> : Linux, Unix or Windows?


greg252
11-01-2002, 09:03 AM
I have a cable modem network at home. I want to dial in and surf the net (to get work done, not to waste time).
What OS should I use, and are there any good articles about this?


Thanks.

yelvington
11-23-2002, 05:10 PM
Read the Linux PPP HOWTO document, specifically chapter 26.

id10t
11-25-2002, 04:50 PM
Actually, most cable is DHCP, so it is even easier than that.

Of course, turn off all unneeded services, don't use telnet for remote stuff (use ssh instead) and get a firewall going. For a firewall I recommend gShield (http://muse.linuxmafia.org)

yelvington
11-25-2002, 06:33 PM
I think Greg is trying to configure his computer to accept dialup calls from the phone network so that he can, in effect, be his own ISP, relaying the connection out his existing cable modem.

If reading the PPP howto is too complicated, consider Slirp:

http://slirp.sourceforge.net/

I used slirp on Linux starting around 1995 to provide myself with mobile dialup access to my work computer as well as Internet access. I haven't used it in years, but I recall it as being very easy to compile and install.