networking project
John DeCarlo
johndecarlo at gmail.com
Mon Sep 3 00:11:55 UTC 2007
On 9/2/07, Harold Hartley <harold_hartley at verizon.net> wrote:
>
> Once I get the router talking to eth1 on the computer, then I need to
> set it up so it can use the eth0 for the internet.
> I do have iptables installed, but can see anything blocking it from
> working.
>
> Oh, btw, I have assigned the eth1 with a static ip of 192.168.1.1 and
> the router is 192.168.1.3. (The router has wireless for my laptop to use
> for my laptop)
>
> For the life of me, I can't seem to find the problem why it does not
> want to work.....
>
Let's see.
What you want is to have traffic from eth0 routed to eth1 and traffic from
eth1 routed to eth0.
But iptables works by looking at the destination address. So your rules
would have traffic to 192.168.1.0 delivered via interface eth1 and traffic
to everything else delivered via interface eth0.
If you send the output of the "route" command, we can identify which one of
these is not correct.
--
John DeCarlo, My Views Are My Own
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/kubuntu-users/attachments/20070902/98a5e020/attachment.html>
More information about the kubuntu-users
mailing list