Fedora Core Route Entries
Herewith a short howto on routing a already secure Fedora box, using the config files supplied.
Set the IPV4 IP Packet Forwarding in /etc/sysctl.conf:
# Controls IP packet forwarding
net.ipv4.ip_forward = 1
Set the static routes in /etc/sysconfig/static-routes:
any net 192.168.10.0 netmask 255.255.255.0 gw 192.168.0.2
any net 192.168.20.0 netmask 255.255.255.0 gw 192.168.0.3
Set the IPV4 IP Packet Forwarding in /etc/sysctl.conf:
# Controls IP packet forwarding
net.ipv4.ip_forward = 1
Set the static routes in /etc/sysconfig/static-routes:
any net 192.168.10.0 netmask 255.255.255.0 gw 192.168.0.2
any net 192.168.20.0 netmask 255.255.255.0 gw 192.168.0.3