给openvpn客户分配固定ip

ifconfig-pool-persist ipp.txt

ipp.txt 内 就是固定 ip

 

 

 

在/etc/openvpn/server.conf中增加\
client-config-dir /etc/openvpn/ccd

然后在 /etc/openvpn/ccd目录中放针对每个客户端的个性化配置文件。
文件名就用客户端名 生成key的时候输入的 "Common Name" 名字

比如要设置客户端 liushiwei为 192.168.2.24 
只要在 /etc/openvpn/ccd/liushiwei文件中包含一行:

ifconfig-push 192.168.2.24 255.255.255.0


就可以了

 

sudochown-R nobody:nogroup /etc/openvpn/ccd

Last modified onWednesday, 07 August 2013 18:16

( ! ) Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 169
Call Stack
#TimeMemoryFunctionLocation
10.0009414504{main}( ).../index.php:0
20.45864264616Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.45864264616Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
41.241411455672Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
51.242011480112Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
61.244211535440Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
71.244811562840require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
81.261911962472K2ControllerItem->execute( ).../k2.php:64
91.261911962472K2ControllerItem->display( ).../BaseController.php:710
101.304512613176K2ControllerItem->display( ).../item.php:78
111.304512613176K2ControllerItem->display( ).../controller.php:19
121.313212984216Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
131.338713004584K2ViewItem->display( ).../ViewController.php:102
141.549915838768K2ViewItem->display( ).../view.html.php:742
151.549915838768K2ViewItem->loadTemplate( ).../HtmlView.php:230
161.560016011704include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
  • Published in Openvpn
  • Read 3505 times

( ! ) Notice: Only variables should be assigned by reference in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 478
Call Stack
#TimeMemoryFunctionLocation
10.0009414504{main}( ).../index.php:0
20.45864264616Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.45864264616Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
41.241411455672Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
51.242011480112Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
61.244211535440Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
71.244811562840require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
81.261911962472K2ControllerItem->execute( ).../k2.php:64
91.261911962472K2ControllerItem->display( ).../BaseController.php:710
101.304512613176K2ControllerItem->display( ).../item.php:78
111.304512613176K2ControllerItem->display( ).../controller.php:19
121.313212984216Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
131.338713004584K2ViewItem->display( ).../ViewController.php:102
141.549915838768K2ViewItem->display( ).../view.html.php:742
151.549915838768K2ViewItem->loadTemplate( ).../HtmlView.php:230
161.560016011704include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
back to top