현재 IDC랑 사무실간 VPN으로 연동을 하려고 합니다.
IDC는 서버들이 고정IP 로 되어 있고, 사무실은 NAT로 구성되어 있습니다.
기본적인 PPTP로 만들어서 server / client 로 연결을 하였습니다.
server 쪽
/ppp secret add name=IDC service=pptp password=1234 local-address=10.10.10.1 \
remote-address=10.10.10.2
remote-address=10.10.10.2
client 쪽
/interface pptp-client add user=IDC password=1234 connect-to=220.xxx.xxx.115 disabled=no
하지만, 아래의 명령어를 넣으면 IDC로 접속이 되지 않습니다. (client 쪽에서)
/ip route add dst-address=220.xxx.xxx.0/25 gateway=pptp-out
일반적인 인터넷은 기본GW로 하고 IDC쪽 IP 대역(220.xxx.xxx.0/25)으로 갈때는 pptp-out 쪽 인터페이스로 보낼려고 합니다.
셋팅에 관하여 도움좀 주세요.
¹®Á¦¸¦ ãÀ»¼ö°¡ ¾ø³×¿ä..
/ip route add dst-address=220.xxx.xxx.0/25 gateway=10.10.10.1 ·Î Çصµ ¾ÈµË´Ï´Ù.