This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Connection problems with protocols like smtp, ssh or telnet

Hi there,

I've just installed ASG 7.3 and configured the system.
But all I can do is surfing via http or https. I can also retrieve messages via pop3 but can't send mails using smtp.
I can't also connect to a server in the internet using telnet or ssh.

The HTTP/S-Proxy ist configured to act transparently and the packet filter contains a lot of rules to allow ssh, telnet and smtp. The packet filter logfile shows that these connections are allowed and this makes me confusing.

Has anybody an idea why I can't connect to other servers using ssh, telnet or smtp?

Thanks a lot...


This thread was automatically locked due to age.
Parents
  • The packet filter logs contains the following lines:

    from Live View:
    17:57:33
    
    Paketfilterregel-Nr.2
    TCP 
    192.168.10.198 : 57799 →  84.19.177.134 : 22 
    [SYN]  len=60  ttl=63  tos=0x00 
    srcmac=00:00:00:00:00:00 
    dstmac=00:04:23:21:06:f3


    from full Logfile
    2009:09:07-17:57:33 
    
    servername 
    ulogd[3084]: id="2002"
    severity="info" 
    sys="SecureNet" 
    sub="packetfilter" 
    name="Packet accepted" 
    action="accept" 
    fwrule="2" 
    seq="0" 
    initf="eth0" 
    outitf="eth0" 
    dstmac="00:04:23:21:06:f3" 
    srcmac="00:00:00:00:00:00" 
    srcip="***.***.***.***" 
    dstip="***.***.***.***" 
    proto="6" 
    length="60" 
    tos="0x00" 
    prec="0x00" 
    ttl="63" 
    srcport="57799" 
    dstport="22" 
    tcpflags="SYN" 


    The IP-Adresses of srcip and dstip are different [;)].
Reply
  • The packet filter logs contains the following lines:

    from Live View:
    17:57:33
    
    Paketfilterregel-Nr.2
    TCP 
    192.168.10.198 : 57799 →  84.19.177.134 : 22 
    [SYN]  len=60  ttl=63  tos=0x00 
    srcmac=00:00:00:00:00:00 
    dstmac=00:04:23:21:06:f3


    from full Logfile
    2009:09:07-17:57:33 
    
    servername 
    ulogd[3084]: id="2002"
    severity="info" 
    sys="SecureNet" 
    sub="packetfilter" 
    name="Packet accepted" 
    action="accept" 
    fwrule="2" 
    seq="0" 
    initf="eth0" 
    outitf="eth0" 
    dstmac="00:04:23:21:06:f3" 
    srcmac="00:00:00:00:00:00" 
    srcip="***.***.***.***" 
    dstip="***.***.***.***" 
    proto="6" 
    length="60" 
    tos="0x00" 
    prec="0x00" 
    ttl="63" 
    srcport="57799" 
    dstport="22" 
    tcpflags="SYN" 


    The IP-Adresses of srcip and dstip are different [;)].
Children
No Data