Page 2 of 2 FirstFirst 12
Results 26 to 30 of 30
  1. #26
    Join Date
    Feb 2010
    Posts
    260
    Quote Originally Posted by saeidcdc View Post
    Ok.
    When i use "lsmod" command, modules table is empty.
    I thinks VZ is an updated version, so i decide to update kernel myself.
    I dont know it's possible or not! but i want to try this...
    with this command:
    [root@host]# yum install kernel-devel
    what do u think ?
    Hi,

    In openVZ/Virtuozzo , you have no control over kernel/kernel modules. it depends completely on NODE Kernel and is under control of your host only! you can do nothing about it yourself.

  2. #27
    Join Date
    Oct 2010
    Posts
    60
    Instead of using this...

    Code:
    iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
    iptables -A INPUT -i eth0 -p tcp --dport 1723 -j ACCEPT
    iptables -A INPUT -i eth0 -p gre -j ACCEPT
    iptables -A FORWARD -i ppp+ -o eth0 -j ACCEPT
    iptables -A FORWARD -i eth0 -o ppp+ -j ACCEPT
    iptables -A OUTPUT -p tcp --dport 1723 -j ACCEPT
    iptables -A OUTPUT -p gre -j ACCEPT
    It's for XEN based configured VPS.

    Now. This is for OpenVZ based VPS.

    Code:
    iptables -A INPUT -i venet0 -p tcp --dport 1723 -j ACCEPT
    iptables -A INPUT -i venet0 -p gre -j ACCEPT
    iptables -A FORWARD -i ppp+ -o venet0 -j ACCEPT
    iptables -A FORWARD -i venet0 -o ppp+ -j ACCEPT
    iptables -A OUTPUT -p tcp --dport 1723 -j ACCEPT
    iptables -A OUTPUT -p gre -j ACCEPT
    iptables -t nat -A POSTROUTING -j SNAT --to-source VPSIPADDRESS

    As for account based VPS, and you want a central database, you may want to use RADIUS along with PoPToP

  3. #28
    BURSTVPN@ yup, I use ur configuration also in BuyVM ..
    and my Poptop PPTP works perfect untill now..

  4. #29
    Join Date
    Oct 2010
    Posts
    60
    They may have changed the venet settings. I think it's venet0:0 if I'm not wrong

  5. #30
    :: I didn't read the second page, i didnt notice there was on. *delete this please*
    Last edited by Aaronn; 11-13-2010 at 12:04 AM. Reason: mis-read the first post / didnt read all pages

Page 2 of 2 FirstFirst 12

Similar Threads

  1. cPanel/WHM VPS optimized on Dedicated Server
    By troboy in forum Hosting Software and Control Panels
    Replies: 6
    Last Post: 08-13-2010, 07:59 AM
  2. Server hardening for CentOS cPanel WHM VPS
    By bubba1356 in forum Systems Management Requests
    Replies: 14
    Last Post: 07-12-2010, 12:55 PM
  3. Replies: 18
    Last Post: 04-28-2006, 06:10 PM
  4. Replies: 3
    Last Post: 01-25-2006, 11:14 AM
  5. VPS in WHM/CPanel server
    By Aussie Bob in forum Hosting Security and Technology
    Replies: 4
    Last Post: 07-31-2002, 11:35 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •