OpenVPN(5/6) OS 네트워킹
페이지 정보
작성자
본문
NAT
윈도우 : ICS(인터넷 연결 공유)
윈도우 서버 : ICS 또는 RRAS
#ICS 사용시 레지스트리에서 IPEnableRouter의 값은 1
#xp, windows 2003
net stop remoteaccess
netsh routing ip nat install
netsh routing ip nat add interface "NIC어댑터이름" full
netsh routing ip nat add interface "TAP어댑터이름" private
netsh routing ip nat add interface Internal private
net start remoteaccess
shutdown -r -f -t 0
Bridge
물리 어댑터와 가상 어댑터를 네트워크 브리지로 설정
Public IP Addressing
브릿지 또는 Proxy Arp 또는 DHCP 또는 RRAS 풀 응용
댓글목록
등록된 댓글이 없습니다.