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)


--
fedora-list mailing list
[email protected]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Reply via email to