|
Posted by Jason on May 1, 2008, 8:55 pm
Please log in for more thread options
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!
|
|
Posted by flamer die.spam@hotmail.com on May 1, 2008, 9:30 pm
Please log in for more thread options
> 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!
>
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.
|
| Similar Threads | Posted |
| how to route traffic from server via specific static IP? | May 1, 2008, 8:55 pm |
| Direct Traffic for certain networks to specific route | March 29, 2007, 8:58 pm |
| Need to route SMTP traffic through static interface (not default route) | March 27, 2007, 5:19 pm |
| What is the default precedence: local-route, static-route, OSPF-route? | August 4, 2008, 3:00 am |
| Monitoring specific traffic. | October 3, 2006, 3:31 am |
| Set specific next-hops for OSPF routes redistributed from static | July 13, 2007, 11:50 am |
| Can i forward all the traffic to a specific website? | November 10, 2005, 2:10 am |
| Looking for a radius server with specific specs | May 14, 2007, 1:46 pm |
| Forwarding traffic originating from a specific Internet host | October 11, 2006, 8:49 am |
| Can netwrok run static route and dynamic route the same time? | December 1, 2005, 1:18 pm |
| Static Route that won't go away | September 8, 2006, 11:18 am |
| Which is better - static route or NAT? | September 26, 2006, 3:30 am |
| PIX 506 static route | October 11, 2006, 6:19 pm |
| static route | December 13, 2006, 11:53 am |
| Static Route | December 20, 2007, 11:41 am |
>
> 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!
>