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.
Greetings,Is it possible to setup 8 separate vlans with the following firewall? Is there an additional license or upgrade needed to allow vlan support for all the ports? ASA 5505 50-User Bundle includes 8-port Fast Ethernet switch, 10 IPSec VPN peers...
Greetings,Can anyone please tell me which ports need to be opened so users outside an 831 router can access an internal microsoft vpn server. Is it just PPTP 1723? The 831 is configuring for PAT and is also configured as a firewall. Thanks in advance...
Yes this can be configured in ASDM. Let's say you decided to change your internal address to 10.10.10.1 / 255.255.255.0You will want to authorize this new network prior to making the ip address change so you can manage the ASA after you apply the new...
I believe you have to authorize your new network to access the http services on the asa. Try the following from a command line:asa(config)# http 192.168.2.0 255.255.254.0 insideasa(config)# write memoryRegards,Alberto
I believe I found the answer to my question. When enabling the firewall feature it automatically adds the following to the access-list: permit tcp any any eq 1723 I had to add the following static:ip nat inside source static tcp 1723 interface ether...