April 19, 2024, 11:16:13 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: Internet connection sharing  (Read 7783 times)

Offline fdawy

  • Linux Noob !
  • *
  • Posts: 6
Internet connection sharing
« 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

Offline gauravbajaj

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 658
Internet connection sharing
« Reply #1 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

Offline fdawy

  • Linux Noob !
  • *
  • Posts: 6
Internet connection sharing
« Reply #2 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

Offline vel_mdu

  • Linux Noob !
  • *
  • Posts: 5
Bandwidth Limit
« Reply #3 on: September 29, 2005, 10:23:42 AM »
Try with following :
http://www.faqs.org/docs/Linux-HOWTO/Bandwidth-Limiting-HOWTO.html

Offline vel_mdu

  • Linux Noob !
  • *
  • Posts: 5
Firewall
« Reply #4 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

Offline fdawy

  • Linux Noob !
  • *
  • Posts: 6
Internet connection sharing
« Reply #5 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 . :(

Offline technocp

  • New Member
  • Posts: 3
Re: Internet connection sharing
« Reply #6 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


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