adel.essafi wrote:
hi all I have a server (fedora) with 2 network cards. how can I make routing possible. thanks
Edit the file /etc/sysctl.conf, and change the line that reads:
net.ipv4.ip_forward = 0
to:
net.ipv4.ip_forward = 1
At the next reboot, packet forwarding will be enabled between the 2 network cards.