> Hi,I've recently installed RH 7.2 on my machine at home. I have one >more computer which is Windows based. Both computers see each other when >I use ping. How can I configure my Linux machine to access the Internet >thorough my other PC (using the LAN I have established). The PC is >connecting to the I-net using dial-up. Thanks,Katrin
Katrin: One of the great and wonderful things about Linux is it's networking capability. I would recommend doing it the other way around; that is, put the modem in the Linux box, turn on IP_FORWARDING, and let your windows machines get to the internet through your Linux box. In this way, you can also set up a nifty and efficient firewall with iptables (or with the older but workable ipchains), which will protect your entire network. I know this is not the short answer, as you will need to learn a few things first. But since you are already diving into Linux, I am guessing you are not afraid of learning new things! Good for you! In sequence, I would first learn how to establish a dial-up connection directly from the Linux box, including making it auto-dial when needed. (I haven't done this part myself, since I use dsl. But I know it is possible). Google is your friend! Next, you already know how to get your LAN working! Well done. Then, look into iptables to build your firewall. The man page is pretty thorough, but I recommend a good text-book on Networking for a thorough understanding of it. It's fascinating stuff! For a quickie solution, install the firewall option during the RH Linux installation - this sets up a generic ipchains firewall, if I recall correctly. This step becomes critically important if/when you upgrade to a dedicated connection (such as cable or dsl). Finally, turn on IP_FORWARDING (a short, easy step). This will tell your Linux box to permit IP packets to be sent through it, from one interface (such as your ethernet card) to any other interface on the same box (such as your modem). Oh, I envy you this stage! It was FUN!! Regards, Jim Roberts Punster Productions, Inc. _______________________________________________ Seawolf-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/seawolf-list