Results 1 to 5 of 5
how do i share internet connection between my two pc's in my home network?
pc1 uses suse 9.1 and pc2 uses slack 9.1 if that makes any sence
thanks in ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-09-2004 #1Linux Engineer
- Join Date
- May 2003
- Location
- Greece / Athens
- Posts
- 1,169
internet connection sharing
how do i share internet connection between my two pc's in my home network?
pc1 uses suse 9.1 and pc2 uses slack 9.1 if that makes any sence
thanks in advance..Linux For Ever!
- 08-09-2004 #2
assuming that your using a router, just plug both in, most of the default configs will work, if you arent using a router, then you need to configure one to share its connection ( I would recommend the slack, but its up to you) My personal method would be to install proxy software on one of them (squid is a common one) then just configure any others that you may add to the network to connect through the same proxie. (also is great for serverfarm stye systems. You have 3 old machines have the proxy decide who has the lightest load and just route the request to that on. Then rsync all the webfolders everynight)
- 08-09-2004 #3Linux Engineer
- Join Date
- May 2003
- Location
- Greece / Athens
- Posts
- 1,169
ok i will download squid..has it got a gui configuration?
Linux For Ever!
- 08-12-2004 #4Linux Engineer
- Join Date
- May 2003
- Location
- Greece / Athens
- Posts
- 1,169
i have problems installing squid...i get some error messages.i abort!
Linux For Ever!
- 08-12-2004 #5Linux Engineer
- Join Date
- May 2003
- Location
- Greece / Athens
- Posts
- 1,169
i read somewhere that configuring iptables like this :
then do the following :Code:ipchains -A FORWARD -i MASQ or iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
that maybe helpful to me or others here!i'll try it when i get home...Code:modprobe ip_conntrack_ftp echo 1> /proc/sys/net/ipv4/ip_forward
Linux For Ever!


Reply With Quote
