hi all,
i have problem in yahoo and msn messenger
they are sign out every 5 min
but the connection is very good
the problem in messengers only
i have 2.9.27 OS
and use Dhcp server and Queues
this is firewall export
/ ip firewall mangle
add chain=prerouting protocol=tcp connection-state=new action=jump \
jump-target=tcp-services comment="" disabled=no
add chain=prerouting protocol=udp connection-state=new action=jump \
jump-target=udp-services comment="" disabled=no
add chain=prerouting connection-state=new action=jump \
jump-target=other-services comment="" disabled=no
add chain=prerouting action=mark-packet new-packet-mark=all passthrough=no \
comment="" disabled=no
/ ip firewall nat
add chain=srcnat out-interface=wan action=masquerade comment="masquerade \
hotspot network" disabled=no
/ ip firewall connection tracking
set enabled=yes tcp-syn-sent-timeout=5s tcp-syn-received-timeout=5s \
tcp-established-timeout=1d tcp-fin-wait-timeout=10s \
tcp-close-wait-timeout=10s tcp-last-ack-timeout=10s \
tcp-time-wait-timeout=10s tcp-close-timeout=10s udp-timeout=10s \
udp-stream-timeout=3m icmp-timeout=10s generic-timeout=10m \
tcp-syncookie=no
/ ip firewall service-port
set ftp ports=21 disabled=no
set tftp ports=69 disabled=no
set irc ports=6667 disabled=no
set h323 disabled=yes
set quake3 disabled=no
set gre disabled=yes
set pptp disabled=yes
thnx