¹ÌÅ©·ÎƽÀÌ ¾ß¸¶Çϸ®½Ã¹ö ¿ÀÀÛµ¿À» ÀÏÀ¸Åµ´Ï´Ù.

   Á¶È¸ 3001   Ãßõ 0    

x86 자작 미크로틱입니다. zotac zbox ci323 -> 16포트 허브


방화벽 필터  

<라우터보호>

/ip firewall filter

add chain=input connection-state=invalid action=drop \

    comment="Drop Invalid connections"  

add chain=input connection-state=established action=accept \

    comment="Allow Established connections"  

add chain=input protocol=icmp action=accept \

    comment="Allow ICMP" 

add chain=input src-address=192.168.1.0/24 action=accept \

    in-interface=!ether1 

add chain=input action=drop comment="Drop everything else"  


<클라이언트 보호>


/ip firewall filter

add chain=forward protocol=tcp connection-state=invalid \

     action=drop comment="drop invalid connections"  

add chain=forward connection-state=established action=accept \ 

     comment="allow already established connections"  

add chain=forward connection-state=related action=accept \

     comment="allow related connections"  



<헤어핀>

/ip firewall nat

add action=masquerade chain=srcnat comment="loopback web-server"

dst-address=192.168.1.0/24 

out-interface=ether2 

protocol=tcp 

src-address=!192.168.1.1


add chain=dstnat dst-address=!192.168.1.1 protocol=tcp dst-port=80 \

action=dst-nat to-address=192.168.1.60

dst.address type=local


add chain=dstnat dst-address=!192.168.1.1 protocol=tcp dst-port=443 \

  action=dst-nat to-address=192.168.1.60

dst.address type=local


add chain=srcnat out-interface=WAN action=masquerade

설정값은 이렇습니다.


야마하 a2080 리시버(유선랜연결) 에 오포플레이어가 연결되있습니다.

영화감상중 input 이 2-30분간격으로 자동으로 tv 모드로 변경이 되버리네요.

스마트폰에서 확인해보면 자동으로 tv모드로 변경이 되버린것입니다.

최근 바꾼거라곤 미크로틱 라우터라서 ,다시 전에 사용한걸 원위치하니 이런 문제가 발생되지가 않네요.


미크로틱 루프백문제로 발생되는것같은 예감이 듭니다. 불필요한 패킷이 리시버에 영향을 주는것 같습니다.

조취해볼만한게 있을까요?


문상용
ªÀº±Û Àϼö·Ï ½ÅÁßÇÏ°Ô.
¹Ú°Ç 2021-06
±Û½ê¿ä. Àû¾îÁֽŠ³»¿ë¿¡´Â ÀÌ»óÇÑ °ÍÀº º¸ÀÌÁö ¾Ê´Âµ¥...
ºÒÇÊ¿äÇÑ ÆÐŶÀ» º¸³»Áö ¾Ê°Ô ÇÏ´Â °ÍÀº bridge¼³Á¤¿¡¼­ igmp snooping ¼³Á¤Çغ¸½Ã°í(¸ÖƼij½ºÆ® ÆÐŶÀ» ÇÊ¿äÇÑ °÷¿¡¸¸ º¸³¿),
·çÇÁ°¡ ¹ß»ýÇϸé CPUÁ¡À¯À²ÀÌ 100%¸¦ Ä¡´Ï À̺κРȮÀÎÇغ¸¼¼¿ä.
·çÇÁ¹æÁö´Â bridge¿¡¼­ rstp¼³Á¤ÇÏ´Â °Í°ú, x86¿¡µµ ³ª¿À´ÂÁö´Â ¸ð¸£°ÚÀ¸³ª, °¢ ÀÎÅÍÆäÀ̽ºº°·Î Loop Protect ÅÇ¿¡¼­ Loop protect¸¦ on ÇÏ´Â ¹æ¹ýÀÌ ÀÖ½À´Ï´Ù.


QnA
Á¦¸ñPage 4801/5702
2015-12   1651340   ¹é¸Þ°¡
2014-05   5115823   Á¤ÀºÁØ1
2017-07   3003   Àü¼³¼ÓÀǹ̡¦
2023-06   3003   ¹«½î»Ôó·³
2019-05   3002   ÃãÃߴ½ÇÇÁ
2021-06   3002   ÇÁ¶û
2020-04   3002   ºÀ·¡
2020-06   3002   ¾Æ½ÎÁ¶Äí³ª
2021-06   3002   ºí·¢ÆÞ
2023-07   3002   2CPUÃÖÁÖÈñ
2021-01   3002   Tails
2020-12   3002   Æ÷½ºÅ¸
2019-03   3002   ÀüÁø
2019-11   3001   À¯ÅäÆÙ
2019-10   3001   ÇູÇϼ¼
2020-11   3001   µðÁöÀ¯
2019-01   3001   HEUo±è¿ë¹Î
2021-04   3000   ±¸½ÊÆò
2021-05   3000   »õ·Î¿îÂ÷¿ø
2020-10   3000   ±¸¸®±¸¸®
2021-05   3000   ´ºÀÚ
2019-06   3000   ³ªÀ̾¥guy