FrontPage › irssi_proxy
No difference found
1. irssi install
# cd /usr/src # http://irssi.org/files/irssi-0.8.10a.tar.bz2 # tar xvjf irssi-0.8.10a.tar.bz2 # cd irssi-0.8.10 # ./configure --prefix=/usr/local/irssi-0.8.10 --with-proxy --with-perl-lib=site # make ; make install # cd /usr/local/irssi-0.8.10 # ln -s irssi-0.8.10/ irssi # su - tongseob $ vi .bash_profile PATH=$PATH:$HOME/bin => PATH=$PATH:$HOME/bin:/usr/local/irssi/bin $ source .bash_profile
2. irssi setting
/LOAD proxy /SET irssiproxy_password 암호 /IRCNET add hanirc /IRCNET add ozinger /SERVER add -auto -ircnet hanirc apink.hanirc.org (UTF-8) /SERVER add -auto -ircnet hanirc ddos.hanirc.org /SERVER add -auto -ircnet hanirc kr.hanirc.org /SERVER add -auto -ircnet ozinger irc.ozinger.org /SET irssiproxy_ports hanirc=27800 /SET irssiproxy_ports hanirc=2780 /SET irssiproxy_ports ozinger=2780 : iz4u, clubguru.net 는 27800 /server hanirc /server ozinger /nick 까나리 * 닉인증 받아야함 오징어 /msg ^^ 로그인 암호 /msg ^^ 인증 까나리 암호 /mode 까나리 +x /msg >_< 로그인 암호 /msg 오징오징어 IDENTIFY 암호 /msg ^^ 설정 동시인증 3 /msg ^-^ 닉복구 * 채널접속 /j #gnome /j #까날_팬클럽
3. mIRC setting
- server : irc.kkanari.org (proxy 세팅된 서버)
- port : 2780
- password : 암호
- 접속 !!!
4. irssi logging config- port : 2780
- password : 암호
- 접속 !!!
/SET autolog ON
Irssi proxy usage: First you'll need to have the proxy module installed, either configure irssi with --with-proxy and do make install, or manually: cd src/irc/proxy make mkdir ~/.irssi/modules cp .libs/libproxy.so ~/.irssi/modules/ In irssi, say: /LOAD proxy You really should set some password for the proxy with: /SET irssiproxy_password secret Then you'll need to configure the ports/ircnets the proxy listens in, something like: /SET irssiproxy_ports ircnet=2777 efnet=2778 freenode=2779 There we have 3 different irc networks answering in 3 ports. Note that you'll have to make the correct /IRCNET ADD and /SERVER ADD commands to make it work properly.