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.
Hello,
I managed to configure port redirect for single ports.
In order to redirect a single port I did the following (and it works well):
But I now need to redirect a big range for data on a Linux machine:
49152 to 65534
Which means that if someb...
Hello, I have a device that needs to be reached from outside on port 443.
I am trying to redirect all the requests that come from outside on port 443, to 192.168.1.25 on port 443.
I configured it in ASDM, however I see this in the logs:
4 May 22 2...
Hello, I am trying to add SSH access from Outside (public IP) on my ASA 5505, but it's not working. Even after adding SSH 0.0.0.0 outside and management-access outside is not working.
Result of the command: "show run"
ASA Version 9.2(3)4 !hostname ...
I answered above. The current access-lists I have do not start with "ip". For example I have:
access-list outside_access_in_1 extended permit tcp any object 443_Raspberry_Pi object-group Port443
I added that service group. Then I tried to add this command:
access-list Outside-in extended permit tcp any 192.168.1.25 object-group DATA_Tcp_range_FTP_Raspberry object-group DATA_Tcp_range_FTP_Raspberry
But I doesn't accept it. The ports I have ...
Thank you!! It works fine now.
What if I want to change the mapping. For example:
People will be able to reach the Device which is configured with port 443, but they should reach it to 888 for example.
http://mypublicIP:888 will drive all the traffic...
It looks like it is there as you said:
ASA Version 9.2(3)4 !hostname MYHOSTNAMEenable password MYPASS encryptedpasswd MYPASSSS encryptednames!interface Ethernet0/0 switchport access vlan 2!interface Ethernet0/1!interface Ethernet0/2!interface Ethern...