Please note that outside2 on ASA is not connected to fa0 on 1811. It's connected to a switch connected to Vlan1 on the 1811.
Both devices have connections to the internet.
I'm not concerned with internet access failover at this point (yet) ... I just want the two disparate networks to communicate.
Here's what I've got:
---INTERNET---(outside1)ASA----192.168.3.0/24(inside)
|
|
|(outside2)-192.168.1.2
|
|
---INTERNET---(fa0)C1811----192.168.1.0/24(Vlan1)
Does that make sense?
It's kind of a stupid setup, I'm...
yeah I put them in the ASA. They looked too weird to be IOS commands hahahaha.
What should I put in the 1811? I can ping hosts on the 192.168.1.x from my telnet session but not from the host itself. Nor can I reach hosts on the 192.168.1.x network from the 192.168.3.x network. And vice versa.
Hey guys,
I'm still getting used to this Cisco networking stuff in between other various and sundry development projects.
What I have is a Cisco 1811 router - subnet 192.168.1.x. It works dandy.
I also have a Cisco ASA 5510 security appliance. Outside1 interface is connected to a T1. Works...
I did something very similar to what Burtsbees said. I also needed to allow some ports inbound access, especially access to my MSSQL Server from one computer on the internet in particular. Access list1 is the dynamic NAT translation for users inside to access the internet. Access list101 is the...
I use a Cisco 1811 (about $700). I have 3 different web-accessible application servers running under it and have NAT rules that forward traffic from the outside in.
It works great!
There are definitely security issues with querystring variables. They can be easily manipulated.
Form data, unless submitted over HTTPS, is also insecure, but not as easily forged as querystring variables.
You could use the SESSION scope which is maintained at the server level. And those time...
The ASA is kind of a bear to configure. I'm still working on it, haha. The operating platform is a little different than Cisco IOS.
Of course, I have three weeks experience with Cisco hardware. I feel like I've learned a lot though.
I usually use
<cfoutput>
<input type="hidden" name="previousFormVar" value="#FORM.prevFormVar#" />
</cfoutput>
or you can pass vars through the querystring.
I still can't get to the internet from the asa. I have it coming from the 1811 (Outside2). The T1 is not hooked up. I have it shutdown. I can ping the ADSL IP and hosts on the 192.168.1.x network through the ASA CLI. I cannot ping hosts on 192.168.1.x from the test computer though (192.168.2.x)...
I'd like to load balance them. I was going to try that next once I make sure the config I have for the 1811 is good to go. It appears to be now after all your and others' help.
Can I have an outside interface on my ASA 5510 with the address 192.168.1.2 (connected to the 1811, which is...
You guys rock!
First I shutdown fa1 until I get it up and running. I also removed the route 0.0.0.0 0.0.0.0 int fa1.
Then I changed my default route on fa0 to the gateway address of the ADSL link instead of the interface itself.
So far so good.
Now I need to figure out how to load balance my...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.