Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

프록시 모드와 라우터 모드의 차이

미꾸라지의 경우, FastConnect 모드가 실행 여부에 따라 작동 방식이 달라지게 되는데, 기본 모드는 '라우터 모드' 입니다. FastConnect 모드가 On 상태일 경우 '프록시 모드'로 변경이 되는데, 이에 대한 차이점은 다음과 같습니다.

라우터 모드

프록시 모드

패킷 처리 OSI 단계

Layer 3 (Network Layer)

Layer 7 (Application Layer)

패킷을 다루는 방식

단순 패킷이 올 경우 알맞은 Destination 으로 forward 을 수행한다.

패킷이 도달할 경우, 이를 Application Layer 까지 끌어올려 이에 대한 Proxy 수행을 하고 다시 하위 단계로 보냄.