[TriLUG] Networking and Fedora

Justis Peters jtrilug at indythinker.com
Wed May 26 14:38:29 EDT 2010


Joseph Tate wrote:
> Note that I'm trying to route to the host, not a vm guest.
>
> $ brctl show
> bridge name     bridge id               STP enabled     interfaces
> br0             8000.001d0999710f       no              eth1
>                                                         vnet0
>                                                         vnet1
>                                                         vnet2
> virbr0          8000.000000000000       yes
> $ route -n
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
> 10.2.2.0        0.0.0.0         255.255.255.0   U     0      0        0 eth0
> 10.2.2.0        0.0.0.0         255.255.255.0   U     0      0        0 br0
> 192.168.122.0   0.0.0.0         255.255.255.0   U     0      0        0 virbr0
> 169.254.0.0     0.0.0.0         255.255.0.0     U     1002   0        0 eth0
> 0.0.0.0         10.2.2.1        0.0.0.0         UG    0      0        0 br0
>
>
> Port forwarding works to several other computers behind the router,
> but does not work to this Fedora 12 box.
>   
I think you need to remove the second line from your routing table. It's
probably sending some of your 10.2.2.0/24 traffic to the bridge instead
of to eth0.

Kind regards,
Justis



More information about the TriLUG mailing list