Покажи Публикации - myrla1
* Виж публикациите на потр. | Виж темите на потр. | Виж прикачените файлове на потр
Страници: [1]
1  BSD секция / Настройки на софтуер / P2p проблем -: May 28, 2007, 17:07
.. на никой ли не му се е случвало такова.. '<img'>
2  BSD секция / Настройки на софтуер / P2p проблем -: May 17, 2007, 19:05
Здравейте, с 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

..но не ми се случиха нещата.
Някой може ли да помогне ?
3  BSD секция / Настройки на софтуер / Apache+symbolic links -: Jan 08, 2007, 12:58
Аха, точно това беше, благодаря Наркос '<img'>
4  BSD секция / Настройки на софтуер / Apache+symbolic links -: Jan 08, 2007, 12:15
Здравейте,

  Дигнах си наскоро Apache/1.3.29+php5 на OpenBSD 3.9 и се сблъсках с следния проблем:

  Искам, освен неговата си /htdocs, да ползвам и друга директория която съм направила /home/apache.
  Дадох правата на втората на www усера и chmod 0777 -> достъпна за всички и създадох линк в /htdocs - /test -> който сочи към /home/apache. В /home/apache имам index.html.
  В http.conf имам включена опцията Options FollowSymLinks за DocumentRoot, но
  http://127.0.0.1/test казва:
"The requested URL /test was not found on this server."
  В error.log казва:
"File does not exist: /htdocs/test"

Всичко сложено в /htdocs си го чете без проблем но symbolic links не работят. Някой имал ли е подобен проблем? Ако знаете решение моля споделете.

Поздрави
Страници: [1]