This version of the page http://vpn.netassist.ua/support-freebsd.html (0.0.0.0) stored by archive.org.ua. It represents a snapshot of the page as of 2012-05-26. The original page over time could change.
vpn4games
Главная Технические детали Настройка Цены Контакты Форум
Кабинет | Регистрация

Пинги от нас

СерверPING, msСКВО, ms
Lineage
l2.ru17.3360.280
l2.overworld.su
asterios.tm0.5060.527
www.nanogame.org43.4531.185
WoW
wowcircle.com43.7550.942
isengard.ru29.4051.679
MU
mu.egames.lv42.3400.986
mu.tts.lt72.3832.460
onlymu.ru53.1040.941
Aion
aion.ru17.3640.254
na.aiononline.com171.4271.079
www.aionplanet.ws10.4701.928
aion.in.ua51.2160.247
Jade Dynasty
legendgame.info
jdgame.org
jd.mail.ru18.7791.058
Perfect World
www.perfectworld.com38.6160.128
Суббота, 26 Май 2012, 13:41
Время киевское (UTC+2)
Настраиваем VPN во FreeBSD:

    Устанавливаем MPD: cd /usr/ports/net/mpd/ && make -s install
    Прописываем конфиг /usr/local/etc/mpd/mpd.conf:

    default:
    load vpn
    vpn:
    new -i ng0 myisp usr
    set link type pptp
    set pptp enable originate
    set pptp disable delayed-ack
    set pptp peer $NETASSIST_VPN_IP
    set iface disable on-demand
    set bundle authname "mylogin"
    set bundle password "mypassword"
    set link yes acfcomp protocomp
    set iface mtu 1460
    set link bandwidth 500000
    set link mru 1460
    
    set iface enable tcpmssfix
    set ipcp yes vjcomp
    set bundle enable encryption
    set bundle enable compression
    set ccp yes mppc
    set ccp yes mpp-e40
    set ccp yes mpp-e56
    set ccp yes mpp-e128
    set ccp yes mpp-stateless
    set ecp enable des
    open
    
    И теперь собственно взлетаем:
    mpd -b
    route add 195.214.215.217 $DEF_ROUTER
    route delete default
    ifconfig ng0
    route add default $NETASSIST_REMOTE_IP
    
    Все! Теперь ты работаешь через NetAssist VPN.

    Приятных быстрых игр! ;)