Hi !
I am trying Innotek VirtualBox and I setup the network in bridge mode, following their tips.
The network for the guest system works only if I disable the host iptables (service iptables stop).
So, the question is How to setup FC8 iptables to allow traffic to/from this bridge ?
I am using the default firewall configuration provided by system-config-firewall. The FC8 host machine is not a server, so there is no services and open ports in this machine.
I try to mark br0 and eth0 as "Trusted interfaces", no luck.
I searched for a solution and no luck either.
I have no proficiency with iptables, and don't know how to create a rule to allow all traffic from/to this brigde.
I hope a network master over there can help me !
Code:
[root@babylon5 ~]# ifconfig -a
br0 Link encap:Ethernet HWaddr 00:15:C5:33:28:33
inet addr:192.168.160.137 Bcast:192.168.160.255 Mask:255.255.255.0
inet6 addr: fe80::215:c5ff:fe33:2833/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:50717 errors:0 dropped:0 overruns:0 frame:0
TX packets:17373 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:8946304 (8.5 MiB) TX bytes:2690735 (2.5 MiB)
eth0 Link encap:Ethernet HWaddr 00:15:C5:33:28:33
inet6 addr: fe80::215:c5ff:fe33:2833/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3860 errors:0 dropped:0 overruns:0 frame:0
TX packets:1890 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:827282 (807.8 KiB) TX bytes:291602 (284.7 KiB)
Interrupt:16
vbox0 Link encap:Ethernet HWaddr 00:FF:58:53:0B:9F
inet6 addr: fe80::2ff:58ff:fe53:b9f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:683 errors:0 dropped:0 overruns:0 frame:0
TX packets:12852 errors:0 dropped:19612 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:76306 (74.5 KiB) TX bytes:846684 (826.8 KiB)