I haven't touched the ASA firewall. But I can write ACL
If a PC is restricted to access only the services provided by the 8080 of another PC.
If the IP address of PC 1 is 192. 168. 1 and the IP address of PC 2 is192.168.2.1,then PC/kloc. The exit interface of ASA firewall is fa0/ 1.
Then write ACL on ASA.
enable
Configure terminal
The access list 100 allows tcp hosts 192. 168. 1 host192.168.2./eq8080.
Access list 100 denies ip host 192. 168. 1 host192.168.2./
The access list 100 allows any
Interface fa0/ 1
Ip access-group 100 output
Personal talent is sparse and shallow! I hope I can help you.