how to route traffic from server via specific static IP?

Hi all,

I have 8 static IP from ISP and I suppose can use 6 IP in range: e.g. x.x.x.205-x.x.x.110 and I want to config it, so all traffic from my Email server(192.168.0.2) can be routed via specific IP, e.g. x.x.x.206. And all traffic of office workstation to be routed with x.x.x.205

How can I configure it?

currently, I use below for incoming traffic. ip nat inside source static tcp 192.168.0.2 25 x.x.x.206 25 extendable

Many Thanks!

Reply to
Jason
Loading thread data ...

try this:

ip nat inside source static x.x.x.205-x.x.x.110 192.168.0.2

one for each host.

dont forget to clear the nat table after putting int he commands (clear ip nat trans *)

Flamer.

Reply to
die.spam

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.