Navigation

    Netgate Discussion Forum
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search

    IPSec IP-Pool, DNS & WINS - push

    IPsec
    1
    1
    2115
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      trendchiller last edited by

      Hi !

      I would like to modify the IPSec-package a bit for new features I need at work: (and when it's ready, there will be a patch for all)
      The client shall automatically get DNS and WINS assigned… and an IP would really be nice, too :-)

      I added some hardcoded text (just to test if it works) to vpn.inc to insert the following code avove sainfo anonymous in racoon.conf:

      mode_cfg {
      	network4 192.168.112.5;
      	pool_size 20;
      	netmask4 255.255.255.0; 
      	dns4 192.168.112.202;
      	wins4 192.168.112.202;
      }	       
      

      I already tried to change a few things, but all the time I get the following error in IPSec-Log:

      "racoon not configured with –enable-hybrid"

      Do I really need to use X.509 for pushing options !?

      Does anyone know how to resolve this ?

      1 Reply Last reply Reply Quote 0
      • First post
        Last post