LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   amsn I can send files but not recieve (https://www.linuxquestions.org/questions/linux-software-2/amsn-i-can-send-files-but-not-recieve-91752/)

jimdaworm 09-11-2003 04:01 PM

amsn I can send files but not recieve
 
Does anyone know what I need to do so that I can recieve files with amsn messenger?

Adam

Looking_Lost 09-11-2003 07:54 PM

At a guess, I don't use it but if the feature is in amsn, possibly open the appropriate ports in your firewall if you've got one running?

jimdaworm 09-12-2003 03:20 PM

Yeah....
 
Where do I go to set that up? I vaguely remember setting the option to medium when I installed but I am not sure where I need to go now to set that up :(

Adam

Looking_Lost 09-12-2003 07:50 PM

This thread will give you an idea

http://www.linuxquestions.org/questi...ight=amsn+port

Basically they recommend adding these rules below. I'm not familiar with using lokkit though there must be a few that are, as I don't know how to use Lokkit which I assume is what you've got as it's red hat you're using you can type them in at the prompt (might have to change RH-Lokkit-0-50-INPUT to what's appropriate for you or just change it to INPUT) or save them in a text file and make it executable

iptables -A RH-Lokkit-0-50-INPUT -p udp -m udp -s 0/0 --sport 6890:6895 -d 0/0 --dport 6890:6895 -i eth0 -j ACCEPT

iptables -A RH-Lokkit-0-50-INPUT -p tcp -m tcp -s 0/0 --sport 6890:6895 -d 0/0 --dport 6890:6895 -i eth0 -j ACCEPT

Someone that knows Lokkit might eventually come along, if you can't get it going I'd give it time and start a new thread like "How to I add these rules to using Lokkit" or something like that

jimdaworm 09-13-2003 07:23 AM

Thanks
 
Hey looks kinda complicated :( Maby its just because its a whole lot of command line stuff I have no idea about... as apposed to the command line stuff that I sort of know what I am doing! I will have a look at that other thead...

Thanks
Adam


All times are GMT -5. The time now is 05:45 AM.