Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Network Troublshooting => General Networking Support in Linux => Topic started by: fdawy on September 24, 2005, 09:25:45 PM

Title: Internet connection sharing
Post by: fdawy on September 24, 2005, 09:25:45 PM
:(  
I must tried very very in this educational site in communion of the internet throughout the unix and i need to solve this ?????????!!!!!!!!!!!

i am trial from failure triales communion of the internet throughout another computer throughout the network
(http://www.w6w.net/upload2/24-09-2005/w6w_20050924150436931a5f9a.JPG)
Title: Internet connection sharing
Post by: gauravbajaj on September 26, 2005, 04:59:35 AM
Ya You can sahre your internet connection , for that u have to make proxy server(Squid) .....

Just follow this link

siliconvalleyccie.com/linux-adv/squid.htm


Gaurav
Title: Internet connection sharing
Post by: fdawy on September 26, 2005, 10:36:48 AM
thanks
 :oops:  :?

how to can be control of many data to evey computer on the network according
so "bandwidth controller" for linux?? set-set
Title: Bandwidth Limit
Post by: vel_mdu on September 29, 2005, 10:23:42 AM
Try with following :
http://www.faqs.org/docs/Linux-HOWTO/Bandwidth-Limiting-HOWTO.html
Title: Firewall
Post by: vel_mdu on September 29, 2005, 10:26:43 AM
If you need to black via firewall ,

Try with  following firewall.
http://rpmfind.net/linux/RPM/dag/redhat/6.2/i386/dansguardian-2.8.0-1.0.rh6.dag.i386.html
Title: Internet connection sharing
Post by: fdawy on September 29, 2005, 06:05:59 PM
I need to give the specific lesson from data the means reaches about 15 kilo and how can be preformed throughout the programme frontpage easily . :(
Title: Re: Internet connection sharing
Post by: technocp on August 06, 2010, 06:15:56 AM
:(  
I must tried very very in this educational site in communion of the internet throughout the unix and i need to solve this ?????????!!!!!!!!!!!

i am trial from failure triales communion of the internet throughout another computer throughout the network
(http://www.w6w.net/upload2/24-09-2005/w6w_20050924150436931a5f9a.JPG)

You can share internet without proxy too....

go thru the script given below and follow instruction in it

  # Defines the location of iptables executables.
iptables=/sbin/iptables
 
  #Clears if any old iptable rules/ policies are there.
iptables --flush -t nat

 # Now we will do Masquerading ie. we are doing NAT.
iptables --table nat --append POSTROUTING --out-interface ppp0 -j MASQUERADE
iptables --append FORWARD --in-interface eth0 -j ACCEPT

 # Enabling packet forwarding.
echo 1 > /proc/sys/net/ipv4/ip_forward


# Copy this file to /etc/rc.d/rc.nat
# make it executable : chmod 7555 /etc/rc.d/rc.nat
# Now add following lines in rc.local
# /etc/rc.d/rc.nat
# this will allow to set your machine as gateway at every startup