rassoulghaznavi
IS-IT--Management
Hi Guys ,
I have a windows 2003 server behind a cisco router and I have two internet lines connected to this router .
(ISP 1 with dialer 0 and ISP 2 with dialer 1)
I have inside static nat on router to my server which is a web and mail server .
Server has got two different IP addresses :
192.168.1.10
192.168.1.11
and we have like these NAT commands :
ip nat inside source static tcp 192.168.1.10 443 interface dialer 0 443 overload
ip nat inside source static tcp 192.168.1.11 443 interface dialer 1 443 overload
problem is that only one of these NATs will work at the same time , it means we can not use both lines to connect to port 443 on server , only one of them will work !
we don't have this problem with other servers witch has got the same configurations !
Can anyone advice please ?
I have a windows 2003 server behind a cisco router and I have two internet lines connected to this router .
(ISP 1 with dialer 0 and ISP 2 with dialer 1)
I have inside static nat on router to my server which is a web and mail server .
Server has got two different IP addresses :
192.168.1.10
192.168.1.11
and we have like these NAT commands :
ip nat inside source static tcp 192.168.1.10 443 interface dialer 0 443 overload
ip nat inside source static tcp 192.168.1.11 443 interface dialer 1 443 overload
problem is that only one of these NATs will work at the same time , it means we can not use both lines to connect to port 443 on server , only one of them will work !
we don't have this problem with other servers witch has got the same configurations !
Can anyone advice please ?