- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- WAN Routing
- >
- Re: HP 3 Com device need to block ping,SSH to WAN ...
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
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
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
12-20-2018 09:25 PM
12-20-2018 09:25 PM
Hi Team
Need your help and suggestion on how can i block ICMP and SSH traffic to my WAN port which is configured with public ip address
Router make and model
H3C Comware Platform Software
Comware Software, Version 5.20, Release 2514P07
Copyright (c) 2004-2015 Hangzhou H3C Tech. Co.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2018 07:28 PM
12-25-2018 07:28 PM
Re: HP 3 Com device need to block ping,SSH to WAN Port
HI HP Team
Please help me in getting my issue fixed, all help and support is appreciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2018 10:11 PM
12-25-2018 10:11 PM
Re: HP 3 Com device need to block ping,SSH to WAN Port
You need to create an Acl then apply it to your WAN interface.
https://support.hpe.com/hpsc/doc/public/display?docId=emr_na-c02659226#page13
Some examples here, you will need an advanced ACL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2019 08:13 PM
02-27-2019 08:13 PM
Re: HP 3 Com device need to block ping,SSH to WAN Port
Thank you Paul for the reply.
I tried to do some acl but the acl rule is not working.
I am new to HP router. it would be helpfull if you can give me an example of the acl commands that i need to enter and attach that acl to the wan interface.
Thank you for all the help and support.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2019 04:36 AM - edited 03-01-2019 04:40 AM
03-01-2019 04:36 AM - edited 03-01-2019 04:40 AM
SolutionHi in the examples from link in my last post something like this i cant test because i have comware 7 MSR2003. use the ? Also see this post for settings http://thenetworkmonkey.blogspot.com/2012/10/hp-msr-firewall-config-example.html
[DeviceA] system-view
[DeviceA] acl number 3000
[DeviceA-acl-adv-3000] rule deny any destination-port 22
[DeviceA-acl-adv-3000] rule deny any icmp
[DeviceA-acl-adv-3000] quit
# Enable IPv4 firewall, and apply IPv4 ACL 3000 to filter outgoing packets on interface Ethernet 0/1.
[DeviceA] firewall enable
[DeviceA] interface ethernet 0/1
[DeviceA-Ethernet0/1] firewall packet-filter 3000 inbound
[DeviceA-Ethernet0/1] quit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2019 02:12 AM
03-07-2019 02:12 AM
Re: HP 3 Com device need to block ping,SSH to WAN Port
Thank you Paul for providing all the help and support.
The mentioned commands help me a lot in getting the issue fixed.