Controlling Ftp, Http, And Telnet Access To The Router - HP 7102dl - ProCurve Secure Router Configuration Manual

Procurve secure router 7000dl series - advanced management and configuration guide
Hide thumbs Also See for 7102dl - ProCurve Secure Router:
Table of Contents

Advertisement

Applying Access Control to Router Interfaces
Using ACLs Alone to Configure Access Control
You may also want to create an ACL to control traffic to your company's two
Web servers: one is an Internet server, accessible to anyone on the Internet,
and one is an intranet server, accessible only to company users. You want to
permit all HTTP traffic to the Internet server, but for the intranet server, you
want to permit HTTP traffic only from the company's two private networks at
remote VPN sites. To do this, you would create an extended ACL, such as the
following:
ProCurve(config)# ip access-list extended webservers
ProCurve(config-ext-nacl)# permit tcp any host 192.168.1.12 eq www
ProCurve(config-ext-nacl)# permit tcp 192.168.1.0 0.0.0.255 host 192.168.1.15 eq www
ProCurve(config-ext-nacl)# permit tcp 192.168.16.0 0.0.0.255 host 192.168.1.15 eq www
ProCurve(config-ext-nacl)# exit
In this ACL, the first entry permits HTTP traffic from any source to the Internet
server with the IP address 192.168.1.12. The second entry permits HTTP traffic
from the 192.168.1.0 /24 network to the intranet server with the IP address
192.168.1.15. Finally, the third entry permits HTTP traffic from the 192.168.15.0
/24 network to the intranet server with the IP address 192.168.1.15. After you
create the ACL, you must apply it to the appropriate interfaces.
For example, the PPP 1 interface connects to the Internet. Traffic both from
Internet users and users at the remote VPN sites arrives on this interface.
Enter:
ProCurve(config)# interface ppp 1
ProCurve(config-ppp 1)# ip access-group webservers in

Controlling FTP, HTTP, and Telnet Access to the Router

The ProCurve Secure Router allows you to control FTP, HTTP, and Telnet
access globally for the entire router. This feature greatly simplifies the effort
required to manage FTP, HTTP, and Telnet access. For example, rather than
configuring entries to restrict FTP access in all of the ACLs applied to router
interfaces, you can create one ACL for FTP access and apply it globally.
5-21

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Procurve secure router 7203dl j8753a j8753a

Table of Contents