你想用MSN主音...要安装下面的代理...
在iptables加入下面规则 :
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 5190 -j REDIRECT --to-ports 5190
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 1863 -j REDIRECT --to-ports 1863
代理的安装方法:
先修改包内的firewall.sh文件,按你的网络情况修改下面的网络接口:
[PHP]# -------------------------
# User configurable section
# -------------------------
#
# The user must uncomment the INSIDE_IF and OUTSIDE_IF
# lines, and select the appropriate network interfaces
# for this script to use to configure networking.
#
# Example ethernet-connected cable / corporate firewall:
# INSIDE_IF=eth0
# OUTSIDE_IF=eth1
#
# Example home LAN with dialup:
# INSIDE_IF=eth0
# OUTSIDE_IF=ppp0
[/PHP]
改完后..按下面步骤安装
1. Build reaim, and copy the executable to /usr/sbin
2. Copy the etc/init.d/reaim and etc/logrotate.d/reaim files to the appropriate
directories on your disk.
3. Run chkconfig --add reaim
4. Run adduser -c "ReAim Proxy Server" -d / -s /sbin/nologin reaim
5. Setup your firewall redirections.
6. Touch /var/log/reaim.log, and chown it to the reaim user.
7. Run /etc/init.d/reaim start
这样你就可以MSN语音了~~:p |