Re: routing problem.

From: Aix Tom (thomas.NOSPAMgaukel_at_t-online.de)
Date: 10/19/03

  • Next message: Walter Mautner: "Re: whats the best linux for a beginner"
    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

    -- 
    

  • Next message: Walter Mautner: "Re: whats the best linux for a beginner"

    Relevant Pages

    • Re: Iptables not saving...
      ... Chain FORWARD (policy ACCEPT) ... Chain OUTPUT ... You want to direct its output to where iptables normally ...
      (Fedora)
    • Re: Iptables not saving...
      ... Chain FORWARD (policy ACCEPT) ... Chain OUTPUT ... You want to direct its output to where iptables normally ...
      (Fedora)
    • Re: RPCemu vs. VRPC
      ... Chain FORWARD (policy ACCEPT) ... Chain OUTPUT ... And if I re-generated the iptables command after RPCEmu is running, ...
      (comp.sys.acorn.misc)
    • Re: modprobe cpu usage > 90 %
      ... >Maybe the gui is broken. ... Chain FORWARD (policy ACCEPT) ... Chain OUTPUT ...
      (Fedora)
    • Re: Iptables not saving...
      ... >> Chain FORWARD (policy ACCEPT) ... >> Chain OUTPUT ... You want to direct its output to where iptables normally ...
      (Fedora)