Здравейте, с OpenBsd 3.9 съм, имам конфигуриран супер стандартен Firewall по този образец
http://www.openbsd.org/faq/pf/example1.htmlПроблемът ми е конкретно с file-transfer на skype, максималната постижима скорост е 3KB за машините в локалната мрежа зад рутера.
Skype съответно имат отговор:
A relayed transfer means that you are unable to make a direct connection to the other party because of your firewall or NAT (Network Address Translation / router) configuration or that of the remote party. In this case, the file transfer is relayed though other peers on the network. When a transfer is relayed, Skype will limit the file transfer speed to 1.0 kB/second. Only peers with plenty of available bandwidth are used for relay purposes.
Note that if you were using another non-p2p application to attempt the transfer, it's not likely you would be able to transfer anything at all! We feel that a slower transfer is better than no transfer! You can read more information below for technical tips on how to avoid relayed transfers (or find a techie friend to help you).
Опитах това:
#pf.conf
pass out quick on $intif proto { tcp, udp } from any to any
pass in quick on $intif proto { tcp, udp } from any to any
...и това
pass out quick on $extif proto { tcp, udp } from any to any
pass in quick on $extif proto { tcp, udp } from any to any
..но не ми се случиха нещата.
Някой може ли да помогне ?