All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: connecting to a SMTP/POP server on the internet
@ 2003-07-16 21:45 George Vieira
  0 siblings, 0 replies; 2+ messages in thread
From: George Vieira @ 2003-07-16 21:45 UTC (permalink / raw)
  To: system administrator, netfilter

Can you do it from the linux box? Are you running DSL, which by then you need to lower your outgoing MTU?
Have you logged any packets?
Have you run a tcpdump?

and the list goes on.....

Thanks,
____________________________________________
George Vieira
Systems Manager
georgev@citadelcomputer.com.au

Citadel Computer Systems Pty Ltd
http://www.citadelcomputer.com.au


-----Original Message-----
From: system administrator [mailto:sysadmails@yahoo.com]
Sent: Thursday, July 17, 2003 1:11 AM
To: netfilter@lists.netfilter.org
Subject: connecting to a SMTP/POP server on the internet 


Hi there,

We want to connect to a SMTP/POP server on the
internet from our LAN with:
                                                      
                         
iptables -A FORWARD -i eth0 -p tcp -j ACCEPT
iptables -A FORWARD -i eth0 -p udp -j ACCEPT
iptables -A FORWARD -j DROP
iptables -t nat -o eth1 -A POSTROUTING -j MASQUERADE
                                                      
                         
When we try to access from the workstation to the POP
server we get a message: 'connection to x.com timed
out', we can however access the mail on the firewall -
even if the connection is slow.
                                                      
                         
Please help us out ...
                                                      
                         
# Our general setup:
# RedHat 8.0 firewall with iptables installed on PII
400MHz
# eth0 = our LAN and eth1 = Internet
# cat /proc/sys/net/ipv4/ip_forward => 1
# gateway on workstation in LAN pointing to firewall
# gateway defined for eth1 pointing to router

Thanks in advance,

Frank

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com



^ permalink raw reply	[flat|nested] 2+ messages in thread

* connecting to a SMTP/POP server on the internet
@ 2003-07-16 15:11 system administrator
  0 siblings, 0 replies; 2+ messages in thread
From: system administrator @ 2003-07-16 15:11 UTC (permalink / raw)
  To: netfilter

Hi there,

We want to connect to a SMTP/POP server on the
internet from our LAN with:
                                                      
                         
iptables -A FORWARD -i eth0 -p tcp -j ACCEPT
iptables -A FORWARD -i eth0 -p udp -j ACCEPT
iptables -A FORWARD -j DROP
iptables -t nat -o eth1 -A POSTROUTING -j MASQUERADE
                                                      
                         
When we try to access from the workstation to the POP
server we get a message: 'connection to x.com timed
out', we can however access the mail on the firewall -
even if the connection is slow.
                                                      
                         
Please help us out ...
                                                      
                         
# Our general setup:
# RedHat 8.0 firewall with iptables installed on PII
400MHz
# eth0 = our LAN and eth1 = Internet
# cat /proc/sys/net/ipv4/ip_forward => 1
# gateway on workstation in LAN pointing to firewall
# gateway defined for eth1 pointing to router

Thanks in advance,

Frank

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-07-16 21:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-16 21:45 connecting to a SMTP/POP server on the internet George Vieira
  -- strict thread matches above, loose matches on Subject: below --
2003-07-16 15:11 system administrator

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.