Mavromatidis
Technical User
Hi,
We have a cisco 2811 that now has two HWIC ADSL Cards. Until now we used only the first ADSL Card using an ADSL connection from an ISP (A-ISP). This connection has 8 static public IP addresses and one of them is configured on the G0/0 interface of router. Our's company Web site and mail server exists on the company's LAN using two IP adresses from the previewsly mentioned pool.
Internet speed needs, led us to by another ADSL connection from a different ISP (B-ISP). This connection uses dynamic IP address.
We would like to configure both connections to our Cisco router and redirect users web traffic only from the second connection.
A-ISP connection uses Dialer2 with static Public IP address.
default route on router is:
ip route 0.0.0.0 0.0.0.0 Dialer2.
I configured the second ADSL connection creating a new dialer, dialer0 successfully. Then I configured the following commands on cisco:
conf t
ip address-list extended HTTP-REQ
permit tcp any any eq www
ctrl z
conf t
route-map HTTP2Vivo permit 10
match ip address HTTP-REQ
set interface dialer0
ctr Z
conf t
interface G0/0
ip policy route-map HTTP2Vivo
but Web traffic uses again first ADSL connection (A-ISP).
Can someone help us?
Thanks in advanced.
We have a cisco 2811 that now has two HWIC ADSL Cards. Until now we used only the first ADSL Card using an ADSL connection from an ISP (A-ISP). This connection has 8 static public IP addresses and one of them is configured on the G0/0 interface of router. Our's company Web site and mail server exists on the company's LAN using two IP adresses from the previewsly mentioned pool.
Internet speed needs, led us to by another ADSL connection from a different ISP (B-ISP). This connection uses dynamic IP address.
We would like to configure both connections to our Cisco router and redirect users web traffic only from the second connection.
A-ISP connection uses Dialer2 with static Public IP address.
default route on router is:
ip route 0.0.0.0 0.0.0.0 Dialer2.
I configured the second ADSL connection creating a new dialer, dialer0 successfully. Then I configured the following commands on cisco:
conf t
ip address-list extended HTTP-REQ
permit tcp any any eq www
ctrl z
conf t
route-map HTTP2Vivo permit 10
match ip address HTTP-REQ
set interface dialer0
ctr Z
conf t
interface G0/0
ip policy route-map HTTP2Vivo
but Web traffic uses again first ADSL connection (A-ISP).
Can someone help us?
Thanks in advanced.