cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1435
Views
0
Helpful
3
Replies

1841 ADSL config with VPN firewall

acarnegie
Level 1
Level 1

Hi,

I have a Cisco 1841 router with an HWIC-ADSL module installed. My ADSL connection is PPPoA with a dialer interface and I have been provided 6 ip's from my provider to use on this service.

Previously I have connected Fa0/0 on the 1841 straight onto my network and used NAT and ACL's on the 1841, I would now like to change this and have Fa0/0 connected to a Palo Alto firewall and use the Palo Alto to provide NAT, Firewall & site to site VPN functions. What config would I require on the 1841 to allow me to use one of my ISP IP addresses on the Palo Alto to allow it to be a VPN endpoint? Do I need to configure the 1841 in bridge mode?

Thanks.

Alistair.

1 Accepted Solution

Accepted Solutions

maayre
Level 1
Level 1

You could use bridge mode but there is no need, there are two easy ways to solve this with basic routing;

1. Add a /32 static route on the 1841 towards the FW and configure the /32 address on a virtual interface (ie loopback)

2. Configure a /31 (you can use /30 but wasteful) between the 1841 and FW

In both cases make sure default route is set up and facing ISP

View solution in original post

3 Replies 3

maayre
Level 1
Level 1

You could use bridge mode but there is no need, there are two easy ways to solve this with basic routing;

1. Add a /32 static route on the 1841 towards the FW and configure the /32 address on a virtual interface (ie loopback)

2. Configure a /31 (you can use /30 but wasteful) between the 1841 and FW

In both cases make sure default route is set up and facing ISP

Hi Matthew

Thanks for your response. I realise it could be done using simple routing using the method you suggested but this does'nt not allow me to use one of the ISP allocated IP addresses on the interface of my firewall that is behind the 1841. It would also then require NAT to be configured on the 1841 for the VPN connection, this something I do not wish to do.

I think you could also do somethin like this, let say that:

* fa0/0 is your interface goint to PA firewall

* 1.1.1.1 is the first IP in your subnet

int fa0/0

ip address 1.1.1.1 255.255.255.248

int dial 1 (or 0)

ip unnumbered fa0/0

Review Cisco Networking products for a $25 gift card