nubic
Постоялец
- Регистрация
- 29 Май 2008
- Сообщения
- 381
- Реакции
- 151
- Автор темы
- #1
Установил настроил openvpn клиент соединяется с сервером, ошибок никаких не дает а интернет не раработает, помогите разобраться
сервер centos5 клиент windows xp
конфиг серва
что происходит не пойиу, помогите разобраться.
сервер centos5 клиент windows xp
конфиг серва
local х.х.х.х
port 1194
proto tcp
push "redirect-gateway def1"
dev tun
ca /etc/openvpn/keys/ca.crt
cert /etc/openvpn/keys/server.crt
key /etc/openvpn/keys/server.key
dh /etc/openvpn/keys/dh1024.pem
tls-auth /etc/openvpn/keys/tls.key 0
server 10.8.0.0 255.255.255.0
tls-server
push "route 10.8.0.0 255.255.255.0"
route 192.168.1.0 255.255.255.0
client-config-dir /etc/openvpn/ccd
push "dhcp-option DNS y.y.y.y"
duplicate-cn
keepalive 10 120
cipher AES-256-CBC
comp-lzo
max-clients 10
persist-key
persist-tun
status openvpn-status.log
log-append openvpn.log
verb 6[/spoil]
конфиг клиента
[spoil]dev tun
proto tcp
local 192.168.1.2
remote x.x.x.x 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert client01.crt
key client01.key
dh dh1024.pem
tls-auth tls.key 1
cipher AES-256-CBC
comp-lzo
verb 6
[/spoil]
iptables
route серв
[spoil]Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.8.0.2 * 255.255.255.255 UH 0 0 0 tun0
10.8.0.0 10.8.0.2 255.255.255.0 UG 0 0 0 tun0
192.168.1.0 10.8.0.2 255.255.255.0 UG 0 0 0 tun0
169.254.0.0 * 255.255.0.0 U 0 0 0 venet0
default * 0.0.0.0 U 0 0 0 venet0
[/spoil]
route print венда
[spoil]
port 1194
proto tcp
push "redirect-gateway def1"
dev tun
ca /etc/openvpn/keys/ca.crt
cert /etc/openvpn/keys/server.crt
key /etc/openvpn/keys/server.key
dh /etc/openvpn/keys/dh1024.pem
tls-auth /etc/openvpn/keys/tls.key 0
server 10.8.0.0 255.255.255.0
tls-server
push "route 10.8.0.0 255.255.255.0"
route 192.168.1.0 255.255.255.0
client-config-dir /etc/openvpn/ccd
push "dhcp-option DNS y.y.y.y"
duplicate-cn
keepalive 10 120
cipher AES-256-CBC
comp-lzo
max-clients 10
persist-key
persist-tun
status openvpn-status.log
log-append openvpn.log
verb 6[/spoil]
конфиг клиента
[spoil]dev tun
proto tcp
local 192.168.1.2
remote x.x.x.x 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert client01.crt
key client01.key
dh dh1024.pem
tls-auth tls.key 1
cipher AES-256-CBC
comp-lzo
verb 6
[/spoil]
iptables
Код:
-A POSTROUTING -s 10.8.0.0/255.255.255.0 -o venet0 -j SNAT --to-source x.x.x.x
route серв
[spoil]Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.8.0.2 * 255.255.255.255 UH 0 0 0 tun0
10.8.0.0 10.8.0.2 255.255.255.0 UG 0 0 0 tun0
192.168.1.0 10.8.0.2 255.255.255.0 UG 0 0 0 tun0
169.254.0.0 * 255.255.0.0 U 0 0 0 venet0
default * 0.0.0.0 U 0 0 0 venet0
[/spoil]
route print венда
[spoil]
что происходит не пойиу, помогите разобраться.