Static route on router

Hi all,

This may be the basic question of Routing but I am a sort of new to networking so I am asking.

Do I need to put route for my router's LAN port ip to WAN (serial) port ip Or the router itself can communicate between its ports without routes.

lan (172.26.40.5) ------- Wan (202.159.228.70)

Thanks,

Dexter

I'm not sure what you're asking. What traffic are you expecting to go from where to where?

Hi,

I mean , if I need to add route to allow traffic to go from my router's LAN port to WAN port by adding :

ip route  add  202.159.228.70 255.255.255.0  172.26.40.5

OR it is not required .

Regards,

Dexter

I believe it's required. It won't forward all traffic to all interfaces without asking, it needs to be told.