Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi there,An remote computer should have RDP access to an computer on the inside. So already made some changes to the Cisco Router, and from an outside IP address the inside PC is reachable with the RDP protocol. So that is working fine! But for secur...
That did the trick, stuppid I did not saw it Though after those mutations, webmail and remote working was also not allowed anymore. So looks like I have to make a few more exeptions in the ACL. But that is a challenge for me
oops, sorry. pasted an copy of the old ACL. The ACL now looks like this:access-list 1 permit 192.168.0.0 0.0.255.255access-list 23 permit 192.168.0.0 0.0.255.255access-list 102 remark SDM_ACL Category=4access-list 102 permit ip 192.168.1.0 0.0.0.255 ...
ah, should have known that, that makes sense. The interface is now looking like this:interface FastEthernet0/1 ip address xx.xx.xx.xx 255.255.255.240 ip access-group 130 in ip inspect fw-outbound out ip nat outside ip virtual-reassembly duplex full s...
Thanks for the fast replay! I added to the router:access-list 130 permit tcp host host eq 8000ip inspect name fw-outbound tcpip inspect name fw-outbound udpip inspect name fw-outbound icmpThough I am not sure how I should apply 'Ip inspect fw-outbo...