[질문] openvpn 연결시 클라이언트에서의 routing table 변경방법
openvpn 설정완료후에 vpn연결은 되는데 routing table상에 default gateway가
변경되지 않습니다.
서버측 Centos 4.6에 openvpn-2.0.9 설치(공인아이피)
openvpn.conf 설정내용
port 1194
proto tcp
dev tun
ca ca.crt
cert server.crt
key server.key
dh dh1024.pem
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
keepalive 10 120
comp-lzo
persist-key
persist-tun
status openvpn-status.log
verb 3
클라이언트 windows xp에 openvpn gui v1.0.3 설치(사설아이피)
client.ovpn 설정내용
client
dev tun
proto tcp
remote xx.xx.xx.xx 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ca ca.crt
cert user.crt
key user.key
comp-lzo
verb 3
auth-user-pass
windowsxp의 route print 결과
Active Routes:
Network Destination Network Gateway Interface Metric
0.0.0.0 0.0.0.0 10.8.0.1 10.206.10.221 20
0.0.0.0 0.0.0.0 10.206.10.1 10.206.10.221 20
10.8.0.1 255.255.255.255 10.8.0.5 10.8.0.6 1
10.8.0.4 255.255.255.252 10.8.0.6 10.8.0.6 30
10.8.0.6 255.255.255.255 127.0.0.1 127.0.0.1 30
10.206.10.0 255.255.255.0 10.206.10.221 10.206.10.221 20
10.206.10.221 255.255.255.255 127.0.0.1 127.0.0.1 20
10.255.255.255 255.255.255.255 10.8.0.6 10.8.0.6 30
10.255.255.255 255.255.255.255 10.206.10.221 10.206.10.221 20
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
224.0.0.0 240.0.0.0 10.8.0.6 10.8.0.6 30
224.0.0.0 240.0.0.0 10.8206.10.221 10.206.10.221 20
255.255.255.255 255.255.255.255 10.8.0.6 10.8.0.6 1
255.255.255.255 255.255.255.255 10.206.10.221 10.206.10.221 1
Default Gateware: 10.206.10.1
아시는분 답변 부탁드립니다.
Default Gateway 를
Default Gateway 를 바꾸려는 이유가 뭔가요?
원하시는 결과를 얻기 위해서 다른 각도에서 볼 필요가 있을것 같다는 생각이 들어서요.
모든 패킷이 설정된
모든 패킷이 설정된 vpn을 통해서 나가게 하고 싶은데 dafault gateway로만
패킷이 나가고 있으니 vpn 연결을 하나마나가 돼 버렸습니다.
아니면 다른 방법이 있는지?
댓글 달기