There are a lot of sites online...serious sites...with reams of technical knowledge and mired in the depths of their trenchant and ponderous, you know.... seriousness! I want this site to be a bit fun, light and definitely spirited. A hard to grasp concept, for sure, but isn't that true about wind? You can't grasp it, you can only see its effects. It's Breezy! You know what I mean?
I managed to convince an online colleague that the secret of eternal happiness and bliss is to shelf the SOHO-driven, bug-riddled Linksys "Business Series" equipment that he was using for his home network and install some Cisco gear that he had kicking around. Being something of a network pack rat, he just happened to have a PIX 501 and a Cisco 1720 which he proceeded to implement in a classic 2-firewall security architecture with the PIX 501 connected to a DSL link and a screened subnet between it and the 1720. Next I'm going to convince him to configure a trunk between the 1720 and a Catalyst 1912 switch and configure VLANs on the switch which will serve as Demilitarized zones (DMZs). His 1720 will be configured as a "router on a stick" and route traffic between the different VLANs, managing access across the VLANs with access lists. Actually, the last bit about the VLANs isn't going to take much convincing since it was his idea!
Just saw the movie "Breach" with my family. This is a hollywood thriller based on the real life story of the uncovering of a KGB mole in the FBI, Robert Hanssen. I was pleasantly surprised about the quality of the storyline and also how prominently embedded in the plot was some solid networking terminology and concepts. Of course Hollywood that it is, the geek terms were tossed off by the actor portraying Hanssen in an off-handed fashion that belied the importance you and I would probably give them.
Keeping to the Breezy! philosophy, this isn't a complete explanation. That said, some of you security types need a way to explain this to the guy in the corner office or your customers or both. You're Dilbert. They are the pointy-haired boss....
Isn't having two firewalls overkill?
Having two firewalls between you and the bad guys is just practicing safe net. It gives you the ability to create granular, differentiated policies for devices in the DMZ that is established between the two devices as compared to devices that are in the inside (most secure) security zone of your network. In short, it allows you to create zone based security policies, leveraging on the DoS protection of two firewalls instead of two. This is not a “more is better” statement so much as it is a control issue. For example, if you have a public web server, you could put it in the DMZ between the outer and inner firewalls. On your outside firewall, you could open up full access to the DMZ server from the Internet and the inside firewall will prevent the DMZ server from initiating connections to the inside, trusted network. Thus, a compromised host in the DMZ could not be used to attack your inside network.
Credit: By John Shinal, MarketWatch http://www.marketwatch.com
Last Update: 7:11 PM ET Feb 8, 2007
(Thanks also to "Toxic" of http://www.linksysinfo.org for the heads up!)
Excerpt:
This week, Charles Giancarlo, Cisco's chief development officer, told me the company plans to replace its two current consumer brands - Linksys and Scientific-Atlanta -- within the next two years.
Scientific-Atlanta, whose products come packaged with cable service in most cases, will be phased out first, while Linksys, which is sold mostly through retail partners, will persist a little longer.
After several months now of ad hoc testing I have come to a startling conclusion. At least it's startling to this particular naive soul! Linksys devices are generally a pale shadow of the reliability of those of their parent company, Cisco. I am constantly annoyed by the litany of missing, broken, idiosyncratic and generally poorly conceived and even more poorly implemented features on Linksys' "Business Series" routers. I have had direct, negative, experience with the WRV200 and WRVS4400N...both devices which, on paper, have the most amazing features. The WRV200, for example, has multiple SSIDs, VLAN capability, WDS, IPSec VPNs (both site-to-site and remote access) and a very low price point. It was introduced in February of last year and only now...after several code revisions....it is almost ready for show time.
I ordered a Cisco ASA 5505 security appliance today. I should have it within the next two to three weeks. I will post my impressions of the unit as I integrate it into my network.
Two of the features that I plan to do a fair amount of experimentation with include WebVPN as well as the SSL VPN client.
Here's a link to an interactive presentation of the the ASA 5505 on the Cisco Website. Click Here.
/Eric
Let me explain something that I've done on my home network to make the remote access VPN thing even slicker!
I have setup a Linux box in the DMZ network on my Linksys RV042 firewall as a DNS server (among other things). The Linux box is setup on the RV042 as its 1st (of two) DNS servers. Thus, when I QuickVPN to my home network, my DNS requests resolve to the the RV042's 1st DNS server...my Linux box since QuickVPN uses the RV042 (QuickVPN gateway) as its own 1st DNS server.
[Sidebar: Use the Breezy! site's search function to search for BIND9, or you can start by going to this link here. There are several postings on this subject.]
My syslog was filling up at an alarming rate so I decided to turn off one of the "running taps". The PIX no longer dumps all debug messages out to the syslog server.
I also configured SNORT so that it would send realtime alerts to syslog. Very useful since logchecker will scan the syslog hourly and send me an email with "Security Alerts" as required, making my IDS as realtime as I need it to be.
Just take a look at the /etc/snort/snort.conf configuration file for SNORT and it's pretty obvious which line you need to uncomment in order to do this.
To recap, SNORT now logs to:
/etc/snort/alert <-- used by SnortSnarf for html
I am able to get a reliable, solid QuickVPN connection to my RV042 at home. For those unfamiliar with the thread, navigate over to LinksysInfo.org (link in menu bar at the top of the Breezy! site) and also this link on the Breezy! site before reading futher... Don't forget to use the search function. use QuickVPN as a keyword.
I should point out that I am behind 2 NAT’ng devices as well. The RV042 might be behind a PIX, but it’s working fine as long as I forward ISAKMP, ESP and (optionally) NAT-T traffic to it. I’m using QuickVPN 1.0.47 and the latest beta code for the RV042. Forwarding these protocols isn’t a bandaid or a patch. I realize in looking closely/closer at how QuickVPN works that I had made incorrect assumptions of how QuickVPN works but now have my mind around it. That is why my solution is working now, since I am forwarding all the traffic that the VPN connection might need to the RV042. The “Negotiating IP Security Policies” message I was getting before I fixed my configuration was because I wasn’t allowing IKE messages through to the RV042. All negotiation of keys, ciphers and hashing algorithms happens during IKE Phase I and I was unintentionally blocking it by not allowing it through. Furthermore, I had to forward all the ESP (IKE Phase II) traffic to the RV042. Makes sense, though with the PIX’s VPN passthrough feature on (see “fixup protocol esp-ike” in the configuration notes) this is probably unnecessary.
What annoys me is that they can start with a nice Open Source OS, wrap a nice GUI around it then screw it up. It's not like Free S/WAN, Pluto, OpenVPN and PPTP haven't been around for a while. They're free for the taking. Somehow I think the hardware is the culprit.
Example. I built an Ubuntu 6.10 server on a Pentium III, 1 GHz machine with 384 MB RAM. It's got the following server stuff on it:
• Apache-Perl
• Apache-SSL
• OpenSSL Certificate Authority
• Courier-MTA IMAP/S, POP3/S, SMTP/S
• NoMachine X thin client/server
• SSH Server
• OpenVPN server
• Drupal CMS
Recent comments
5 hours 21 min ago
6 hours 26 min ago
2 weeks 4 days ago
4 weeks 3 days ago
4 weeks 5 days ago
7 weeks 2 days ago
9 weeks 3 days ago
17 weeks 2 days ago
25 weeks 6 days ago
28 weeks 1 day ago