0 chain=srcnat action=masquerade out-interface=ether1
1 chain=srcnat action=masquerade out-interface=ether2
2 chain=srcnat action=masquerade out-interface=ether4
3 ;;; Managing Server
chain=dstnat action=dst-nat to-addresses=10.1.8.9 to-ports=3389
protocol=tcp dst-address-list=host dst-port=1004
4 ;;; Setting for NAS
chain=dstnat action=dst-nat to-addresses=192.168.0.246 to-ports=5000
protocol=tcp dst-address-list=host dst-port=8282
5 ;;; NAS - FTP, SFTP, WEBDDAV
chain=dstnat action=dst-nat to-addresses=192.168.0.246 protocol=tcp
dst-port=21,55536-55599,22,5005,5006
6 ;;; Chofly setting
chain=dstnat action=dst-nat to-addresses=192.168.100.2 to-ports=22
protocol=tcp dst-address-list=host dst-port=20000
현재 NAT설정은 이렇게 되어있습니다.
제 질문에서 사실 0,3번 설정만 의미있을것 같지만 혹시나 싶어 포함했습니다.
192.168.100.2을 외부에서 접근하게되면
192.168.100.2 에서 접근한 IP를 확인해보면 항상 192.168.100.1이 찍힙니다. 이유가 뭘까요??
192.168.100.1은 라우터의 IP입니다.
라우터는 eth1 - eth4 까지 가지고 있고
eth1(192.168.0.1)번이 외부로 나가는 실제 인터페이스이고
eth4(192.168.100.1)번은 내부망 인터페이스입니다.
ÇØ´ç¶ó¿ìÅÍÀÇ °øÀξÆÀÌÇÇ·Î Á¢¼ÓÀ» ÇϰԵǸé 6¹øÀÇ dstnat¼³Á¤¿¡ ÀÇÇØ Á¢¼ÓµÇ¾úÀ»¶§
ÇØ´ç ¼¹ö¿¡¼ È®ÀÎÇغ¸¸é Á¢¼ÓÇÑ IP°¡ Ç×»ó 192.168.100.1·Î ÂïÈü´Ï´Ù.