Re: routing problem.
From: Aix Tom (thomas.NOSPAMgaukel_at_t-online.de)
Date: 10/19/03
- Previous message: Tom: "epson c82 not configured"
- In reply to: dave fournier: "Re: routing problem."
- Next in thread: dave fournier: "Re: routing problem."
- Reply: dave fournier: "Re: routing problem."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 19 Oct 2003 19:59:13 GMT
dave fournier <otter@otter-rsch.com> wrote in news:gVZjb.116446$pl3.99362
@pd7tw3no:
> and iptables -L on 192.168.1.9 produces
>
> Chain INPUT (policy ACCEPT)
> target prot opt source destination
>
> Chain FORWARD (policy ACCEPT)
> target prot opt source destination
>
> Chain OUTPUT (policy ACCEPT)
> target prot opt source destination
>
>
Hi,
As it looks the 192.168.1.9 machine doesn't forward the packages.
I'm a little out of date, since I still use IPCHAINS. But there my
forward - Chain looks like this :
Chain forward (policy ACCEPT):
target prot opt source destination ports
MASQ all ------ anywhere anywhere n/a
Since nothing shows up there in your case, I guess it doesn't do any
forwarding.
To activate it should be like :
iptables -A FORWARD -i ETH0 -j ACCEPT
iptables -A FORWARD -i ETH1 -j ACCEPT
Good Luck
Tom
--
- Previous message: Tom: "epson c82 not configured"
- In reply to: dave fournier: "Re: routing problem."
- Next in thread: dave fournier: "Re: routing problem."
- Reply: dave fournier: "Re: routing problem."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|