Results 1 to 3 of 3
Hey,
I was wondering how I might go about setting up a "LAN within a LAN" of sorts. Here's what I want to do: I'd like to have my laptop ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-28-2004 #1
A Router-like setup
Hey,
I was wondering how I might go about setting up a "LAN within a LAN" of sorts. Here's what I want to do: I'd like to have my laptop set up so that its sole purpose is to take traffic from one interface, and it send it to the next interface. (i.e. take all traffic coming in on eth0 and send it to eth1) and vice-versa
From reading the iptables man pages, I've come up with:
but for some reason I don't think that's right.Code:iptables -A FORWARD -i eth0 -o eth1
Does anybody here have any suggestions?
Thanks a lot!
-lakerdonald
- 12-29-2004 #2Just Joined!
- Join Date
- Dec 2004
- Location
- Albania
- Posts
- 6
router
I've tried this conf some times ago with RH 6.2
you can make it work with route
- 12-29-2004 #3
Well what do you do?


Reply With Quote
