Linux – Routes IP packets from one IP address to another

Routes IP packets from one IP address to another… here is a solution to the problem.

Routes IP packets from one IP address to another

Can someone tell me what is the way to route packets in a linux system? I have an external and internal network interface on my Linux system. I want to forward packets arriving on my external network to my internal network.

I don’t have iptables. What other way to do this? What commands Native Linux provides. Should Netfilter always be enabled for this? My kernel didn’t ship with Netfilter.

So please make suggestions.

Thanks in advance

Related Problems and Solutions