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 have been trying to figure this out for a while, hopefully someone here can help me out.I have a Public class C. I want to take a /27 and route it through a VPN tunnel to another location so that other location can use the public IPs. I have Cisc...
Hi All,I have an easy question. I want to sniff a network port on my 3560 switch. I was going to use SPAN to repeat the traffic to another interface, plug my laptop into that interface and watch the traffic. My question is, when I plug my laptop i...
Here is a sample config on how to secure your router. Replace x.x.x.x with your public IP range on your inside interface of your router.access-list 10 permit x.x.x.x 0.0.0.255access-list 10 deny anyaccess-list 11 permit 192.5.41.40access-list 11 p...
Thanks for the response. I think I am missing what to actually place in the access-list for the VPN tunnel, and I don't even know if this configuration is correct. Here is what I have so far on my router that has the public IP's:crypto isakmp polic...
What type of failover are you looking for?If you have STP enabled on the switches, make sure you set it up properly so that if one switch goes out the traffic automatically gets re-routed (up to a 30 second loss).As for the Dell switches, I'd get rid...
I've got mine setup with a seperate VLAN right to the firewall (ASA5520). If your firewall is VLAN capable, create a new VLAN interface on the firewall and route all the traffic to it. Then put in deny rules for your inside subnets and allow rules ...