Networking Forums

Networking Forums > Computer Networking > Linux Networking > Bridge-nf problem with "iptables FORWARDING --in-interface eth0"

Reply
Thread Tools Display Modes

Bridge-nf problem with "iptables FORWARDING --in-interface eth0"

 
 
=?ISO-8859-1?Q?Michael_H=E4ger?=
Guest
Posts: n/a

 
      08-26-2004, 07:33 AM
Hallo,

i have set up a full working bridge. Everythin runs fine. I am only
having some problems with configuring the iptables firewall.

I want to set up some rule like the following one

iptables -A FORWARD --in-interface eth1 --out-interface eth0 -p tcp
--dport 8080 -j LOG
iptables -A FORWARD --in-interface eth1 --out-interface eth0 -p tcp
--dport 8080 -j ACCEPT

IPTABLES accept the rules without error but it doesnt work. No packets
match the rules and they all get forwarded without
logging.

The exact same iptables command without specifying the --in-interfaces
and --out-interface works fine.

I would be glad if anyone can help me.

Thanks
Michael
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
"eth0: unknown interface" with newly-compiled kernel strnbrg Linux Networking 3 07-01-2008 02:03 AM
Local forwarding with "iptables" gives "invalid arguments" newsfuzzy@geekmail.de Linux Networking 0 07-19-2006 02:47 PM
Loaded Dell laptop with RH9, it says "eth0: unknown interface: No such device" GS Linux Networking 4 05-14-2006 04:01 PM
I am in need of a netsh script that will disable the "Local Area Connection" interface then re-enable that same interface. Spin Windows Networking 3 11-03-2005 12:58 AM
iptables port forwarding "sort of" works Jody Bruchon Linux Networking 3 11-15-2004 04:35 PM



1 2 3 4 5 6 7 8 9 10 11