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.
I customer with a layer 2 switch. They are not running vlans. They have access-list running all over the switch. Now on the core switch they have this configuration.access-list 100 permit ip any anyinterface vlan 1ip address 10.1.1.1 255.255.255.0ip ...
I have created a site to site vpn tunnel between the main office and one of our branch office. At the branch office I have configured the ASA 5505 to serve as a dhcp server. Clients at the branch office are able to ping and rdp into the the dns serve...
Guys, never mind I have found the solution to the problem. Now on the core switch you have to run SVI for both subnet example:Core Switch interface vlan 1ip address 11.1.1.1 255.255.255.0no shutexit interface vlan 2ip address 10.1.1.1 255.255.255.0no...
The problem is they are not running SVI on their core switch. They have the some of the interfaces configured with IP address but on the switch is configured ip address using vlan 1. The question which other option apart from SVI can you run routing ...
You just have to enable dynamic NAT before the inside host can ping the outside network. Use this command.example:nat (inside,outside) source dynamic any interface.
Thank you Richard. I am able to ping the domain controller as well as remote desktop into the server but when I try joining it to the domain I am unable to do so. If I join the computer to the domain from the head office and send it to the branch off...