LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   File sharing and internet sharing (https://www.linuxquestions.org/questions/linux-networking-3/file-sharing-and-internet-sharing-103877/)

mullet 10-14-2003 01:15 PM

File sharing and internet sharing
 
I know Samba is for sharing between a Linux and a Win pc, how do I do it between two Linux pc's and do I configure iptables for Internet sharing in Redhat 9?

tangle 10-14-2003 01:30 PM

For Samba, set it up like to would for Windows. Then mount the share.
mount -t smbfs -o username=<user>,password=<password> \\<server name>\<share name> \<mount point>

Got to www.freshmeat.net and check out arno's iptables script. It is an easy to config iptables script that has an option for NAT.


All times are GMT -5. The time now is 05:10 PM.