Home
News
Forum
Wiki
Blog
Contents
Gallery
Movies
Downloads
About NSL
If you want to see English page, please click "English" Button at Left.
[
タイトル一覧
|
ページ一覧
|
新規
|
単語検索
|
最終更新
|
ヘルプ
]
sl_relay (E)
をテンプレートにして作成
[
トップ
]
[ ]
開始行:
* sl_relay
[[日本語はこちら>sl_relay]]~
** Outline
-''sl_relay'' is a Packet Relay Server for Second Life ru...
-''sl_relay'' relays communication (UDP,HTTP/HTTPS) betwe...
- Note: it not only relays but also scans inside each pac...
- ''[[sl_cache>sl_cache (E)]]'' can be used with ''sl_rel...
- When caching UDP packets (''[[sl_cache>sl_cache (E)]]''...
- It is also possible to limit access to particular SIMs ...
- ''sl_relay'' is part of ''[[sl_proxy>sl_proxy (E)]]''.
- The current version is ''1.10.1'' (4 Oct. '11)
#br
***''Outline of Functions.''
+ You can execute Second Life from a PC with private IP a...
+ You can specifiy the port number for firewall access.
+ Access to ''sl_relay'' can be controlled.
+ Full HTTPS access between Viewer and Relay Server is po...
+ MusicURL and MediaURL(High 23) is supported. However, i...
+ External Web Proxy (e.g. squid) connection is supported...
+ [[OpenSim]] is supported. (Test version)
+ ''[[sl_cache>sl_cache (E)]]'' connection is supported. ...
+ When ''[[sl_cache>sl_cache (E)]]'' is down or response ...
+ Access to Second Life SIMs can be controlled, by Avatar...
***''Annoyances or Bugs.''
+ You might see the same message two or more times in IM ...
+ A stress test of ''sl_relay'' has not been carried out.
**''Explanation''
+ [[Over the Firewall>./Firewall]]
+ [[Cooperation with the Cache Server>./Cooperation with ...
+ [[Cooperation with the Information Server>./Cooperation...
+ [[Communication by HTTPS>./Communication by HTTPS]]
+ [[WEB Proxy Function>./WebProxy]]
+ [[When the server has two or more network interfaces>/s...
+ [[Rewrite Viewer Version>./Rewrite Viewer Version]]
+ [[Log and Debug Mode>./Log and Debug Mode]]
+ [[Security>./Security]]
+ [[Get Grid Information>./Get Grid Information]]
** Configuration
- The default configuration file is ''/usr/local/etc/sl_p...
- It is also possible to specify an alternate configurati...
- Because the configuration file is read before ''sl_rela...
- The setting of each item is described in the configurat...
#br
*** Items
**** Communication port with SIM Server
-[[MinUdpExPort>./MinUdpExPort]]
-[[MaxUdpExPort>./MaxUdpExPort]]
-[[MinTcpExPort>./MinTcpExPort]]
-[[MaxTcpExPort>./MaxTcpExPort]]
**** Communication port with Viewer
-[[MinUdpImPort>./MinUdpImPort]]
-[[MaxUdpImPort>./MaxUdpImPort]]
-[[MinTcpImPort>./MinTcpImPort]]
-[[MaxTcpImPort>./MaxTcpImPort]]
**** Control port of Relay Controller
-[[MinControlPort>./MinControlPort]]
-[[MaxControlPort>./MaxControlPort]]
**** HTTPS(SSL)
-[[CERT_PEM_File>./CERT_PEM_File]]
-[[SKEY_PEM_File>./SKEY_PEM_File]]
-[[CA_PEM_File>./CA_PEM_File]]
**** Access control
-[[Hosts_Allow_File>/sl_proxy (E)/Hosts_Allow_File]]
-[[ExternalWebProxy>./ExternalWebProxy]]
-[[Proxy_Allow_File>./Proxy_Allow_File]]
**** Etc. etc.
- [[SL_GridInfo_File>/sl_proxy (E)/SL_GridInfo_File]]
- [[Temp_File_Dir>/sl_proxy (E)/Temp_File_Dir]]
- [[MaxIdleTime>/sl_proxy (E)/MaxIdleTime]]
#br
**Execute Options
sl_relay [-s server_name[:port]] [-p port] [-f config_f...
[-i interface_address]
[-pid pid_file] [-l [log_file]] [-v syslog_lev...
[-cs [cache_server:port]] [-cg] [-cp]
[-is [info_server:port]] [-wf]
[-vs [voice_relay_server:port]]
[-as] [-aca] [-ano]
[-xp [web_proxy_server:porti]] [-ip [port]] [-...
[-ver version]
[-d] [-x] [-xt] [-xu] [-xuf]
[--version] [--help] [-h]
-s : specify login server of Second Life. default is l...
-p : port number that Viewer connects. default is 8100.
-f : configuration file. default is /usr/local/etc/sl_...
-u : specify effective user.
-i : specify Viewer side network interface IP address.
if your server has two or more network interfaces,
you need to use this option.
-pid : specify pid file.
-l : specify log file. default is /var/sl_proxy/sl_rel...
-v : level of syslog. default is LOG_INFO (7).
-cs : specify sl_cache cache server. default is localho...
-cg : only get cache data. do not save data.
-cp : only save cache data. do not get data.
-is : specify sl_info infomation server. default is loc...
-wf : The access limitation to SIM by the white list is...
-vs : specify sl_voice_relay server. default is localho...
-as : use HTTPS between Viewer and Relay Server.
-aca : confirms Second Life Server by using C:\Program F...
-ano : no HTTPS communication. Do not use, usually. It i...
-xp : specify external web proxy server.
-ip : use internal web proxy function with full access ...
excute internal web proxy process. port number ca...
-ipx : use internal web proxy function with restricted m...
excute internal web proxy process. port number ca...
-mm : relay MusicURL and MediaURL(High 23). If it is po...
-ver : rewrite Viewer version.
Please use this temporarily only when you cannot ...
It is dangerous to use this lasting long, and nev...
-d : debug mode. display debug information
-x : TCP(HTTP/HTTPS) packets are saved at working dire...
-xt : TCP(HTTP/HTTPS) packets are saved at working dire...
-xu : UDP packet headers are printed.
-xuf : UDP packet is full dumped.
--version : display Version information.
--help, -h : display this Help messages.
**Processes
***Relationship between Processes
http://www.nsl.tuis.ac.jp/xoops/modules/xpwiki/?plugin=re...
***Transformation of UDP and HTTP/HTTPS Packets
http://www.nsl.tuis.ac.jp/xoops/modules/xpwiki/?plugin=re...
-[Proxy Process] is ''Relay Process''
-[Control Process] is ''Relay Controller''
終了行:
* sl_relay
[[日本語はこちら>sl_relay]]~
** Outline
-''sl_relay'' is a Packet Relay Server for Second Life ru...
-''sl_relay'' relays communication (UDP,HTTP/HTTPS) betwe...
- Note: it not only relays but also scans inside each pac...
- ''[[sl_cache>sl_cache (E)]]'' can be used with ''sl_rel...
- When caching UDP packets (''[[sl_cache>sl_cache (E)]]''...
- It is also possible to limit access to particular SIMs ...
- ''sl_relay'' is part of ''[[sl_proxy>sl_proxy (E)]]''.
- The current version is ''1.10.1'' (4 Oct. '11)
#br
***''Outline of Functions.''
+ You can execute Second Life from a PC with private IP a...
+ You can specifiy the port number for firewall access.
+ Access to ''sl_relay'' can be controlled.
+ Full HTTPS access between Viewer and Relay Server is po...
+ MusicURL and MediaURL(High 23) is supported. However, i...
+ External Web Proxy (e.g. squid) connection is supported...
+ [[OpenSim]] is supported. (Test version)
+ ''[[sl_cache>sl_cache (E)]]'' connection is supported. ...
+ When ''[[sl_cache>sl_cache (E)]]'' is down or response ...
+ Access to Second Life SIMs can be controlled, by Avatar...
***''Annoyances or Bugs.''
+ You might see the same message two or more times in IM ...
+ A stress test of ''sl_relay'' has not been carried out.
**''Explanation''
+ [[Over the Firewall>./Firewall]]
+ [[Cooperation with the Cache Server>./Cooperation with ...
+ [[Cooperation with the Information Server>./Cooperation...
+ [[Communication by HTTPS>./Communication by HTTPS]]
+ [[WEB Proxy Function>./WebProxy]]
+ [[When the server has two or more network interfaces>/s...
+ [[Rewrite Viewer Version>./Rewrite Viewer Version]]
+ [[Log and Debug Mode>./Log and Debug Mode]]
+ [[Security>./Security]]
+ [[Get Grid Information>./Get Grid Information]]
** Configuration
- The default configuration file is ''/usr/local/etc/sl_p...
- It is also possible to specify an alternate configurati...
- Because the configuration file is read before ''sl_rela...
- The setting of each item is described in the configurat...
#br
*** Items
**** Communication port with SIM Server
-[[MinUdpExPort>./MinUdpExPort]]
-[[MaxUdpExPort>./MaxUdpExPort]]
-[[MinTcpExPort>./MinTcpExPort]]
-[[MaxTcpExPort>./MaxTcpExPort]]
**** Communication port with Viewer
-[[MinUdpImPort>./MinUdpImPort]]
-[[MaxUdpImPort>./MaxUdpImPort]]
-[[MinTcpImPort>./MinTcpImPort]]
-[[MaxTcpImPort>./MaxTcpImPort]]
**** Control port of Relay Controller
-[[MinControlPort>./MinControlPort]]
-[[MaxControlPort>./MaxControlPort]]
**** HTTPS(SSL)
-[[CERT_PEM_File>./CERT_PEM_File]]
-[[SKEY_PEM_File>./SKEY_PEM_File]]
-[[CA_PEM_File>./CA_PEM_File]]
**** Access control
-[[Hosts_Allow_File>/sl_proxy (E)/Hosts_Allow_File]]
-[[ExternalWebProxy>./ExternalWebProxy]]
-[[Proxy_Allow_File>./Proxy_Allow_File]]
**** Etc. etc.
- [[SL_GridInfo_File>/sl_proxy (E)/SL_GridInfo_File]]
- [[Temp_File_Dir>/sl_proxy (E)/Temp_File_Dir]]
- [[MaxIdleTime>/sl_proxy (E)/MaxIdleTime]]
#br
**Execute Options
sl_relay [-s server_name[:port]] [-p port] [-f config_f...
[-i interface_address]
[-pid pid_file] [-l [log_file]] [-v syslog_lev...
[-cs [cache_server:port]] [-cg] [-cp]
[-is [info_server:port]] [-wf]
[-vs [voice_relay_server:port]]
[-as] [-aca] [-ano]
[-xp [web_proxy_server:porti]] [-ip [port]] [-...
[-ver version]
[-d] [-x] [-xt] [-xu] [-xuf]
[--version] [--help] [-h]
-s : specify login server of Second Life. default is l...
-p : port number that Viewer connects. default is 8100.
-f : configuration file. default is /usr/local/etc/sl_...
-u : specify effective user.
-i : specify Viewer side network interface IP address.
if your server has two or more network interfaces,
you need to use this option.
-pid : specify pid file.
-l : specify log file. default is /var/sl_proxy/sl_rel...
-v : level of syslog. default is LOG_INFO (7).
-cs : specify sl_cache cache server. default is localho...
-cg : only get cache data. do not save data.
-cp : only save cache data. do not get data.
-is : specify sl_info infomation server. default is loc...
-wf : The access limitation to SIM by the white list is...
-vs : specify sl_voice_relay server. default is localho...
-as : use HTTPS between Viewer and Relay Server.
-aca : confirms Second Life Server by using C:\Program F...
-ano : no HTTPS communication. Do not use, usually. It i...
-xp : specify external web proxy server.
-ip : use internal web proxy function with full access ...
excute internal web proxy process. port number ca...
-ipx : use internal web proxy function with restricted m...
excute internal web proxy process. port number ca...
-mm : relay MusicURL and MediaURL(High 23). If it is po...
-ver : rewrite Viewer version.
Please use this temporarily only when you cannot ...
It is dangerous to use this lasting long, and nev...
-d : debug mode. display debug information
-x : TCP(HTTP/HTTPS) packets are saved at working dire...
-xt : TCP(HTTP/HTTPS) packets are saved at working dire...
-xu : UDP packet headers are printed.
-xuf : UDP packet is full dumped.
--version : display Version information.
--help, -h : display this Help messages.
**Processes
***Relationship between Processes
http://www.nsl.tuis.ac.jp/xoops/modules/xpwiki/?plugin=re...
***Transformation of UDP and HTTP/HTTPS Packets
http://www.nsl.tuis.ac.jp/xoops/modules/xpwiki/?plugin=re...
-[Proxy Process] is ''Relay Process''
-[Control Process] is ''Relay Controller''
ページ名:
サイト内 検索
高度な検索
ログイン
ユーザー名:
パスワード:
パスワード紛失
新規登録
サブ メニュー
新着情報
Books
リンク
サイトマップ
e-Learning
TUIS 認証局証明書
ミニカレンダー
2024年 10月
日
月
火
水
木
金
土
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<今日>
オンライン状況
14 人のユーザが現在オンラインです。 (7 人のユーザが xpwiki を参照しています。)
登録ユーザ: 0
ゲスト: 14
もっと...
アクセスカウンタ
今日 :
昨日 :
総計 :
Powered by XOOPS Cube 2.1© 2001-2006
XOOPS Cube Project
Design by
XoopsDesign.com