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.
From a Linux system, using the appropriate snmp command, I can get the traffic counters on any interface, so therefore I can monitor total traffic through any interface on the ASA 5520 firewall. No problem there.$ snmpwalk -Os -c community -v 1 firew...
Is there any limit, imposed by the TCP protocol, to the number of active connections to one IP address on one interface?I'm asking this because it's easy to add more servers behind a load balancer, but I wonder if the TCP protocol limits in some fund...
PIX-515E running 7.2.2Internal network on private IP addresses, external network on public addresses.Each internal Web server has its own external IP address. PIX is doing PAT, mapping the external port 80/tcp to port 8080/tcp internally on each Web ...
I created a subinterface on a PIX-515E (7.2.2) but I cannot arping it unless I set the switch port to "switchport mode trunk".But then the main interface on the PIX stops working, failover claims the status of the main interface is "unknown" and the ...
I've a PIX-515E running 7.2.2 and I'm trying to create a secondary IP address on the outside interface. It's like having eth0 and eth0:0 on Linux.If I run "ip address ..." in config-if mode, it just replaces the existing address.I'm not sure what els...
That won't work, because port 8080 on the actual server needs to be translated as port 80 on the external address.There are multiple servers in that environment, all of them accessible from the outside over port 80, which is translated by the firewal...
Hm, nevermind, I started from scratch, this time not using exactly the same protocols and encryption methods indicated in the document above, and now the tunnel is up and running.I guess now I have to poke around and see which options work and which ...
Yes, I am trying to ping through the tunnel. Also, static routes are fine everywhere.The two concentrators can ping each other on the public interfaces. There's no firewall between them (that I know of).The thing is - there is NOTHING in the VPN logs...