- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Access Control Rule should be simple...
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-06-2019 11:08 AM - edited 02-06-2019 11:09 AM
02-06-2019 11:08 AM - edited 02-06-2019 11:09 AM
Access Control Rule should be simple...
Hey everyone. Trying to create a guest network below 172.16.100.0 that can ping, and connect http/ssl to our datacenter, but no other ports. Ping/ICMP works fine, but I can't connect to any websites. DNS resolution is fine as well... If I remove the 10 deny rule, http/ssl works fine of course. Just doesn't make sense why ICMP works but web browsing doesn't? Thanks for any help! This is a 2920 switch
ip access-list extended "STD_ACCESS_IN"
4 permit icmp 172.16.100.0 0.0.1.255 10.10.0.0 0.255.255.255
5 permit tcp 172.16.100.0 0.0.1.255 eq 80 10.10.0.0 0.255.255.255 eq 80
7 permit tcp 172.16.100.0 0.0.1.255 eq 443 10.10.0.0 0.255.255.255 eq 443
10 deny ip 172.16.100.0 0.0.1.255 10.10.0.0 0.255.255.255
30 permit ip 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255
exit