LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Is there a reason why i can't connect to aim, yahoo or msn with Gaim? (https://www.linuxquestions.org/questions/slackware-14/is-there-a-reason-why-i-cant-connect-to-aim-yahoo-or-msn-with-gaim-354645/)

gbdavidx 08-18-2005 02:14 PM

Is there a reason why i can't connect to aim, yahoo or msn with Gaim?
 
Im on my parents computer right now, and im able to connect to those three just fine.... is there a reason why i can't on my Slackware box? I have 10.1 with Dropline Gnome... thanks for any help!

stormtracknole 08-18-2005 02:18 PM

Are you able to browse the internet otherwise? Are you running any kind of iptable rules?

gbdavidx 08-18-2005 02:36 PM

i can browse the internet just fine... what are iptables rules? how do i find out if im running those?

stormtracknole 08-18-2005 02:41 PM

Iptables is just the built in firewall in the linux kernel. Slackware does not have any rules set up by default. So, it would lead me to believe that somehow Dropline Gnome might have changed something or close a port. Have you tried using gaim under a different windows manager? Are you running Gnome or KDE?

gbdavidx 08-18-2005 02:42 PM

i'm running gnome, i don't have kde installed, but i had xfce and i couldn't connect to gaim with that either

stormtracknole 08-18-2005 02:44 PM

Ok, as root, type the following command iptables -L. This will tell you if you have any iptables rules running.

gbdavidx 08-18-2005 02:53 PM

ok, i should tell you, before i had dropline installed with gnome, i was running xfce and i couldn't connect to gaim before either, but i was able to surf the net, this is what i got when i type in iptables -L

Code:

Root@DS: ~# iptables -L

Chain INPUT (policy ACCEPT)
target          prot opt source                        destination

Chain FORWARD (policy ACCEPT)
target          prot opt source                        destination

Chain OUTPUT (policy ACCEPT)
target          prot opt source                        destination


stormtracknole 08-18-2005 02:56 PM

Ok, you don't seem to be running iptables, so that is not the problem. Are you running behind a router? It seems that there is something blocking the ports required by gaim. Have you checked the configurations in gaim? I think there is an option to check how to get on the internet. Maybe it is configured to use a proxy.

Talavis 08-18-2005 03:07 PM

What messages appear when you try to connect?
Have you tried installing the mozillapackage? it contains the files gaim uses for it's encryption of the passwords.

gbdavidx 08-18-2005 03:11 PM

i am using a router but i can't connect to my modem settings, my fuckin friends put a password on and wont come over here to change it or take it off... it just sits there and says connecting, then after a while it says gbdavidx (my screen name) has been disconnected, couldn't connect to host, before i had linux installed i was using windows and i was able to connect just fine of course, how would i go about using the mozillapackage? i used the dropline installer to download and install gnome, so i don't know if i have the mozilla packager or not

stormtracknole 08-18-2005 03:16 PM

Look under /var/log/packages and see if it's there.

gbdavidx 08-18-2005 03:22 PM

what package name am i looking for? i see mozilla-1.7.5-i486-1, mozilla firefox, mozilla-plugins-1.7.5-noarch-2 and mozilla thunderbird...

stormtracknole 08-18-2005 03:26 PM

It seems that you have the mozilla package. I'm guessing that the problem lies in the router. Are you able to use gaim in windows and connect to the internet?

gbdavidx 08-18-2005 03:27 PM

wierd i dunnot what i did, but its working now, i guess i did no proxy's... wierd

stormtracknole 08-18-2005 03:29 PM

Ah...that is the problem. It was looking for a proxy, but there wasn't any. Hence, why it didn't work.


All times are GMT -5. The time now is 10:06 PM.