Can someone tell me what am I missing?
weather typing or copying the “acl vpn src 203.0.110.5” is telling me that New acl named vpn is not correct, only adding the new rule seems to be working fine. Any help is greatly appreciated.
this is the URL for this LAB:
https://learn.kodekloud.com/user/courses/red-hat-certified-system-administrator-rhcsa/module/5935b82f-37ac-4f4e-b619-0a6f8824088b/lesson/77a2ee68-ab4a-4648-90db-ec1c58dbc6c4
LAB number 7 / 12
Thanks
You’ve put your rule in the wrong location, it should be here:
# And finally deny all other access to this proxy http_access allow vpn http_access deny all
You’ve put your rule before http_access deny !safe_ports
http_access deny !safe_ports
Thanks al1, let me try to correct this and will get back to you.