Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Can't connect to ISP mail server & Yahoo Messenger
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
defkewl
Tux's lil' helper
Tux's lil' helper


Joined: 08 Feb 2005
Posts: 75
Location: Indonesia

PostPosted: Thu Jun 16, 2005 3:41 am    Post subject: Can't connect to ISP mail server & Yahoo Messenger Reply with quote

Hi guys,

I can't connect to my ISP mail server using mail client (ThunderBird) and Yahoo Messenger but I can connect to www.
- I use iptables for routing and squid for proxy.
- I'm using Gentoo kernel 2.6.11-r9

When I use 2.4.26-gentoo-r3 it worked flawlessly.

These are my iptables rules:
Code:
/sbin/iptables -t nat -A POSTROUTING -j eth0 MASQUERADE


And my squid http_access:
Code:
acl our_networks src 192.168.0.1-192.168.0.255/255.255.255.255
http_access allow our_networks


Anybody could give me some clue to this matter?
_________________
Not all things in life need reasoning
Visit my blog
Back to top
View user's profile Send private message
theDreamer
Tux's lil' helper
Tux's lil' helper


Joined: 20 Oct 2003
Posts: 118

PostPosted: Thu Jun 16, 2005 7:52 am    Post subject: Reply with quote

Small debugging tip:

Load the problematic application and run netstat at the same time.
afterwards try to perform telnet to the ip & port of the server and see if you can reach it.

if you can it's an application problem otherwise it's a platform issue.


i suggestion after you have the ip & port, play with iptables configuration (start with disabled configuration and see it's working), and add rules until you recreate the problem.


hope it helps.
_________________
Cheers,
Nir Dremer
www.dremer.org
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum