Please say they didn't get rid of Classic View for the Control Panel. Does anyone know how I can change to Classic View in R2?
Gromer's questions
I'm considering upgrading to a business plan for my home office with 5 static IP addresses. Currently I have the base, 1.5 Mbps down DSL package (makes me cry). I have my PIX 501 setup with PPPoE and from what I understand, AT&T still forces you to use PPPoE with their static IP packages.
Before I do this, I want to make sure my PIX can handle this and I want to be ready to configure my PIX if it can do the job.
For this question, we'll say this is what I get from AT&T:
169.129.154.7 Broadcast (programmed in the RedBack, not useable by customer)
169.129.154.6 Router (WAN interface/Gateway)
169.129.154.5 Free for use on Lan(public/routable IP address)
169.129.154.4 Free for use on Lan(public/routable IP address)
169.129.154.3 Free for use on Lan(public/routable IP address)
169.129.154.2 Free for use on Lan(public/routable IP address)
169.129.154.1 Free for use on Lan(public/routable IP address)
169.129.154.0 Network (programmed in the RedBack, not useable by customer)
First question: Would the 169.129.154.6 be what I assign the outside interface on my PIX or would that be the 169.129.154.5? My command in the PIX would be:
ip address outside 169.129.154.6 255.255.255.248
Second question: Currently my internal network is 192.168.1.x. Say I want the 169.129.154.5 IP address (or the 169.129.154.4 if the .5 is the PIX outside) to go to my server that has an internal IP address of 192.168.1.10. Assume the server is only a web server. Are these the commands I would use?
static (inside,outside) 169.129.154.5 192.168.1.10 netmask 255.255.255.255
access-list inbound permit tcp any host 169.129.154.5 eq www
No before you tear me up, I am a developer, and by no means a Cisco guy. This stuff is stressful, I'd rather be coding!
Any help will be appreciated!
I don't have any attachments or plugins, do I just need to backup the .db and config files? I'm about to migrate to new hardware and don't want to lose my Redmine stuff.
I'm looking for a VPN server solution that allows clients to use the native Windows Vista VPN client. Main reason is cost, since I am in a startup with little funds and not having to spend $50 per client for software, as well as not having to install any more software, is very appealing to me.
The only thing this will function is the VPN server. I already have a firewall solution, so this is of no importance to me. From what I understand, Vista's client will not connect on an IPSec VPN connection, which is what my firewall provides.
Edit:
I do not want to expose SQL Server externally, this is the main reason I want VPN. Is this something Windows Server 2003 could handle? Regardless, it would be cheaper finding a smaller hardware firewall solution I would think.