Saturday, August 28th, 2010 at 4:19 pm
Question by J C: Cisco ASA that won’t allow L2TP/IPSEC from a Windows Client to off site?
What is the best way to trouble shoot this problem? I have a Windows XP client. The Cisco ATA is set to allow everything out bound and I’ve ever tried setting up an access rule to allow anything two/from this machine. Is there some way to make windows log what’s wrong? The Error is the other end is not answering. I’ve tried this same laptop offsite and it’s able to connect fine.
show version output:
Cisco Adaptive Security Appliance Software Version 7.2(3)
Device Manager Version 5.2(2)61
The link to the cisco site seems to be if you wanted to auth to another ASA device. i’m basicly just trying to pass through from a win XP box to a Win2k3 server out on the internet. Interestingly enough, I have no other kinds of VPN issues.
Best answer:
Answer by John R
Have you tried looking at the Cisco ATA support site? Might be an answer there. Hope this helps.
Give your answer to this question below!
Wednesday, August 18th, 2010 at 4:19 pm
Question by Gorbit: Why wont apache start?
I have just installed Fedora 9 on my machine and I am trying to run the version of apache that was installed on it.
The problem I am having is that if try to bind to ports 80 or 443 and then start it using “# service httpd start” it fails to start and says the following:
Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
[FAILED]
Does anyone know why this may be happening?
Also, I forgot to mention in my initial post. I have checked to make sure that nothing is bound to port 80 using “netstat -anp | grep :80″ – which returned nothing.
Best answer:
Answer by CityZen
It looks like you left out a hostname or IP address specification somewhere, since [::]:80 or 0.0.0.0:80 is not a valid host:port specification.
Give your answer to this question below!
Wednesday, June 2nd, 2010 at 6:24 pm
What is the best way to trouble shoot this problem? I have a Windows XP client. The Cisco ATA is set to allow everything out bound and I’ve ever tried setting up an access rule to allow anything two/from this machine. Is there some way to make windows log what’s wrong? The Error is the other end is not answering. I’ve tried this same laptop offsite and it’s able to connect fine.
show version output:
Cisco Adaptive Security Appliance Software Version 7.2(3)
Device Manager Version 5.2(2)61
The link to the cisco site seems to be if you wanted to auth to another ASA device. i’m basicly just trying to pass through from a win XP box to a Win2k3 server out on the internet. Interestingly enough, I have no other kinds of VPN issues.
Monday, May 24th, 2010 at 6:28 pm
I have just installed Fedora 9 on my machine and I am trying to run the version of apache that was installed on it.
The problem I am having is that if try to bind to ports 80 or 443 and then start it using “# service httpd start” it fails to start and says the following:
Starting httpd: (98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs
[FAILED]
Does anyone know why this may be happening?
Also, I forgot to mention in my initial post. I have checked to make sure that nothing is bound to port 80 using “netstat -anp | grep :80″ – which returned nothing.