Questions tagged [racoon]

24 questions
1
vote
0 answers

iPhone doesn't save password for Cisco IPsec VPN using racoon daemon

On my Debian server I had set up racoon daemon (1:0.8.0-14) for Cisco IPSec VPN using certificates for authentication. My racoon.conf is like following: log info; path certificate "/etc/racoon/certs"; listen { isakmp $SERVER_IP_HERE [500]; …
dsx
  • 11
  • 4
1
vote
2 answers

Openvpn routing for a Racoon subnet

I'm able to connect successfully from a laptop to my server using Openvpn. I have ipv4 forwarding and NAT enabled on the server. I can access the web, etc. But the server also has a S2S VPN with Racoon enabled. When I SSH to my server and then…
1
vote
1 answer

IPsec isakmp_natt problem on racoon.conf

I have this weird problem where racoon complains of the following error: WARNING: NAT-T is enabled in at least one remote{} section, but no 'isakmp_natt' address was specified! I've already specified isakmp_natt though. Here's my racoon.conf: path…
simoncpu
  • 123
  • 6
0
votes
1 answer

Require or use in setkey.conf of Freebsd racoon config?

What is the reason to using "require" instead of "use" for the setkey configuration that is used for racoon in Freebsd? For example: spdadd 169.254.1.2/30 169.254.1.1/30 any -P out ipsec esp/tunnel/45.45.45.45-11.11.11.11/use; vs spdadd…
DPfiler
  • 1
  • 1
0
votes
1 answer

racoon Road Warrior VPN Client - Tunnel Established but no ping

I'm trying to configure a road warrior VPN client on a Linux distribution. Here my configuraiton : Client VPN LINUX - 1.1.1.1 - INTERNET - 2.2.2.2 - FireWall - 10.0.0.0/8 I wish to create a tunnel between the remote network 10.0.0.0/8 and the VPN…
hazaki
  • 1
  • 2
0
votes
1 answer

Connecting debian and windows via IPsec VPN with Racoon and ipsec-tools

I've some trouble with the IPsec configuration on my debian server (6 squeeze). This server should connect via IPsec VPN to an windows server, which is protected by an firewall. I've used racoon and ipsec-tools and this tutorial…
Michi Qne
  • 1
  • 1
  • 3
0
votes
1 answer

private subnet nat (openvpn / racoon)

I have a openvpn subnet 10.8.0.0/24 running one server and one client (laptop). openvpn works fine. Browsing the web over openvpn from the laptop works also fine. Now on the server there is a private subnet with 10.7.8.128/28. The subnet is set up…
0
votes
1 answer

How to make racoon generate security policies for all ports?

I am trying to establish an IPsec connection between two systems. I've got racoon setup on both sides. The client is going to have a dynamic IP address, so on the server, passive and generate_policy are on, and proposal_check is set to obey. With…
Shawn J. Goff
  • 415
  • 5
  • 13
-1
votes
2 answers

racoon-tool doesn't generate full racoon.conf file in /var/lib/racoon/racoon.conf

I am using ipsec-tools/racoon to create my VPN. I am using racoon-tool to configure racoon.conf but when I run racoon-tool reload it only generates the first section - Global items. When I run racoon-tool I get: # racoon-tool reload Loading SAD and…
robthewolf
  • 151
  • 7
1
2