LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Internet connection sharing (https://www.linuxquestions.org/questions/linux-networking-3/internet-connection-sharing-433658/)

LinuxNewKnight 04-10-2006 07:21 AM

Internet connection sharing
 
Hi.

I'm using Fedora Core with KDE.

I am coonected tho the internet via pppo. I have two ethernet cards so the etho0 is coonected to the asdl. The other card etho1 is connecteed to another computer running FC4.

Cross cable is used.
The ip address for the adsl is dynamic or provided by the isp

My problem....
1. how to i make both the computers to communicate (Sharing folders)
2. How do i make the computeer connected to the internet a gatewway for the 2nd computer ?

mickyg 04-10-2006 08:04 AM

Quote:

1. how to i make both the computers to communicate (Sharing folders)
You need to have a look at NFS (Network File System) or Samba to share folders between the two PC's.

Quote:

2. How do i make the computeer connected to the internet a gatewway for the 2nd computer
At a guess you would need to enable IP forwarding in the kernel:
echo 1 > /proc/sys/net/ipv4/ip_forward (as root)

and then set the gateway on the second PC to the IP address of the first/routing PC.

You will also need to setup a new route on the second PC, to do this use the "route add..." command but I'll let you have a read up on that since I'm not sitting at a linux machine and can't remember what exactly is needed.

Off the top of my head that should do it, aswell as any firewall configuration alterations you might need to make depending on how your firewalls setup.


All times are GMT -5. The time now is 08:15 PM.