- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- WAN Routing
- >
- Setting up firewall on an interface used for ipSec...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2014 01:51 AM
02-10-2014 01:51 AM
Setting up firewall on an interface used for ipSec tunnel between MSR routers
Hello,
I set up a ipSec tunnel between a MSR 900 and MSR 30-50 like this:
----
192.168.0.0/23, 172.16.0.0/12
|
+---+-----+
| MSR 900 |
+---+-----+
|
Eth0/0 (DHCP / NAT) -> (ipSec)
|
|
Internet
|
|
Ge0/0 (Static IP) -> (ipSec)
|
+---+-------+
| MSR 50-30 |
+-----------+
|
192.168.180.0/22
----
I set up an ipSec VPN (tunnel mode / agressive) between the sites and set the acl to ad a rroute on both sites.
A problem arose when I set up a aspf firewall on both sites - here is an example from the MSR 50-30:
----
aspf-policy 1
detect FTP
detect TCP
detect UDP
acl number 3002 name from_internet
rule 56 remark -- Local private network --
rule 56 permit ip source 192.168.0.0 0.0.255.255
rule 1000 deny ip
interface GigabitEthernet0/0
port link-mode route
firewall packet-filter 3002 inbound
firewall aspf 1 outbound
...
----
^^^
I had to add the rule 56 in the firewall ACL or the ipSec tunnel doesn't get set up. However, if I got it correctly, this means I permit the private IP addresses from the ISP.
Is there a way to filter only the encrypted traffic? I saw the vpn-instance can be used with MPLS, but I didn't find any info if it is possible to use it with ipSec too.
So, how to set up an ipSec tunnel between two sites when running a firewall for limiting internet traffic on both sites and possibly applying some limits to the VPN traffic as well?
Thanks,
Damir