Hi,
I work in private company, and I've came across VPN request, they need a kiosk to access an application, the request forum was requesting the following IP and port:
10.236.177.5 port 3389
the responsible guy of ACL wrote the following:
permit tcp 10.254.22.0 255.255.255.0 10.236.177.5 255.255.255.255 eq 3389
now i get "permit tcp", but whats with (10.254.22.0)? Could it be the kiosk IP?
the second ip for how many users (255.255.255.0) which is 255
the 3rd part is the application ip (10.236.177.5)
then what does this IP mean (255.255.255.255)?
then the port 3389
could someone please explain to me the command, and any resources will be great ,thanks alot :)