UltraVNC
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
&tag(UltraVNC);
*目次 [#v3e21687]
#contents
*参考情報 [#a219ddbe]
-[[UltraVNC: Remote Support Software, Remote Support tool...
*サーバー設定 [#h70c0593]
**IPアドレスでアクセス制限する [#v06fad65]
ultravnc.iniのAuthHostsを使って制限できる。[[UltraVNC :: ...
#pre{{
ultravnc 1.0.3 and above via ultravnc.ini (not registry)
AuthHosts=
+ =allow
- = deny
? = query
syntax:
-:+10.0.60.141:?10.0.31.169:-10.0.20.240:
instead of 10.0.60.141 you can use 10.0.60, then it is va...
for the full range of ip addresses.
QuerySetting=2
Define on how to react on the (-,?,+) from
the Authhosts.
0="+:Accept, ?:Accept, -:Query"
1="+:Accept, ?:Accept, -:Reject"
2="+:Accept, ?:Query, -:Reject [Default]"
3="+:Query, ?:Query, -:Reject"
4="+:Query, ?:Reject, -:Reject"
It is used to specify a set of IP address templates
which incoming connections must match in order to be acce...
By default, the template is empty and connections from all
AuthHosts_Tip5="hosts are accepted. The template is of th...
+[ip-address-template]
?[ip-address-template]
-[ip-address-template]
In the above, [ip-address-template] represents the leftmo...
bytes of the desired stringified IP-address.
For example, +158.97 would match both 158.97.12.10 and
158.97.14.2. Multiple match terms may be specified, delim...
by the ":" character. Terms appearing later in the templa...
take precedence over earlier ones. e.g. -:+158.97: would ...
out all incoming connections except those beginning with ...
Terms beginning with the "?" character are treated by def...
indicating hosts from whom connections must be accepted a...
server side via a dialog box. The QuerySetting option det...
the precise behaviour of the three AuthHosts options.
example ultravnc.ini
[admin]
AuthHosts=-:+10.0.60.141:?10.0.31.169:-10.0.20.240:
}}
例えば、全てのアドレスを禁止にして192.168で始まるアドレス...
#pre{{
AuthHosts=-:+192.168:
}}
終了行:
&tag(UltraVNC);
*目次 [#v3e21687]
#contents
*参考情報 [#a219ddbe]
-[[UltraVNC: Remote Support Software, Remote Support tool...
*サーバー設定 [#h70c0593]
**IPアドレスでアクセス制限する [#v06fad65]
ultravnc.iniのAuthHostsを使って制限できる。[[UltraVNC :: ...
#pre{{
ultravnc 1.0.3 and above via ultravnc.ini (not registry)
AuthHosts=
+ =allow
- = deny
? = query
syntax:
-:+10.0.60.141:?10.0.31.169:-10.0.20.240:
instead of 10.0.60.141 you can use 10.0.60, then it is va...
for the full range of ip addresses.
QuerySetting=2
Define on how to react on the (-,?,+) from
the Authhosts.
0="+:Accept, ?:Accept, -:Query"
1="+:Accept, ?:Accept, -:Reject"
2="+:Accept, ?:Query, -:Reject [Default]"
3="+:Query, ?:Query, -:Reject"
4="+:Query, ?:Reject, -:Reject"
It is used to specify a set of IP address templates
which incoming connections must match in order to be acce...
By default, the template is empty and connections from all
AuthHosts_Tip5="hosts are accepted. The template is of th...
+[ip-address-template]
?[ip-address-template]
-[ip-address-template]
In the above, [ip-address-template] represents the leftmo...
bytes of the desired stringified IP-address.
For example, +158.97 would match both 158.97.12.10 and
158.97.14.2. Multiple match terms may be specified, delim...
by the ":" character. Terms appearing later in the templa...
take precedence over earlier ones. e.g. -:+158.97: would ...
out all incoming connections except those beginning with ...
Terms beginning with the "?" character are treated by def...
indicating hosts from whom connections must be accepted a...
server side via a dialog box. The QuerySetting option det...
the precise behaviour of the three AuthHosts options.
example ultravnc.ini
[admin]
AuthHosts=-:+10.0.60.141:?10.0.31.169:-10.0.20.240:
}}
例えば、全てのアドレスを禁止にして192.168で始まるアドレス...
#pre{{
AuthHosts=-:+192.168:
}}
ページ名: