macsat.com OpenWrt and ASUS WL Forum

Oleg's Firmware => Oleg's Firmware => Topic started by: green on July 25, 2006, 16:00:23 PM



Title: Icq-file transfer not work
Post by: green on July 25, 2006, 16:00:23 PM
Hi I have problem I'am using wl-500gx since file transfer over my icq SIM not woking.
Anybody knows where is mistake?
thx


Title: Re: Icq-file transfer not work
Post by: macsat on July 27, 2006, 09:50:56 AM

Did you ever have it working?

Check this out: http://petri.co.il/enable_icq_file_transfer_through_nat.htm


Title: Re: Icq-file transfer not work
Post by: green on October 17, 2006, 07:44:41 AM
yes, i'm using client SIM and without asus is working but behind  isn't.
tutorial from petri isn't possible because i have another client :(
thx


Title: Re: Icq-file transfer not work
Post by: green on October 19, 2006, 12:28:10 PM
For example i'm using fpt on my pc a ftp automaticly set upnp and everything works without change iptables and routing. But this icq havn't this feature. In icq i can chage range of port. So is possible to prerouting (or something like that) icq transfer in iptables to my pc?Or set upnp?
when in icq i have set range 65500-65504 and is listening on 5190.
I tried to add this to post-firewall but not works :(

iptables -A INPUT -p tcp --dport 5191 -j ACCEPT

iptables -A INPUT -p tcp --dport 65500:65504 -j ACCEPT

iptables -t nat -A PREROUTING -i vlan1 -p tcp --dport 5190 -j DNAT --to 192.168.1.2:5190
iptables -t nat -A PREROUTING -i vlan1 -p tcp --dport 65500 -j DNAT --to 192.168.1.2:65500
iptables -t nat -A PREROUTING -i vlan1 -p tcp --dport 65501 -j DNAT --to 192.168.1.2:65501
iptables -t nat -A PREROUTING -i vlan1 -p tcp --dport 65502 -j DNAT --to 192.168.1.2:65502
iptables -t nat -A PREROUTING -i vlan1 -p tcp --dport 65503 -j DNAT --to 192.168.1.2:65503
iptables -t nat -A PREROUTING -i vlan1 -p tcp --dport 65504 -j DNAT --to 192.168.1.2:65504


thx for any idea