Results 1 to 6 of 6
Hi guys ... sorry 4 the bad english but i really need ur help. i have a linux server with 2 network cards , one connected to the internet with ...
- 12-01-2008 #1Just Joined!
- Join Date
- Dec 2008
- Posts
- 3
Debian router? help pls
Hi guys ... sorry 4 the bad english but i really need ur help. i have a linux server with 2 network cards , one connected to the internet with static ip adress and the other one is connected to a lan network swich. My problem is setting up the Debian Linux server to act as a router or share by any means the internet connection on the home lan network. i`ve made a network drawing to explain myself easely. pls help... it`s kind of urgent ... tnx
- 12-03-2008 #2Linux User
- Join Date
- Feb 2006
- Posts
- 484
You need to set up connection sharing in the sever machine.
You can find howto on the net.
keywords: how to share internet connection , how to share network connection
- 12-06-2008 #3Just Joined!
- Join Date
- Nov 2008
- Location
- Sao Paulo
- Posts
- 3
Debian router? help pls
Before we can help you about sharing your connection, we must know what king of broadband connection do you have in your home, ADSL, Cable, other?
Does your debian server has more than one network adapter? It needs at least 2 cards. Have you checked it?
What does your Debian Server do in your network at the moment? Only sharing the internet? Samba (sharing files)?
Is The Debian Server accessing the internet successfully right now?
Do you already have a Iptables script to share the internet but it's not working or do you have to create one?
- 12-06-2008 #4Just Joined!
- Join Date
- Dec 2008
- Posts
- 3
i fixed the problem
i gave up on linux
windows server 2oo8 rulez
)) next next next and you are done
- 12-08-2008 #5
On linux You just need to run this command to act ur linux as router. Frist configure your both network interface. then run this command from terminal.
here I guess eth0 is ur Internet interface. If not then change it ti eth1#echo "1" > /proc/sys/net/ipv4/ip_forward
#/sbin/iptables -t nat -A POSTROUTING -o -eth0 -J MASQUERADE
#/sbin/iptables save
#/sbin/chkconfig iptables on
- 12-08-2008 #6


Reply With Quote


