Forwarding not work in FC9 but ip_forward is turn on

Mike Wright mike.wright at mailinator.com
Mon Sep 22 20:42:27 UTC 2008


Mike Wright wrote:
> ppps wrote:
> 
>> Hi, guys
>> I would please ask for their help with a problem that has frustrated 
>> me. Then I describe the scene
>> I installed FC9 on my PC that will work as official proxy / firewall. 
>> The pc has 3 network cards
>> eth4, eth5 and eth6
>> eth4-> 192.168.5.254 -> to a router
>> eth5-> 192.168.1.231 -> toward LAN1
>> eth6-> 192.168.10.250 -> toward LAN2
>>
> 
> You need to have routes to those networks:
> 
> /sbin/ip route add 192.168.1.0/24 dev eth5
> /sbin/ip route add 192.168.10.1/24 dev eth6
--------------------------------^
*typo*, should be 0

> /sbin/ip route add default via 192.168.5.254 dev eth4
> 
> 
> Hope that helps,
> Mike Wright :m)
> 




More information about the fedora-list mailing list