portsentry 를 사용해서 route를 막는데요. 이게 많이 쌓이다 보니 서버가 느려지는것 같네요.
리부팅없이 그리고 하나 하나씩 없애주지 않고 일괄적으로 초기화 시키는 방법 없나요?
괜히 그냥 건들었다 피볼까봐 망설여지네요.
이건 올바른 방법은 아닌데요 전 보통 이 방법을 쓰거든요...
ifconfig eht0 down
ifconfig eht1 down 이렇게 ethX를 모두 내리면 라우터가 초기화 되더라구요...
그리고 다시 ifconfig 로 ethX를 올려 줍니다.
이건 정말 올바른 방법이 아닌듯 해서 별루 추천 하지는 않습니다.
無知가 罪 !
원격인데요.. ㅎ
필요한 스크립트를 만들어서 /etc/rc.d/init.d/network 의 start 항목에 소스시키면 될거 같은데요..
/etc/rc.d/init.d/network restart
Debian Spirit !!!
[root@test root]# cat > 111 #!/bin/sh /sbin/ifconfig eth0 down /sbin/ifconfig eth1 down /sbin/ifconfig eth0 up /sbin/ifconfig eth1 up ^D
[root@test root]# sh 111
^^;;
#!/bin/sh /sbin/ifconfig eth0 down /sbin/ifconfig eth1 down /sbin/ifconfig eth0 up /sbin/ifconfig eth1 up
저도 원격으로 ethX를 재기동 하고싶을때가 많았는데 이렇게
스크립트로 실행 할 생각은 못했었습니다.
정말 좋은 정보 감사합니다. ^^
불안하긴 마찮가지네요.
텍스트 포맷에 대한 자세한 정보
<code>
<blockcode>
<apache>
<applescript>
<autoconf>
<awk>
<bash>
<c>
<cpp>
<css>
<diff>
<drupal5>
<drupal6>
<gdb>
<html>
<html5>
<java>
<javascript>
<ldif>
<lua>
<make>
<mysql>
<perl>
<perl6>
<php>
<pgsql>
<proftpd>
<python>
<reg>
<spec>
<ruby>
<foo>
[foo]
이건 방법이 아니겠지만....
이건 올바른 방법은 아닌데요 전 보통 이 방법을 쓰거든요...
ifconfig eht0 down
ifconfig eht1 down
이렇게 ethX를 모두 내리면 라우터가 초기화 되더라구요...
그리고 다시 ifconfig 로 ethX를 올려 줍니다.
이건 정말 올바른 방법이 아닌듯 해서 별루 추천 하지는 않습니다.
無知가 罪 !
원격인데요.. ㅎ
원격인데요.. ㅎ
[quote="mudori"]원격인데요.. ㅎ[/quote]
필요한 스크립트를 만들어서 /etc/rc.d/init.d/network 의 start 항목에 소스시키면 될거 같은데요..
/etc/rc.d/init.d/network restart
Debian Spirit !!!
[root@test root]# cat > 111#!/bin/s
[root@test root]# cat > 111
#!/bin/sh
/sbin/ifconfig eth0 down
/sbin/ifconfig eth1 down
/sbin/ifconfig eth0 up
/sbin/ifconfig eth1 up
^D
[root@test root]# sh 111
^^;;
#!/bin/sh/sbin/ifconfig eth0 down/sb
#!/bin/sh
/sbin/ifconfig eth0 down
/sbin/ifconfig eth1 down
/sbin/ifconfig eth0 up
/sbin/ifconfig eth1 up
저도 원격으로 ethX를 재기동 하고싶을때가 많았는데 이렇게
스크립트로 실행 할 생각은 못했었습니다.
정말 좋은 정보 감사합니다. ^^
無知가 罪 !
불안하긴 마찮가지네요.
불안하긴 마찮가지네요.
댓글 달기