JP4667895B2 - Security system and security system connection method - Google Patents

Security system and security system connection method Download PDF

Info

Publication number
JP4667895B2
JP4667895B2 JP2005036018A JP2005036018A JP4667895B2 JP 4667895 B2 JP4667895 B2 JP 4667895B2 JP 2005036018 A JP2005036018 A JP 2005036018A JP 2005036018 A JP2005036018 A JP 2005036018A JP 4667895 B2 JP4667895 B2 JP 4667895B2
Authority
JP
Japan
Prior art keywords
address
security
global
center
gateway
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2005036018A
Other languages
Japanese (ja)
Other versions
JP2006221521A (en
Inventor
浩一 原崎
博之 高柳
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
ATSUMI ELECTRIC CO.LTD.
Original Assignee
ATSUMI ELECTRIC CO.LTD.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by ATSUMI ELECTRIC CO.LTD. filed Critical ATSUMI ELECTRIC CO.LTD.
Priority to JP2005036018A priority Critical patent/JP4667895B2/en
Publication of JP2006221521A publication Critical patent/JP2006221521A/en
Application granted granted Critical
Publication of JP4667895B2 publication Critical patent/JP4667895B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Alarm Systems (AREA)
  • Small-Scale Networks (AREA)
  • Telephonic Communication Services (AREA)

Description

本発明は、インターネット等の電気通信回線を用いて情報伝達を行う警備システム及び警備システムの接続方法に関する。   The present invention relates to a security system that transmits information using a telecommunication line such as the Internet and a connection method of the security system.

従来より、一般の家庭や店舗、工場等の警備対象施設側に、異常を検知するセンサを設け、異常の情報を送信機を介して警備センタのセンタ装置や各種端末装置に通報する警備システムが用いられている。そして、昨今のインターネット等の普及により、送信機とセンタ装置、端末装置とを接続する回線としてインターネット等の電気通信回線が用いられるに至っている(例えば、特許文献1、特許文献2参照)。   Conventionally, there is a security system in which a sensor for detecting an abnormality is provided on the side of a security target facility such as a general home, store, or factory, and the abnormality information is reported to a center device or various terminal devices of the security center via a transmitter. It is used. With the recent spread of the Internet and the like, an electric communication line such as the Internet has been used as a line connecting the transmitter, the center device, and the terminal device (see, for example, Patent Document 1 and Patent Document 2).

この従来の警備システムでは、インターネット等を用いて情報伝達を行う具体的手段として、ウェブサーバ及びウェブクライアントが用いられている。そして、ウェブクライアントからウェブサーバにアクセスする際には、ウェブサーバのグローバルIPアドレスを知っている必要がある。このグローバルIPアドレスを、固定IPアドレスとしてインターネット回線契約すれば、定まったIPアドレスでアクセスが可能だが、固定IPアドレスの取得運用やそのランニングコストは費用が高くなってしまう。このため、通常は動的グローバルIPアドレスのインターネット回線契約を行い、ISP(Internet Service Provider)へ接続の都度、任意に割り当てられるグローバルIPアドレスを取得して運用している。   In this conventional security system, a web server and a web client are used as specific means for transmitting information using the Internet or the like. When accessing a web server from a web client, it is necessary to know the global IP address of the web server. If this global IP address is contracted to the Internet as a fixed IP address, access can be made with a fixed IP address, but the operation for acquiring the fixed IP address and its running cost are expensive. For this reason, usually, a dynamic global IP address is contracted to the Internet, and a global IP address that is arbitrarily assigned is acquired and operated every time an ISP (Internet Service Provider) is connected.

また、既存サービスとして無料のDNS(Domain Name System)サーバの利用がある。DNSサービスで、ユーザ独自のドメイン名を取得し、ウェブクライアントがDNSサーバに対して、定期的にグローバルIPアドレスを通知する。DNSサーバは、ウェブクライアントのドメイン名に関連付けられたグローバルIPアドレスの値を通知されたものに更新する。ウェブクライアントは常に同じドメイン名でアクセスを行うが、DNSサーバによりドメイン名からグローバルIPアドレスの解決が為されて、接続が可能となる。
特開2002−334387号公報 特開2003−242575号公報
In addition, there is use of a free DNS (Domain Name System) server as an existing service. The DNS service acquires the user's own domain name, and the web client periodically notifies the global IP address to the DNS server. The DNS server updates the value of the global IP address associated with the domain name of the web client to the notified one. The web client always accesses with the same domain name, but the global IP address is resolved from the domain name by the DNS server, and connection is possible.
JP 2002-334387 A JP 2003-242575 A

しかしながら、動的グローバルIPアドレスを用いた場合、ウェブクライアントが、アクセスの都度その時点で割り当てられているグローバルIPアドレスを調べる必要があり、その調査は煩雑でウェブサーバへの接続に時間を要してしまう。   However, when a dynamic global IP address is used, it is necessary for the web client to check the global IP address assigned at that time for each access, which is complicated and requires time to connect to the web server. End up.

また、DNSサーバを用いた場合、DNSサーバは定期的にしかグローバルIPアドレスの変更を知り得ないことから、変更されたグローバルIPアドレスがDNSサーバに反映されるには時間を要し、変更されるまではウェブクライアントはウェブサーバに接続できないというタイムラグが生じてしまう。   In addition, when a DNS server is used, since the DNS server can only know the change of the global IP address periodically, it takes time for the changed global IP address to be reflected in the DNS server. Until then, there is a time lag that the web client cannot connect to the web server.

本発明は、このような事情に鑑みてなされたもので、グローバルIPアドレスが変更されたことを容易に又は早期に把握でき、警備用機器、端末装置、センタ装置、DNSサーバ等が相互に短時間で接続可能で、また相互に接続できない状態を回避できる警備システム及び警備システムの接続方法を提供することにある。   The present invention has been made in view of such circumstances, and can easily or quickly grasp that the global IP address has been changed, and security equipment, terminal devices, center devices, DNS servers, and the like are mutually short. It is an object of the present invention to provide a security system and a security system connection method capable of being connected in time and avoiding a state where they cannot be connected to each other.

請求項1記載の警備システムは、警備対象施設側に、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより、電気通信回線を介して情報の中継を行うゲートウェイ装置と、ウェブサーバを有する警備用機器とを備え、ゲートウェイ装置が、グローバルIPアドレスが変更されたことを警備用機器に伝えるアドレス変更通知手段を有し、警備用機器が、アドレス変更通知手段からの通知を受けて、変更されたグローバルIPアドレスを、警備用機器から警備に係る情報伝達を受ける端末装置に通知するアドレス通知手段を有し、端末装置が、警備用機器から受け取った警備用機器のグローバルIPアドレスを基に、警備用機器に接続することを特徴とする。   The security system according to claim 1 includes a gateway device that relays information via a telecommunication line by a global IP address assigned by an Internet service provider to a security target facility, and a security device having a web server And the gateway device has an address change notification means for notifying the security device that the global IP address has been changed, and the security device receives the notification from the address change notification means and receives the changed global IP address. There is an address notification means for notifying an address to a terminal device that receives information related to security from the security device, and the terminal device is based on the global IP address of the security device received from the security device. It is characterized by connecting to.

請求項2記載の警備システムは、ゲートウェイ装置が、警備用機器の問い合わせを受けて、グローバルIPが変更されたことを警備用機器に伝えることを特徴とする。   The security system according to claim 2 is characterized in that the gateway device receives an inquiry from the security device and notifies the security device that the global IP has been changed.

請求項3記載の警備システムは、警備対象施設側に、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより、電気通信回線を介して情報の中継を行うゲートウェイ装置と、ウェブサーバを有する警備用機器とを備え、警備用機器が、ゲートウェイ装置にグローバルIPアドレスの問い合わせを行うと共に、グローバルIPアドレスを警備に係る情報伝達を受ける端末装置に通知するアドレス通知手段を有し、ゲートウェイ装置が、警備用機器からの問い合わせを受けて、グローバルIPアドレスを警備用機器に伝えるアドレス通知手段を有し、警備用機器が、ゲートウェイ装置から受け取ったグローバルIPアドレスの変更を検知した場合に、新たにゲートウェイ装置から受け取ったグローバルIPアドレスを端末装置に通知し、端末装置が、警備用機器から受け取った警備用機器のグローバルIPアドレスを基に、警備用機器に接続することを特徴とする。   The security system according to claim 3 includes a gateway device that relays information via a telecommunication line by a global IP address assigned by an Internet service provider to a security target facility side, and a security device having a web server The security device makes an inquiry about the global IP address to the gateway device, and has an address notification means for notifying the terminal device that receives the security-related information transmission of the global IP address. In response to an inquiry from the gateway device, it has an address notification means for transmitting the global IP address to the security device. When the security device detects a change in the global IP address received from the gateway device, it receives a new notification from the gateway device. Global IP address It notifies the terminal device, the terminal device, based on the global IP address of the security equipment received from the surveillance device, characterized in that connected to the security equipment.

請求項4記載の警備システムは、警備対象施設側に、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより、電気通信回線を介して情報の中継を行うゲートウェイ装置と、ウェブサーバを有する警備用機器とを備え、ゲートウェイ装置が、グローバルIPアドレスが変更されたことを警備用機器に伝えるアドレス変更通知手段を有し、警備用機器が、アドレス変更通知手段からの通知を受けて、変更されたグローバルIPアドレスを、電気通信回線上のDNSサーバに通知するアドレス通知手段を有し、警備用機器から警備に係る情報伝達を受ける端末装置が、DNSサーバを介して、警備用機器に接続することを特徴とする。   The security system according to claim 4 includes: a gateway device that relays information via a telecommunication line by a global IP address assigned by an Internet service provider to a security target facility; a security device having a web server; And the gateway device has an address change notification means for notifying the security device that the global IP address has been changed, and the security device receives the notification from the address change notification means and receives the changed global IP address. A terminal device which has an address notification means for notifying an address to a DNS server on a telecommunication line and receives information related to security from the security device is connected to the security device via the DNS server. And

請求項5記載の警備システムは、ゲートウェイ装置が、警備用機器の問い合わせを受けて、グローバルIPが変更されたことを警備用機器に伝えることを特徴とする。   The security system according to claim 5 is characterized in that the gateway device receives an inquiry from the security device and notifies the security device that the global IP has been changed.

請求項6記載の警備システムは、警備対象施設側に、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより、電気通信回線を介して情報の中継を行うゲートウェイ装置と、ウェブサーバを有する警備用機器とを備え、警備用機器が、ゲートウェイ装置にグローバルIPアドレスの問い合わせを行うと共に、グローバルIPアドレスを電気通信回線上のDNSサーバに通知するアドレス通知手段を有し、ゲートウェイ装置が、警備用機器からの問い合わせを受けて、グローバルIPアドレスを警備用機器に伝えるアドレス通知手段を有し、警備用機器が、ゲートウェイ装置から受け取ったグローバルIPアドレスの変更を検知した場合に、新たにゲートウェイ装置から受け取ったグローバルIPアドレスをDNSサーバに通知し、警備用機器から警備に係る情報伝達を受ける端末装置が、DNSサーバを介して、警備用機器に接続することを特徴とする。   The security system according to claim 6 includes a gateway device that relays information via a telecommunication line by a global IP address assigned by an Internet service provider to a security target facility, and a security device having a web server The security device makes an inquiry about the global IP address to the gateway device and has an address notification means for notifying the DNS server on the telecommunication line of the global IP address. In response to the inquiry, it has an address notification means for transmitting the global IP address to the security device, and when the security device detects a change in the global IP address received from the gateway device, the global device newly received from the gateway device. IP address is DN Notify the server, the terminal device receiving a communication relating to security from security equipment, through a DNS server, characterized by connecting to the security equipment.

請求項7記載の警備システムは、警備用機器から警備に係る情報伝達を受けるセンタ装置側に、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより、電気通信回線を介して情報の中継を行うゲートウェイ装置と、センタ装置本体とを備え、ゲートウェイ装置が、グローバルIPアドレスが変更されたことをセンタ装置本体に伝えるアドレス変更通知手段を有し、センタ装置本体が、アドレス変更通知手段からの通知を受けて、変更された該グローバルIPアドレスを、警備用機器に通知するアドレス通知手段を有し、警備用機器が、センタ装置本体から受け取ったセンタ装置本体のグローバルIPアドレスを基に、センタ装置本体に接続することを特徴とする。   The security system according to claim 7 is a gateway device that relays information via a telecommunication line by a global IP address assigned by an Internet service provider to a center device side that receives information relating to security from a security device. And a center device main body, and the gateway device has an address change notification means for informing the center device main body that the global IP address has been changed, and the center device main body receives a notification from the address change notification means. And an address notification means for notifying the security device of the changed global IP address, and the security device is connected to the center device body based on the global IP address of the center device body received from the center device body. It is characterized by doing.

請求項8記載の警備システムは、ゲートウェイ装置が、センタ装置本体の問い合わせを受けて、グローバルIPが変更されたことをセンタ装置本体に伝えることを特徴とする。   The security system according to claim 8 is characterized in that the gateway device receives an inquiry from the center device main body and informs the center device main body that the global IP has been changed.

請求項9記載の警備システムは、警備用機器から警備に係る情報伝達を受けるセンタ装置側に、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより、電気通信回線を介して情報の中継を行うゲートウェイ装置と、センタ装置本体とを備え、センタ装置本体が、ゲートウェイ装置にグローバルIPアドレスの問い合わせを行うと共に、グローバルIPアドレスを警備用機器に通知するアドレス通知手段を有し、ゲートウェイ装置が、センタ装置本体からの問い合わせを受けて、グローバルIPアドレスをセンタ装置本体に伝えるアドレス通知手段を有し、センタ装置本体が、ゲートウェイ装置から受け取ったグローバルIPアドレスの変更を検知した場合に、新たにゲートウェイ装置から受け取ったグローバルIPアドレスを警備用機器に通知し、警備用機器が、センタ装置本体から受け取ったセンタ装置本体のグローバルIPアドレスを基に、センタ装置本体に接続することを特徴とする。   The security system according to claim 9 is a gateway device that relays information via a telecommunication line with a global IP address assigned by an Internet service provider to a center device that receives information related to security from a security device. And a center apparatus body, the center apparatus body inquires the gateway apparatus about the global IP address, and has an address notification means for notifying the security device of the global IP address. Address notification means for receiving a global IP address to the center device body in response to an inquiry from the center device, and when the center device body detects a change in the global IP address received from the gateway device, a new notification is received from the gateway device. Glover It notifies the IP address to a security equipment, surveillance equipment, based on the center unit global IP address of the body received from the center apparatus main body, characterized in that connected to the center apparatus.

請求項10記載の警備システムは、警備用機器から警備に係る情報伝達を受けるセンタ装置側に、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより、電気通信回線を介して情報の中継を行うゲートウェイ装置と、センタ装置本体とを備え、ゲートウェイ装置が、グローバルIPアドレスが変更されたことをセンタ装置本体に伝えるアドレス変更通知手段を有し、センタ装置本体が、アドレス変更通知手段からの通知を受けて、変更されたグローバルIPアドレスを、電気通信回線上のDNSサーバに通知するアドレス通知手段を有し、警備用機器が、DNSサーバを介して、センタ装置本体に接続することを特徴とする。   The security system according to claim 10 is a gateway device that relays information via a telecommunication line by a global IP address assigned by an Internet service provider to a center device side that receives information related to security from a security device. And a center device main body, and the gateway device has an address change notification means for informing the center device main body that the global IP address has been changed, and the center device main body receives a notification from the address change notification means. The address notification means for notifying the changed global IP address to the DNS server on the telecommunication line is provided, and the security device is connected to the center of the center apparatus via the DNS server.

請求項11記載の警備システムは、ゲートウェイ装置が、センタ装置本体の問い合わせを受けて、グローバルIPが変更されたことをセンタ装置本体に伝えることを特徴とする。   The security system according to claim 11 is characterized in that the gateway device receives an inquiry from the center device main body and informs the center device main body that the global IP has been changed.

請求項12記載の警備システムは、警備用機器から警備に係る情報伝達を受けるセンタ装置側に、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより、電気通信回線を介して情報の中継を行うゲートウェイ装置と、センタ装置本体とを備え、センタ装置本体が、ゲートウェイ装置にグローバルIPアドレスの問い合わせを行うと共に、グローバルIPアドレスを電気通信回線上のDNSサーバに通知するアドレス通知手段を有し、ゲートウェイ装置が、センタ装置本体からの問い合わせを受けて、グローバルIPアドレスをセンタ装置本体に伝えるアドレス通知手段を有し、センタ装置本体が、ゲートウェイ装置から受け取ったグローバルIPアドレスの変更を検知した場合に、新たにゲートウェイ装置から受け取ったグローバルIPアドレスをDNSサーバに通知し、警備用機器が、DNSサーバを介して、センタ装置本体に接続することを特徴とする。   13. The security system according to claim 12, wherein a gateway device that relays information via a telecommunication line by a global IP address assigned by an Internet service provider to a center device side that receives information relating to security from a security device. And a center device body, the center device body inquires the gateway device about the global IP address, and has an address notification means for notifying the DNS server on the telecommunication line of the global IP address. In response to an inquiry from the center apparatus main body, an address notification means for transmitting the global IP address to the center apparatus main body is provided. When the center apparatus main body detects a change in the global IP address received from the gateway apparatus, Gateway device A global IP address received and notifies the DNS server, surveillance equipment, through a DNS server, characterized in that connected to the center apparatus.

請求項13記載の警備システムは、警備用機器から警備に係る情報伝達を受けるセンタ装置側に、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより、電気通信回線を介して情報の中継を行うゲートウェイ装置と、センタ装置本体とを備え、ゲートウェイ装置が、グローバルIPアドレスが変更されたことをセンタ装置本体に伝えるアドレス変更通知手段を有し、センタ装置本体が、アドレス変更通知手段からの通知を受けて、変更された該グローバルIPアドレスを、センタ装置から警備に係る情報伝達を受ける端末装置に通知するアドレス通知手段を有し、端末装置が、センタ装置本体から受け取ったセンタ装置本体のグローバルIPアドレスを基に、センタ装置本体に接続することを特徴とする。   The security system according to claim 13 is a gateway device that relays information via a telecommunication line by a global IP address assigned by an Internet service provider to a center device side that receives information related to security from a security device. And a center device main body, and the gateway device has an address change notification means for informing the center device main body that the global IP address has been changed, and the center device main body receives a notification from the address change notification means. An address notification means for notifying the changed global IP address to a terminal device that receives information relating to security from the center device, and the terminal device receives the global IP address of the center device body received from the center device body. Based on this, it is connected to the center device main body.

請求項14記載の警備システムは、ゲートウェイ装置が、センタ装置本体の問い合わせを受けて、グローバルIPが変更されたことをセンタ装置本体に伝えることを特徴とする。   The security system according to claim 14 is characterized in that the gateway device receives an inquiry from the center device body and informs the center device body that the global IP has been changed.

請求項15記載の警備システムは、警備用機器から警備に係る情報伝達を受けるセンタ装置側に、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより、電気通信回線を介して情報の中継を行うゲートウェイ装置と、センタ装置本体とを備え、センタ装置本体が、ゲートウェイ装置にグローバルIPアドレスの問い合わせを行うと共に、グローバルIPアドレスを警備に係る情報伝達を受ける端末装置に通知するアドレス通知手段を有し、ゲートウェイ装置が、センタ装置本体からの問い合わせを受けて、グローバルIPアドレスをセンタ装置本体に伝えるアドレス通知手段を有し、センタ装置本体が、ゲートウェイ装置から受け取ったグローバルIPアドレスの変更を検知した場合に、新たにゲートウェイ装置から受け取ったグローバルIPアドレスを端末装置に通知し、端末装置が、センタ装置本体から受け取ったセンタ装置本体のグローバルIPアドレスを基に、センタ装置本体に接続することを特徴とする。   The security system according to claim 15 is a gateway device that relays information via a telecommunication line with a global IP address assigned by an Internet service provider to a center device that receives information related to security from a security device. And a center device main body, the center device main body has an address notification means for notifying the gateway device of the global IP address and notifying the terminal device receiving the information related to the security, the gateway When the device receives an inquiry from the center device body and has an address notification means for transmitting the global IP address to the center device body, and the center device body detects a change in the global IP address received from the gateway device, New gateway The laid et received global IP address notified to the terminal device, the terminal device, based on the center unit global IP address of the body received from the center apparatus main body, characterized in that connected to the center apparatus.

請求項16記載の警備システムは、警備用機器から警備に係る情報伝達を受けるセンタ装置側に、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより、電気通信回線を介して情報の中継を行うゲートウェイ装置と、センタ装置本体とを備え、ゲートウェイ装置が、グローバルIPアドレスが変更されたことをセンタ装置本体に伝えるアドレス変更通知手段を有し、センタ装置本体が、アドレス変更通知手段からの通知を受けて、変更されたグローバルIPアドレスを、電気通信回線上のDNSサーバに通知するアドレス通知手段を有し、センタ装置から警備に係る情報伝達を受ける端末装置が、DNSサーバを介して、センタ装置本体に接続することを特徴とする。   The security system according to claim 16 is a gateway device that relays information via a telecommunication line with a global IP address assigned by an Internet service provider to a center device that receives information related to security from a security device. And a center device main body, and the gateway device has an address change notification means for informing the center device main body that the global IP address has been changed, and the center device main body receives a notification from the address change notification means. The terminal device that has an address notification means for notifying the changed global IP address to the DNS server on the telecommunication line and receives information related to security from the center device is connected to the center device body via the DNS server. It is characterized by connecting.

請求項17記載の警備システムは、ゲートウェイ装置が、センタ装置本体の問い合わせを受けて、グローバルIPが変更されたことをセンタ装置本体に伝えることを特徴とする。   The security system according to claim 17 is characterized in that the gateway device receives an inquiry from the center device main body and informs the center device main body that the global IP has been changed.

請求項18記載の警備システムは、警備用機器から警備に係る情報伝達を受けるセンタ装置側に、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより、電気通信回線を介して情報の中継を行うゲートウェイ装置と、センタ装置本体とを備え、センタ装置本体が、ゲートウェイ装置にグローバルIPアドレスの問い合わせを行うと共に、グローバルIPアドレスを電気通信回線上のDNSサーバに通知するアドレス通知手段を有し、ゲートウェイ装置が、センタ装置本体からの問い合わせを受けて、グローバルIPアドレスをセンタ装置本体に伝えるアドレス通知手段を有し、センタ装置本体が、ゲートウェイ装置から受け取ったグローバルIPアドレスの変更を検知した場合に、新たにゲートウェイ装置から受け取ったグローバルIPアドレスをDNSサーバに通知し、センタ装置から警備に係る情報伝達を受ける端末装置が、DNSサーバを介して、センタ装置本体に接続することを特徴とする。   19. A security system according to claim 18, wherein a gateway device relays information via a telecommunication line by a global IP address assigned by an Internet service provider to a center device receiving security information from a security device. And a center device body, the center device body inquires the gateway device about the global IP address, and has an address notification means for notifying the DNS server on the telecommunication line of the global IP address. In response to an inquiry from the center apparatus main body, an address notification means for transmitting the global IP address to the center apparatus main body is provided. When the center apparatus main body detects a change in the global IP address received from the gateway apparatus, Gateway device The received global IP address notified to the DNS server, the terminal device receiving the information transmitted according from the center apparatus to a security is, via a DNS server, characterized in that it connected to the center apparatus.

請求項19記載の警備システムの接続方法は、警備対象施設側に設けられ、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより電気通信回線を介して情報の中継を行うゲートウェイ装置が、警備対象施設側に設けられたウェブサーバを有する警備用機器に対し、グローバルIPアドレスが変更されたことを通知し、警備用機器が、グローバルIPアドレスが変更された通知受けて、変更されたグローバルIPアドレスを、警備用機器から警備に係る情報伝達を受ける端末装置に通知した後、端末装置が、警備用機器から受け取った警備用機器のグローバルIPアドレスを基に、警備用機器に接続することを特徴とする。   The connection method of the security system according to claim 19 is provided on the security target facility side, and the gateway device that relays information through the telecommunication line by the global IP address assigned by the Internet service provider is provided on the security target facility side. The security device having the web server provided in the server is notified that the global IP address has been changed, and the security device receives the notification that the global IP address has been changed. The terminal device is connected to the security device based on the global IP address of the security device received from the security device after notifying the security device to the terminal device that receives information related to the security. .

請求項20記載の警備システムの接続方法は、ゲートウェイ装置が、警備用機器の問い合わせを受けて、グローバルIPが変更されたことを警備用機器に伝えることを特徴とする。   The connection method of the security system according to claim 20 is characterized in that the gateway device receives an inquiry from the security device and notifies the security device that the global IP has been changed.

請求項21記載の警備システムの接続方法は、警備対象施設側に設けられたウェブサーバを有する警備用機器が、警備対象施設側に設けられ、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより電気通信回線を介して情報の中継を行うゲートウェイ装置に対してグローバルIPアドレスの問い合わせを行い、ゲートウェイ装置が、警備用機器の問い合わせを受けて、グローバルIPアドレスを警備用機器に伝え、警備用機器が、ゲートウェイ装置から受け取ったグローバルIPアドレスの変更を検知した場合に、新たにゲートウェイ装置から受け取ったグローバルIPアドレスを警備用機器から警備に係る情報伝達を受ける端末装置に通知し、端末装置が、警備用機器から受け取った警備用機器のグローバルIPアドレスを基に、警備用機器に接続することを特徴とする。   The security system connection method according to claim 21, wherein a security device having a web server provided on the security target facility side is provided on the security target facility side and is telecommunications by a global IP address assigned by an Internet service provider. The gateway device that relays information via the line is inquired about the global IP address, the gateway device receives the inquiry about the security device, transmits the global IP address to the security device, and the security device When a change in the global IP address received from the gateway device is detected, the global IP address newly received from the gateway device is notified to the terminal device that receives information related to security from the security device, and the terminal device is used for security. Global security equipment received from equipment Based on IP address, characterized in that connected to the security equipment.

請求項22記載の警備システムの接続方法は、警備対象施設側に設けられ、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより電気通信回線を介して情報の中継を行うゲートウェイ装置が、警備対象施設側に設けられたウェブサーバを有する警備用機器に対し、グローバルIPアドレスが変更されたことを通知し、警備用機器が、グローバルIPアドレスが変更された通知受けて、変更されたグローバルIPアドレスを、電気通信回線上のDNSサーバに通知した後、警備用機器から警備に係る情報伝達を受ける端末装置が、DNSサーバを介して、警備用機器に接続することを特徴とする。   The connection method of the security system according to claim 22 is provided on the security target facility side, and the gateway device that relays information via the telecommunication line by the global IP address assigned by the Internet service provider is provided on the security target facility side. The security device having the web server provided in the server is notified that the global IP address has been changed, and the security device receives the notification that the global IP address has been changed. After notifying the DNS server on the telecommunication line, a terminal device that receives information related to security from the security device is connected to the security device via the DNS server.

請求項23記載の警備システムの接続方法は、ゲートウェイ装置が、警備用機器の問い合わせを受けて、グローバルIPが変更されたことを警備用機器に伝えることを特徴とする。   According to a 23rd aspect of the present invention, there is provided a security system connection method, wherein the gateway device receives an inquiry from the security device and notifies the security device that the global IP has been changed.

請求項24記載の警備システムの接続方法は、警備対象施設側に設けられたウェブサーバを有する警備用機器が、警備対象施設側に設けられ、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより電気通信回線を介して情報の中継を行うゲートウェイ装置に対してグローバルIPアドレスの問い合わせを行い、ゲートウェイ装置が、警備用機器の問い合わせを受けて、グローバルIPアドレスを警備用機器に伝え、警備用機器が、ゲートウェイ装置から受け取ったグローバルIPアドレスの変更を検知した場合に、新たにゲートウェイ装置から受け取ったグローバルIPアドレスを電気通信回線上のDNSサーバに通知し、警備用機器から警備に係る情報伝達を受ける端末装置が、DNSサーバを介して、警備用機器に接続することを特徴とする。   25. The security system connection method according to claim 24, wherein a security device having a web server provided on the security target facility side is provided on the security target facility side and is telecommunications by a global IP address assigned by an Internet service provider. The gateway device that relays information via the line is inquired about the global IP address, the gateway device receives the inquiry about the security device, transmits the global IP address to the security device, and the security device When a change in the global IP address received from the gateway device is detected, a terminal that notifies the DNS server on the telecommunication line of the global IP address newly received from the gateway device and receives information relating to security from the security device The device can be monitored via the DNS server. Characterized in that it connects to use equipment.

請求項25記載の警備システムの接続方法は、警備用機器から警備に係る情報伝達を受けるセンタ装置側に設けられ、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより電気通信回線を介して情報の中継を行うゲートウェイ装置が、グローバルIPアドレスが変更されたことをセンタ装置本体に通知し、センタ装置本体が、グローバルIPアドレスが変更された通知受けて、変更されたグローバルIPアドレスを、警備用機器に通知した後、警備用機器が、センタ装置本体から受け取ったセンタ装置本体のグローバルIPアドレスを基に、センタ装置本体に接続することを特徴とする。   The security system connection method according to claim 25 is provided on a center device side that receives information related to security from a security device, and relays information via a telecommunication line by a global IP address assigned by an Internet service provider. The gateway device that performs the notification notifies the center device main body that the global IP address has been changed, and the center device main body receives the notification that the global IP address has been changed, and sends the changed global IP address to the security device. After the notification, the security device is connected to the center apparatus body based on the global IP address of the center apparatus body received from the center apparatus body.

請求項26記載の警備システムの接続方法は、ゲートウェイ装置が、センタ装置本体の問い合わせを受けて、グローバルIPが変更されたことをセンタ装置本体に伝えることを特徴とする。   The connection method of the security system according to claim 26 is characterized in that the gateway apparatus receives an inquiry from the center apparatus body and notifies the center apparatus body that the global IP has been changed.

請求項27記載の警備システムの接続方法は、警備用機器から警備に係る情報伝達を受けるセンタ装置側のセンタ装置本体が、警備対象施設側に設けられ、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより電気通信回線を介して情報の中継を行うゲートウェイ装置に対して該グローバルIPアドレスの問い合わせを行い、ゲートウェイ装置が、センタ装置本体の問い合わせを受けて、グローバルIPアドレスをセンタ装置本体に伝え、センタ装置本体が、ゲートウェイ装置から受け取ったグローバルIPアドレスの変更を検知した場合に、新たにゲートウェイ装置から受け取ったグローバルIPアドレスを警備用機器に通知し、警備用機器が、センタ装置本体から受け取ったセンタ装置本体のグローバルIPアドレスを基に、センタ装置本体に接続することを特徴とする。   28. A security system connection method according to claim 27, wherein a center device body on the center device side that receives information relating to security from a security device is provided on the security target facility side, and is assigned a global IP address from an Internet service provider. Makes an inquiry about the global IP address to the gateway device that relays information via the telecommunication line, and the gateway device receives the inquiry of the center device main body and transmits the global IP address to the center device main body. When the device main body detects a change in the global IP address received from the gateway device, the security device notifies the security device of the global IP address newly received from the gateway device, and the security device receives the center received from the center device main body. Global device body Based on P address, characterized in that connected to the center apparatus.

請求項28記載の警備システムの接続方法は、警備用機器から警備に係る情報伝達を受けるセンタ装置側に設けられ、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより電気通信回線を介して情報の中継を行うゲートウェイ装置が、グローバルIPアドレスが変更されたことをセンタ装置本体に通知し、センタ装置本体が、グローバルIPアドレスが変更された通知受けて、変更されたグローバルIPアドレスを、電気通信回線上のDNSサーバに通知した後、警備用機器が、DNSサーバを介して、センタ装置本体に接続することを特徴とする。   A security system connection method according to claim 28 is provided on a center device side that receives information relating to security from a security device, and relays information via a telecommunication line by a global IP address assigned by an Internet service provider. The gateway device that performs the notification notifies the center device main body that the global IP address has been changed. The center device main body receives the notification that the global IP address has been changed, and sends the changed global IP address to the telecommunications line. After the notification to the DNS server, the security device is connected to the center apparatus main body via the DNS server.

請求項29記載の警備システムの接続方法は、ゲートウェイ装置が、センタ装置本体の問い合わせを受けて、グローバルIPが変更されたことをセンタ装置本体に伝えることを特徴とする。   The connection method of the security system according to claim 29 is characterized in that the gateway device receives an inquiry from the center device main body and informs the center device main body that the global IP has been changed.

請求項30記載の警備システムの接続方法は、警備用機器から警備に係る情報伝達を受けるセンタ装置側のセンタ装置本体が、警備対象施設側に設けられ、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより電気通信回線を介して情報の中継を行うゲートウェイ装置に対してグローバルIPアドレスの問い合わせを行い、ゲートウェイ装置が、センタ装置本体の問い合わせを受けて、グローバルIPアドレスをセンタ装置本体に伝え、センタ装置本体が、ゲートウェイ装置から受け取ったグローバルIPアドレスの変更を検知した場合に、新たにゲートウェイ装置から受け取ったグローバルIPアドレスを電気通信回線上のDNSサーバに通知し、警備用機器が、DNSサーバを介して、センタ装置本体に接続することを特徴とする。   The security system connection method according to claim 30, wherein a center device body on the center device side that receives information related to security from a security device is provided on the security target facility side, and is assigned a global IP address from an Internet service provider Makes an inquiry about the global IP address to the gateway device that relays information via the telecommunication line, and the gateway device receives the inquiry of the center device main body and transmits the global IP address to the center device main body. When the main body detects a change in the global IP address received from the gateway device, it notifies the DNS server on the telecommunication line of the global IP address newly received from the gateway device, and the security device passes through the DNS server. To the center unit Characterized in that it continue.

請求項31記載の警備システムの接続方法は、警備用機器から警備に係る情報伝達を受けるセンタ装置側に設けられ、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより電気通信回線を介して情報の中継を行うゲートウェイ装置が、グローバルIPアドレスが変更されたことを該センタ装置本体に通知し、センタ装置本体が、グローバルIPアドレスが変更された通知受けて、変更されたグローバルIPアドレスを、センタ装置から警備に係る情報伝達を受ける端末装置に通知した後、端末装置が、センタ装置本体から受け取ったセンタ装置本体のグローバルIPアドレスを基に、センタ装置本体に接続することを特徴とする。   A security system connection method according to claim 31 is provided on a center device side that receives information on security from a security device, and relays information via a telecommunication line using a global IP address assigned by an Internet service provider. The gateway device that performs the notification notifies the center device body that the global IP address has been changed. The center device body receives the notification that the global IP address has been changed, and receives the changed global IP address from the center device. The terminal device is connected to the center device main body based on the global IP address of the center device main body received from the center device main body after notifying the terminal device receiving the information transmission related to security.

請求項32記載の警備システムの接続方法は、ゲートウェイ装置が、センタ装置本体の問い合わせを受けて、グローバルIPが変更されたことをセンタ装置本体に伝えることを特徴とする。   In the security system connection method according to the thirty-second aspect, the gateway device receives an inquiry from the center device body and notifies the center device body that the global IP has been changed.

請求項33記載の警備システムの接続方法は、警備用機器から警備に係る情報伝達を受けるセンタ装置側のセンタ装置本体が、警備対象施設側に設けられ、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより電気通信回線を介して情報の中継を行うゲートウェイ装置に対して該グローバルIPアドレスの問い合わせを行い、ゲートウェイ装置が、センタ装置本体の問い合わせを受けて、グローバルIPアドレスをセンタ装置本体に伝え、センタ装置本体が、ゲートウェイ装置から受け取ったグローバルIPアドレスの変更を検知した場合に、新たにゲートウェイ装置から受け取ったグローバルIPアドレスをセンタ装置から警備に係る情報伝達を受ける端末装置に通知し、端末装置が、センタ装置本体から受け取ったセンタ装置本体のグローバルIPアドレスを基に、センタ装置本体に接続することを特徴とする。   A security system connection method according to claim 33, wherein a center device body on the center device side that receives information relating to security from a security device is provided on the security target facility side, and is assigned a global IP address from an Internet service provider Makes an inquiry about the global IP address to the gateway device that relays information via the telecommunication line, and the gateway device receives the inquiry of the center device main body and transmits the global IP address to the center device main body. When the device main body detects a change in the global IP address received from the gateway device, the terminal device notifies the terminal device that receives information related to security from the center device to the global IP address newly received from the gateway device. From the center unit Based on only the center unit global IP address of the body taken, characterized in that connected to the center apparatus.

請求項34記載の警備システムの接続方法は、警備用機器から警備に係る情報伝達を受けるセンタ装置側に設けられ、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより電気通信回線を介して情報の中継を行うゲートウェイ装置が、グローバルIPアドレスが変更されたことをセンタ装置本体に通知し、センタ装置本体が、グローバルIPアドレスが変更された通知受けて、変更されたグローバルIPアドレスを、電気通信回線上のDNSサーバに通知した後、センタ装置から警備に係る情報伝達を受ける端末装置が、DNSサーバを介して、センタ装置本体に接続することを特徴とする。   A security system connection method according to a thirty-fourth aspect is provided on a center device side that receives information relating to security from a security device, and relays information via a telecommunication line using a global IP address assigned by an Internet service provider. The gateway device that performs the notification notifies the center device main body that the global IP address has been changed. The center device main body receives the notification that the global IP address has been changed, and sends the changed global IP address to the telecommunications line. After the notification to the DNS server, the terminal device that receives information related to security from the center device is connected to the center device body through the DNS server.

請求項35記載の警備システムの接続方法は、ゲートウェイ装置が、センタ装置本体の問い合わせを受けて、グローバルIPが変更されたことをセンタ装置本体に伝えることを特徴とする。   A security system connection method according to a thirty-fifth aspect is characterized in that the gateway device receives an inquiry from the center device main body and informs the center device main body that the global IP has been changed.

請求項36記載の警備システムの接続方法は、警備用機器から警備に係る情報伝達を受けるセンタ装置側のセンタ装置本体が、警備対象施設側に設けられ、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより電気通信回線を介して情報の中継を行うゲートウェイ装置に対してグローバルIPアドレスの問い合わせを行い、ゲートウェイ装置が、センタ装置本体の問い合わせを受けて、グローバルIPアドレスをセンタ装置本体に伝え、センタ装置本体が、ゲートウェイ装置から受け取ったグローバルIPアドレスの変更を検知した場合に、新たにゲートウェイ装置から受け取ったグローバルIPアドレスを電気通信回線上のDNSサーバに通知し、センタ装置から警備に係る情報伝達を受ける端末装置が、DNSサーバを介して、センタ装置本体に接続することを特徴とする。   37. A security system connection method according to claim 36, wherein a center device body on the center device side that receives information relating to security from a security device is provided on the security target facility side, and a global IP address assigned by an Internet service provider Makes an inquiry about the global IP address to the gateway device that relays information via the telecommunication line, and the gateway device receives the inquiry of the center device main body and transmits the global IP address to the center device main body. When the main body detects a change in the global IP address received from the gateway device, it notifies the DNS server on the telecommunication line of the global IP address newly received from the gateway device, and transmits information related to security from the center device. The receiving terminal device Via the NS server, characterized in that connected to the center apparatus.

請求項1及び請求項2の発明によれば、警備対象施設側のゲートウェイ装置が、警備用機器に対し、グローバルIPアドレスが変更されたことを通知し、警備用機器が、グローバルIPアドレスが変更された通知受けて、変更されたグローバルIPアドレスを、警備用機器から端末装置に通知することから、端末装置はグローバルIPアドレスが変更されたことを容易に把握でき、短時間で警備用機器に接続可能である。   According to the first and second aspects of the invention, the gateway device on the security target facility side notifies the security equipment that the global IP address has been changed, and the security equipment changes the global IP address. In response, the terminal device notifies the terminal device of the changed global IP address from the security device, so that the terminal device can easily grasp that the global IP address has been changed, and can quickly become a security device. Connectable.

請求項3の発明によれば、警備用機器が、ゲートウェイ装置から受け取ったグローバルIPアドレスの変更を検知した場合に、新たにゲートウェイ装置から受け取ったグローバルIPアドレスを端末装置に通知することから、端末装置はグローバルIPアドレスが変更されたことを容易に把握でき、短時間で警備用機器に接続可能である。   According to the invention of claim 3, when the security device detects a change in the global IP address received from the gateway device, it notifies the terminal device of the global IP address newly received from the gateway device. The device can easily grasp that the global IP address has been changed, and can connect to the security device in a short time.

請求項4及び請求項5の発明によれば、警備対象施設側のゲートウェイ装置が、警備用機器に対し、グローバルIPアドレスが変更されたことを通知し、警備用機器が、グローバルIPアドレスが変更された通知受けて、変更されたグローバルIPアドレスを、DNSサーバに通知することから、DNSサーバはグローバルIPアドレスが変更されたことを早期に把握でき、変更までのタイムラグを減らし、端末装置が警備用機器に接続できない状態を回避できる。   According to the inventions of claim 4 and claim 5, the gateway device on the security target facility side notifies the security equipment that the global IP address has been changed, and the security equipment changes the global IP address. In response to the notification, the DNS server is notified of the changed global IP address, so that the DNS server can quickly recognize that the global IP address has been changed, reduce the time lag until the change, and guard the terminal device. Can avoid being unable to connect to the equipment.

請求項6の発明によれば、警備用機器が、ゲートウェイ装置から受け取ったグローバルIPアドレスの変更を検知した場合に、新たにゲートウェイ装置から受け取ったグローバルIPアドレスをDNSサーバに通知することから、DNSサーバはグローバルIPアドレスが変更されたことを早期に把握でき、変更までのタイムラグを減らし、端末装置が警備用機器に接続できない状態を回避できる。   According to the invention of claim 6, when the security device detects a change in the global IP address received from the gateway device, it notifies the DNS server of the global IP address newly received from the gateway device. The server can quickly grasp that the global IP address has been changed, reduce the time lag until the change, and avoid a state in which the terminal device cannot be connected to the security device.

請求項7及び請求項8の発明によれば、センタ装置側のゲートウェイ装置が、センタ装置本体に対し、グローバルIPアドレスが変更されたことを通知し、センタ装置本体が、グローバルIPアドレスが変更された通知受けて、変更されたグローバルIPアドレスを、センタ装置本体から警備用機器に通知することから、警備用機器はグローバルIPアドレスが変更されたことを容易に把握でき、短時間でセンタ装置本体に接続可能である。   According to the seventh and eighth aspects of the present invention, the gateway device on the center device side notifies the center device body that the global IP address has been changed, and the center device body has changed the global IP address. When the notification is received and the changed global IP address is notified from the center device body to the security device, the security device can easily grasp that the global IP address has been changed, and the center device body in a short time. Can be connected to.

請求項9の発明によれば、センタ装置本体が、ゲートウェイ装置から受け取ったグローバルIPアドレスの変更を検知した場合に、新たにゲートウェイ装置から受け取ったグローバルIPアドレスを警備用機器に通知することから、警備用機器はグローバルIPアドレスが変更されたことを容易に把握でき、短時間でセンタ装置本体に接続可能である。   According to the invention of claim 9, when the center device main body detects a change in the global IP address received from the gateway device, it notifies the security device of the global IP address newly received from the gateway device. The security device can easily grasp that the global IP address has been changed, and can be connected to the center apparatus body in a short time.

請求項10及び請求項11の発明によれば、センタ装置側のゲートウェイ装置が、センタ装置本体に対し、グローバルIPアドレスが変更されたことを通知し、センタ装置本体が、グローバルIPアドレスが変更された通知受けて、変更されたグローバルIPアドレスを、DNSサーバに通知することから、DNSサーバはグローバルIPアドレスが変更されたことを早期に把握でき、変更までのタイムラグを減らし、警備用機器がセンタ装置本体に接続できない状態を回避できる。   According to the tenth and eleventh aspects of the invention, the gateway device on the center device side notifies the center device body that the global IP address has been changed, and the center device body has changed the global IP address. When the notification is received and the changed global IP address is notified to the DNS server, the DNS server can quickly recognize that the global IP address has been changed, reduce the time lag until the change, and the security equipment It is possible to avoid a state in which the apparatus main body cannot be connected.

請求項12の発明によれば、センタ装置本体が、ゲートウェイ装置から受け取ったグローバルIPアドレスの変更を検知した場合に、新たにゲートウェイ装置から受け取ったグローバルIPアドレスをDNSサーバに通知することから、DNSサーバはグローバルIPアドレスが変更されたことを早期に把握でき、変更までのタイムラグを減らし、警備用機器がセンタ装置本体に接続できない状態を回避できる。   According to the invention of claim 12, when the center apparatus main body detects a change in the global IP address received from the gateway apparatus, it notifies the DNS server of the global IP address newly received from the gateway apparatus. The server can quickly grasp that the global IP address has been changed, reduce the time lag until the change, and avoid a state in which the security device cannot be connected to the center apparatus body.

請求項13及び請求項14の発明によれば、センタ装置側のゲートウェイ装置が、センタ装置本体に対し、グローバルIPアドレスが変更されたことを通知し、センタ装置本体が、グローバルIPアドレスが変更された通知受けて、変更されたグローバルIPアドレスを、センタ装置本体から端末装置に通知することから、端末装置はグローバルIPアドレスが変更されたことを容易に把握でき、短時間でセンタ装置本体に接続可能である。   According to the invention of claim 13 and claim 14, the gateway device on the center device side notifies the center device body that the global IP address has been changed, and the center device body changes the global IP address. When the notification is received and the changed global IP address is notified from the center device body to the terminal device, the terminal device can easily grasp that the global IP address has been changed, and can connect to the center device body in a short time. Is possible.

請求項15の発明によれば、センタ装置本体が、ゲートウェイ装置から受け取ったグローバルIPアドレスの変更を検知した場合に、新たにゲートウェイ装置から受け取ったグローバルIPアドレスを端末装置に通知することから、端末装置はグローバルIPアドレスが変更されたことを容易に把握でき、短時間でセンタ装置本体に接続可能である。   According to the fifteenth aspect of the present invention, when the center device body detects a change in the global IP address received from the gateway device, the center device notifies the terminal device of the global IP address newly received from the gateway device. The apparatus can easily grasp that the global IP address has been changed, and can be connected to the center apparatus body in a short time.

請求項16及び請求項17の発明によれば、センタ装置側のゲートウェイ装置が、センタ装置本体に対し、グローバルIPアドレスが変更されたことを通知し、センタ装置本体が、グローバルIPアドレスが変更された通知受けて、変更されたグローバルIPアドレスを、DNSサーバに通知することから、DNSサーバはグローバルIPアドレスが変更されたことを早期に把握でき、変更までのタイムラグを減らし、端末装置がセンタ装置本体に接続できない状態を回避できる。   According to the invention of claim 16 and claim 17, the gateway device on the center device side notifies the center device body that the global IP address has been changed, and the center device body has changed the global IP address. When the notification is received and the changed global IP address is notified to the DNS server, the DNS server can quickly grasp that the global IP address has been changed, reduce the time lag until the change, and the terminal device becomes the center device. It is possible to avoid a state where it cannot be connected to the main body.

請求項18の発明によれば、センタ装置本体が、ゲートウェイ装置から受け取ったグローバルIPアドレスの変更を検知した場合に、新たにゲートウェイ装置から受け取ったグローバルIPアドレスをDNSサーバに通知することから、DNSサーバはグローバルIPアドレスが変更されたことを早期に把握でき、変更までのタイムラグを減らし、端末装置がセンタ装置本体に接続できない状態を回避できる。   According to the invention of claim 18, when the center apparatus main body detects a change of the global IP address received from the gateway apparatus, the center apparatus notifies the DNS server of the global IP address newly received from the gateway apparatus. The server can quickly grasp that the global IP address has been changed, reduce the time lag until the change, and avoid a state in which the terminal device cannot be connected to the center device body.

請求項19及び請求項20の発明によれば、警備対象施設側のゲートウェイ装置が、警備用機器に対し、グローバルIPアドレスが変更されたことを通知し、警備用機器が、グローバルIPアドレスが変更された通知受けて、変更されたグローバルIPアドレスを、警備用機器から端末装置に通知することから、端末装置はグローバルIPアドレスが変更されたことを容易に把握でき、短時間で警備用機器に接続可能である。   According to the inventions of claims 19 and 20, the gateway device on the security target facility side notifies the security equipment that the global IP address has been changed, and the security equipment changes the global IP address. In response, the terminal device notifies the terminal device of the changed global IP address from the security device, so that the terminal device can easily grasp that the global IP address has been changed, and can quickly become a security device. Connectable.

請求項21の発明によれば、警備用機器が、ゲートウェイ装置から受け取ったグローバルIPアドレスの変更を検知した場合に、新たにゲートウェイ装置から受け取ったグローバルIPアドレスを警備用機器から警備に係る情報伝達を受ける端末装置に通知することから、端末装置はグローバルIPアドレスが変更されたことを容易に把握でき、短時間で警備用機器に接続可能である。   According to the invention of claim 21, when the security device detects a change in the global IP address received from the gateway device, the global IP address newly received from the gateway device is transmitted to the security device from the security device. Therefore, the terminal device can easily grasp that the global IP address has been changed, and can connect to the security device in a short time.

請求項22及び請求項23の発明によれば、警備対象施設側のゲートウェイ装置が、警備用機器に対し、グローバルIPアドレスが変更されたことを通知し、警備用機器が、グローバルIPアドレスが変更された通知受けて、変更されたグローバルIPアドレスを、DNSサーバに通知することから、DNSサーバはグローバルIPアドレスが変更されたことを早期に把握でき、変更までのタイムラグを減らし、端末装置が警備用機器に接続できない状態を回避できる。   According to the inventions of claims 22 and 23, the gateway device on the security target facility side notifies the security equipment that the global IP address has been changed, and the security equipment changes the global IP address. In response to the notification, the DNS server is notified of the changed global IP address, so that the DNS server can quickly recognize that the global IP address has been changed, reduce the time lag until the change, and guard the terminal device. Can avoid being unable to connect to the equipment.

請求項24の発明によれば、警備用機器が、ゲートウェイ装置から受け取ったグローバルIPアドレスの変更を検知した場合に、新たにゲートウェイ装置から受け取ったグローバルIPアドレスを電気通信回線上のDNSサーバに通知することから、DNSサーバはグローバルIPアドレスが変更されたことを早期に把握でき、変更までのタイムラグを減らし、端末装置が警備用機器に接続できない状態を回避できる。   According to the invention of claim 24, when the security device detects a change in the global IP address received from the gateway device, the security device notifies the DNS server on the telecommunication line of the global IP address newly received from the gateway device. Therefore, the DNS server can quickly grasp that the global IP address has been changed, reduce the time lag until the change, and avoid a state in which the terminal device cannot be connected to the security device.

請求項25及び請求項26の発明によれば、センタ装置側のゲートウェイ装置が、センタ装置本体に対し、グローバルIPアドレスが変更されたことを通知し、センタ装置本体が、グローバルIPアドレスが変更された通知受けて、変更されたグローバルIPアドレスを、センタ装置本体から警備用機器に通知することから、警備用機器はグローバルIPアドレスが変更されたことを容易に把握でき、短時間で警備用機器に接続可能である。   According to the invention of claim 25 and claim 26, the gateway device on the center device side notifies the center device body that the global IP address has been changed, and the center device body has changed the global IP address. When the notification is received and the changed global IP address is notified from the center unit to the security equipment, the security equipment can easily grasp that the global IP address has been changed, and the security equipment can be obtained in a short time. Can be connected to.

請求項27の発明によれば、センタ装置本体が、ゲートウェイ装置から受け取ったグローバルIPアドレスの変更を検知した場合に、新たにゲートウェイ装置から受け取ったグローバルIPアドレスを警備用機器に通知することから、警備用機器はグローバルIPアドレスが変更されたことを容易に把握でき、短時間で警備用機器に接続可能である。   According to the invention of claim 27, when the center apparatus main body detects a change in the global IP address received from the gateway apparatus, the center apparatus body notifies the security device of the global IP address newly received from the gateway apparatus. The security device can easily grasp that the global IP address has been changed, and can be connected to the security device in a short time.

請求項28及び請求項29の発明によれば、センタ装置側のゲートウェイ装置が、センタ装置本体に対し、グローバルIPアドレスが変更されたことを通知し、センタ装置本体が、グローバルIPアドレスが変更された通知受けて、変更されたグローバルIPアドレスを、DNSサーバに通知することから、DNSサーバはグローバルIPアドレスが変更されたことを早期に把握でき、変更までのタイムラグを減らし、警備用機器がセンタ装置本体に接続できない状態を回避できる。   According to the invention of claim 28 and claim 29, the gateway apparatus on the center apparatus side notifies the center apparatus body that the global IP address has been changed, and the center apparatus body has the global IP address changed. When the notification is received and the changed global IP address is notified to the DNS server, the DNS server can quickly recognize that the global IP address has been changed, reduce the time lag until the change, and the security equipment It is possible to avoid a state in which the apparatus main body cannot be connected.

請求項30の発明によれば、センタ装置本体が、ゲートウェイ装置から受け取ったグローバルIPアドレスの変更を検知した場合に、新たにゲートウェイ装置から受け取ったグローバルIPアドレスを電気通信回線上のDNSサーバに通知することから、DNSサーバはグローバルIPアドレスが変更されたことを早期に把握でき、変更までのタイムラグを減らし、警備用機器がセンタ装置本体に接続できない状態を回避できる。   According to the invention of claim 30, when the center apparatus main body detects a change in the global IP address received from the gateway apparatus, the center apparatus main body notifies the DNS server on the telecommunication line of the global IP address newly received from the gateway apparatus. Therefore, the DNS server can grasp early that the global IP address has been changed, reduce the time lag until the change, and avoid a state in which the security device cannot be connected to the center apparatus body.

請求項31及び請求項32の発明によれば、センタ装置側のゲートウェイ装置が、センタ装置本体に対し、グローバルIPアドレスが変更されたことを通知し、センタ装置本体が、グローバルIPアドレスが変更された通知受けて、変更されたグローバルIPアドレスを、センタ装置本体から端末装置に通知することから、端末装置はグローバルIPアドレスが変更されたことを容易に把握でき、短時間でセンタ装置本体に接続可能である。   According to the invention of claim 31 and claim 32, the gateway device on the center device side notifies the center device body that the global IP address has been changed, and the center device body has changed the global IP address. When the notification is received and the changed global IP address is notified from the center device body to the terminal device, the terminal device can easily grasp that the global IP address has been changed, and can connect to the center device body in a short time. Is possible.

請求項33の発明によれば、センタ装置本体が、ゲートウェイ装置から受け取ったグローバルIPアドレスの変更を検知した場合に、新たにゲートウェイ装置から受け取ったグローバルIPアドレスをセンタ装置から警備に係る情報伝達を受ける端末装置に通知することから、端末装置はグローバルIPアドレスが変更されたことを容易に把握でき、短時間でセンタ装置本体に接続可能である。   According to the invention of claim 33, when the center apparatus main body detects a change in the global IP address received from the gateway apparatus, the center apparatus transmits the information related to security from the center apparatus to the global IP address newly received from the gateway apparatus. Since the terminal device is notified, the terminal device can easily grasp that the global IP address has been changed, and can connect to the center device body in a short time.

請求項34及び請求項35の発明によれば、センタ装置側のゲートウェイ装置が、センタ装置本体に対し、グローバルIPアドレスが変更されたことを通知し、センタ装置本体が、グローバルIPアドレスが変更された通知受けて、変更されたグローバルIPアドレスを、DNSサーバに通知することから、DNSサーバはグローバルIPアドレスが変更されたことを早期に把握でき、変更までのタイムラグを減らし、端末装置がセンタ装置本体に接続できない状態を回避できる。   According to the invention of claim 34 and claim 35, the gateway device on the center device side notifies the center device body that the global IP address has been changed, and the center device body has changed the global IP address. When the notification is received and the changed global IP address is notified to the DNS server, the DNS server can quickly grasp that the global IP address has been changed, reduce the time lag until the change, and the terminal device becomes the center device. It is possible to avoid a state where it cannot be connected to the main body.

請求項36の発明によれば、センタ装置本体が、ゲートウェイ装置から受け取ったグローバルIPアドレスの変更を検知した場合に、新たにゲートウェイ装置から受け取ったグローバルIPアドレスを電気通信回線上のDNSサーバに通知することから、DNSサーバはグローバルIPアドレスが変更されたことを早期に把握でき、変更までのタイムラグを減らし、端末装置がセンタ装置本体に接続できない状態を回避できる。   According to the invention of claim 36, when the center apparatus main body detects a change of the global IP address received from the gateway apparatus, it notifies the DNS server on the telecommunication line of the global IP address newly received from the gateway apparatus. Therefore, the DNS server can quickly grasp that the global IP address has been changed, reduce the time lag until the change, and avoid a state in which the terminal device cannot be connected to the center device body.

以下、本発明の形態について図面を参照しながら具体的に説明する。本発明の形態における警備システムは、不審者等が侵入することが好ましくない一般の家庭や店舗、工場等の警備対象施設の異常の情報を検知し通報するものであって、インターネット等の電気通信回線を用いて警備に係る情報伝達を行うものである。   Hereinafter, embodiments of the present invention will be specifically described with reference to the drawings. The security system in the form of the present invention detects and reports information on abnormalities in security target facilities such as general homes, stores, factories, etc., in which suspicious persons or the like are not preferable to enter, and is used for telecommunications such as the Internet. Information related to security is transmitted using a line.

図1は、本発明に係る警備システムの第1の実施例の構成を示す構成図である。図2は、同警備システムの動作を示すタイミングチャートである。図において、本実施例の警備システム1は、警備すべき警備対象施設10に設けられた各種のセンサ23と、センサ23で検知した異常等をIP通信網6を用いて外部に情報伝達可能な警備用機器である送信機25と、ゲートウェイ装置であるIGD(Internet Gateway Device)20と、異常等の情報を表示等する端末装置11とからなる。また、IP通信網6にはISP(Internet Service Provider)5が接続されている。   FIG. 1 is a configuration diagram showing the configuration of the first embodiment of the security system according to the present invention. FIG. 2 is a timing chart showing the operation of the security system. In the figure, the security system 1 according to the present embodiment can transmit information about various sensors 23 provided in a security target facility 10 to be guarded and an abnormality detected by the sensor 23 to the outside using the IP communication network 6. It comprises a transmitter 25 that is a security device, an IGD (Internet Gateway Device) 20 that is a gateway device, and a terminal device 11 that displays information such as abnormality. An ISP (Internet Service Provider) 5 is connected to the IP communication network 6.

送信機25は、センサ23のインタフェースである制御部26と、異常等の情報を外部に情報伝達可能なウェブサーバ28と、グローバルIPアドレスを通知するアドレス通知部27とから構成されている。また、IP通信網6は、電気通信回線であり、インターネットに常時又は断続的に接続可能な回線であり、WAN(Wide Area Network)、ADSL(Asymmetric Digital Subscriber Line)回線、専用線等の他、LAN(Local Area Network)を経由した接続も含まれる。また、公衆回線網を介してISP(Internet Service Provider)5のアクセスポイントに接続し、インターネットが使用できるような環境であってもよい。公衆回線網としては、例えば、アナログ加入回線、ISDN回線、DoPa回線、携帯電話網、PHS網等である。   The transmitter 25 includes a control unit 26 that is an interface of the sensor 23, a web server 28 that can transmit information such as abnormality to the outside, and an address notification unit 27 that notifies a global IP address. The IP communication network 6 is a telecommunication line that can be connected to the Internet constantly or intermittently. In addition to a WAN (Wide Area Network), an ADSL (Asymmetric Digital Subscriber Line) line, a dedicated line, etc., Connection via a LAN (Local Area Network) is also included. Further, an environment in which the Internet can be used by connecting to an access point of an ISP (Internet Service Provider) 5 through a public line network may be used. Examples of the public line network include an analog subscription line, an ISDN line, a DoPa line, a mobile phone network, and a PHS network.

IGD(Internet Gateway Device)20は、ISP5から割り当てられたグローバルIPアドレスによりIP通信網6を介して情報の中継を行うゲートウェイ装置である。IGD20は、内部に、警備対象施設10側のグローバルIPアドレスが変更されたことを通知するアドレス変更通知部21を有する。   An IGD (Internet Gateway Device) 20 is a gateway device that relays information via the IP communication network 6 using a global IP address assigned by the ISP 5. The IGD 20 includes an address change notification unit 21 that notifies that the global IP address on the security target facility 10 side has been changed.

端末装置11は、図1では図示しない(図9参照)装置の制御を行う制御部(51)と、IP通信網6を介して外部の送信機25等と情報伝達可能なウェブクライアント(52)とから構成されている。端末装置11は、例えばパーソナルコンピュータ、PDA(Personal Digital Assistance)、携帯電話等のハードウェア又はソフトウェアで構成された情報通信端末である。   The terminal device 11 includes a control unit (51) that controls the device (not shown in FIG. 1) (see FIG. 9), and a web client (52) that can transmit information to the external transmitter 25 and the like via the IP communication network 6. It consists of and. The terminal device 11 is an information communication terminal configured by hardware or software such as a personal computer, a PDA (Personal Digital Assistance), and a mobile phone.

尚、送信機25、IGD20、端末装置11等は、ハードウェアのみで構成してもよく、ソフトウェア単体又はハードウェアとソフトウェアとの複合体として構成してもよい。また、図1で、ウェブサーバ28が、必ずしも警備対象施設10の内部にある必要もなく、ISP5等のエリアに構築されるものであってもよく、端末装置11からみて警備対象施設10側に属する構成であればよい。   The transmitter 25, the IGD 20, the terminal device 11 and the like may be configured only by hardware, or may be configured as a single software or a complex of hardware and software. Further, in FIG. 1, the web server 28 does not necessarily have to be inside the security target facility 10, and may be constructed in an area such as ISP 5. Any configuration may be used.

次に、図1及び図2をもとに、本実施例の警備システム1の動作を説明する。まず、送信機25は予めISP5から割り当てられた動的グローバルIPアドレスを用い、IGD20及びIP通信網6を介して端末装置11との間で情報伝達が可能な状態にあったとする。ここで、ISP5でグローバルIPアドレスの動的な再割り当てが生じ、グローバルIPアドレスの変更が、ISP5からIGD20に通知されたとする。   Next, based on FIG.1 and FIG.2, operation | movement of the security system 1 of a present Example is demonstrated. First, it is assumed that the transmitter 25 is in a state where information can be transmitted between the terminal device 11 via the IGD 20 and the IP communication network 6 using a dynamic global IP address previously assigned by the ISP 5. Here, it is assumed that the dynamic reassignment of the global IP address occurs in the ISP 5 and the change of the global IP address is notified from the ISP 5 to the IGD 20.

グローバルIPアドレスの変更と変更されたグローバルIPアドレスを受け取ったIGD20は、アドレス変更通知手段としてのアドレス変更通知部21の機能として、グローバルIPアドレスが変更された旨と変更されたグローバルIPアドレスを送信機25のアドレス通知部27に通知する。また、IGD20は、変更された新たなグローバルIPアドレスを用いて、端末装置11と通信可能な状態に内部設定を変更する。   The IGD 20 that has received the change of the global IP address and the changed global IP address transmits the fact that the global IP address has been changed and the changed global IP address as the function of the address change notification unit 21 as the address change notification means. The address notification unit 27 of the machine 25 is notified. Further, the IGD 20 changes the internal setting to a state where communication with the terminal device 11 is possible using the changed new global IP address.

次に、IGD20からグローバルIPアドレスの変更と変更されたグローバルIPアドレスを受け取った送信機25は、アドレス通知手段としてのアドレス通知部27の機能として、グローバルIPアドレスが変更された旨と変更されたグローバルIPアドレスを端末装置11に通知する。通知する方法としては、メールやFTP等の通知可能な手段であればよい。尚、送信機25は必要に応じて、グローバルIPアドレスの変更の通知を受け取った旨の確認応答をIGD20にするようにする。   Next, the transmitter 25 that has received the change of the global IP address and the changed global IP address from the IGD 20 has been changed to indicate that the global IP address has been changed as a function of the address notification unit 27 as an address notification unit. The terminal device 11 is notified of the global IP address. The notification method may be any means capable of notification, such as e-mail and FTP. It should be noted that the transmitter 25 makes the IGD 20 a confirmation response to the effect that the notification of the change of the global IP address has been received as necessary.

送信機25からグローバルIPアドレスの変更と変更されたグローバルIPアドレスを受け取った端末装置11は、送信機25から受け取った変更された新たなグローバルIPアドレスを基に、以後の送信機25との通信を行い、警備に係る情報の伝達を受けることになる(アクセス)。   The terminal device 11 that has received the change of the global IP address and the changed global IP address from the transmitter 25 performs subsequent communication with the transmitter 25 based on the changed new global IP address received from the transmitter 25. And receive information on security (access).

以上のように、本実施例の警備システム1では、警備対象施設10側のゲートウェイ装置であるIGD20が、送信機25に対し、グローバルIPアドレスが変更されたことを通知し、送信機25が、グローバルIPアドレスが変更された通知受けて、変更されたグローバルIPアドレスを、端末装置11に通知することから、端末装置11はグローバルIPアドレスが変更されたことを容易に把握でき、短時間で送信機25に接続可能である。   As described above, in the security system 1 of the present embodiment, the IGD 20 that is the gateway device on the security target facility 10 side notifies the transmitter 25 that the global IP address has been changed, and the transmitter 25 Since the notification of the change of the global IP address is received and the changed global IP address is notified to the terminal device 11, the terminal device 11 can easily grasp that the global IP address has been changed, and can be transmitted in a short time. It can be connected to the machine 25.

また、送信機25が、変更されたグローバルIPアドレスを端末装置11に直接通知することから、DNSサーバを用いずに端末装置11が送信機25に直接接続することが可能である。   Since the transmitter 25 directly notifies the terminal device 11 of the changed global IP address, the terminal device 11 can directly connect to the transmitter 25 without using a DNS server.

尚、本実施例の警備システム1の他の動作として、図3のタイミングチャートに示すものもある。具体的に説明すると、まず、送信機25が定期的にIGD20に対してグローバルIPアドレスが変更されたか否かの問い合わせを行う。グローバルIPアドレスが変更された場合には、送信機25からの問い合わせに答える形で、IGD20は送信機27に対してグローバルIPアドレスの変更と変更されたグローバルIPアドレスを通知するようにする。以降は、上述の動作と同様である。このような方法によっても、端末装置11はグローバルIPアドレスが変更されたことを容易に把握でき、短時間で送信機25に接続可能である。   In addition, as another operation | movement of the security system 1 of a present Example, there is also what is shown to the timing chart of FIG. Specifically, first, the transmitter 25 periodically inquires of the IGD 20 whether the global IP address has been changed. When the global IP address is changed, the IGD 20 notifies the transmitter 27 of the change of the global IP address and the changed global IP address in response to an inquiry from the transmitter 25. Subsequent operations are the same as those described above. Also by such a method, the terminal device 11 can easily grasp that the global IP address has been changed, and can connect to the transmitter 25 in a short time.

さらに、本実施例の警備システム1の他の動作として、図4のタイミングチャートに示すものもある。具体的に説明すると、まず、送信機25が定期的にIGD20に対してグローバルIPアドレスの問い合わせを行う。送信機25からの問い合わせに答えて、IGD20は送信機27に対してグローバルIPアドレスを通知する。送信機27では、予め記憶しているグローバルIPアドレスと新たに受け取ったグローバルIPアドレスとを比較し、グローバルIPアドレスの変更を検知した場合に、グローバルIPアドレスの変更と変更されたグローバルIPアドレスを通知するようにする。以降は、上述の動作と同様である。このような方法によっても、端末装置11はグローバルIPアドレスが変更されたことを容易に把握でき、短時間で送信機25に接続可能である。   Furthermore, as another operation | movement of the security system 1 of a present Example, there also exists what is shown to the timing chart of FIG. More specifically, first, the transmitter 25 periodically makes a global IP address inquiry to the IGD 20. In response to the inquiry from the transmitter 25, the IGD 20 notifies the transmitter 27 of the global IP address. The transmitter 27 compares the global IP address stored in advance with the newly received global IP address, and when the change of the global IP address is detected, the change of the global IP address and the changed global IP address are displayed. To be notified. Subsequent operations are the same as those described above. Also by such a method, the terminal device 11 can easily grasp that the global IP address has been changed, and can connect to the transmitter 25 in a short time.

図5は、本発明に係る警備システムの第2の実施例の構成を示す構成図である。図6は、同警備システムの動作を示すタイミングチャートである。図において、本実施例の警備システム2は、警備すべき警備対象施設10に設けられた各種のセンサ23と、センサ23で検知した異常等をIP通信網6を用いて外部に情報伝達可能な警備用機器である送信機25と、ゲートウェイ装置であるIGD20と、異常等の情報を表示等する端末装置11とからなる。また、IP通信網6にはISP5が接続されている。これらの構成は、実施例1の構成と同一である。本実施例では、実施例1の構成に加え、IP通信網6にDNS(Domain Name System)サーバ7が接続された構成である。尚、実施例1で既に説明している部分については説明を省略する。DNSサーバ7は、ドメイン名からグローバルIPアドレスの解決を行い、ドメイン名により接続を可能とするもので、ユーザのドメイン名に関連付けられたグローバルIPアドレスの値を通知されたものに更新する。   FIG. 5 is a block diagram showing the configuration of the second embodiment of the security system according to the present invention. FIG. 6 is a timing chart showing the operation of the security system. In the figure, the security system 2 according to the present embodiment can transmit information about various sensors 23 provided in the security target facility 10 to be guarded and an abnormality detected by the sensor 23 to the outside using the IP communication network 6. It consists of a transmitter 25 that is a security device, an IGD 20 that is a gateway device, and a terminal device 11 that displays information such as abnormality. An ISP 5 is connected to the IP communication network 6. These configurations are the same as those of the first embodiment. In the present embodiment, in addition to the configuration of the first embodiment, a DNS (Domain Name System) server 7 is connected to the IP communication network 6. Note that description of parts already described in the first embodiment is omitted. The DNS server 7 resolves the global IP address from the domain name, enables connection by the domain name, and updates the value of the global IP address associated with the domain name of the user to the notified one.

次に、図5及び図6をもとに、本実施例の警備システム2の動作を説明する。まず、送信機25は予めISP5から割り当てられた動的グローバルIPアドレスを用い、DNSサーバ7においても、ドメイン名がこの動的グローバルIPアドレスに関連付けられている。そして、端末装置11は、DNSサーバ7を経由して、IGD20を介して送信機25との間で情報伝達が可能な状態にあったとする。ここで、ISP5でグローバルIPアドレスの動的な再割り当てが生じ、グローバルIPアドレスの変更が、ISP5からIGD20に通知されたとする。   Next, based on FIG.5 and FIG.6, operation | movement of the security system 2 of a present Example is demonstrated. First, the transmitter 25 uses a dynamic global IP address previously assigned by the ISP 5, and the domain name is associated with this dynamic global IP address in the DNS server 7 as well. The terminal device 11 is assumed to be in a state in which information can be transmitted to and from the transmitter 25 via the IGD 20 via the DNS server 7. Here, it is assumed that the dynamic reassignment of the global IP address occurs in the ISP 5 and the change of the global IP address is notified from the ISP 5 to the IGD 20.

グローバルIPアドレスの変更と変更されたグローバルIPアドレスを受け取ったIGD20は、アドレス変更通知手段としてのアドレス変更通知部21の機能として、グローバルIPアドレスが変更された旨と変更されたグローバルIPアドレスを送信機25のアドレス通知部27に通知する。また、IGD20は、変更された新たなグローバルIPアドレスを用いて、端末装置11と通信可能な状態に内部設定を変更する。   The IGD 20 that has received the change of the global IP address and the changed global IP address transmits the fact that the global IP address has been changed and the changed global IP address as the function of the address change notification unit 21 as the address change notification means. The address notification unit 27 of the machine 25 is notified. Further, the IGD 20 changes the internal setting to a state where communication with the terminal device 11 is possible using the changed new global IP address.

次に、IGD20からグローバルIPアドレスの変更と変更されたグローバルIPアドレスを受け取った送信機25は、アドレス通知手段としてのアドレス通知部27の機能として、グローバルIPアドレスが変更された旨と変更されたグローバルIPアドレスをDNSサーバ7に通知する。尚、送信機25は必要に応じて、グローバルIPアドレスの変更の通知を受け取った旨の確認応答をIGD20にするようにする。   Next, the transmitter 25 that has received the change of the global IP address and the changed global IP address from the IGD 20 has been changed to indicate that the global IP address has been changed as a function of the address notification unit 27 as an address notification unit. The global IP address is notified to the DNS server 7. It should be noted that the transmitter 25 makes the IGD 20 a confirmation response to the effect that the notification of the change of the global IP address has been received as necessary.

送信機25からグローバルIPアドレスの変更と変更されたグローバルIPアドレスを受け取ったDNSサーバ7は、送信機25から受け取った変更された新たなグローバルIPアドレスとドメイン名とを関連付けるようにする。そして、端末装置11は、DNSサーバ7を経由することで、グローバルIPアドレスが変更されたか否かにかかわらずIGD20を介して送信機25との間で情報伝達が可能となり、以後の送信機25との通信を行い、警備に係る情報の伝達を受けることになる(アクセス)。   The DNS server 7 that has received the change of the global IP address and the changed global IP address from the transmitter 25 associates the changed new global IP address received from the transmitter 25 with the domain name. The terminal device 11 can transmit information to and from the transmitter 25 via the IGD 20 regardless of whether or not the global IP address has been changed via the DNS server 7. And receive information on security (access).

以上のように、本実施例の警備システム2では、ゲートウェイ装置であるIGD20が、送信機25に対し、グローバルIPアドレスが変更されたことを通知し、送信機25が、グローバルIPアドレスが変更された通知受けて、変更されたグローバルIPアドレスを、DNSサーバ7に通知することから、DNSサーバ7はグローバルIPアドレスが変更されたことを早期に把握でき、変更までのタイムラグを減らし、端末装置11が送信機25に接続できない状態を回避できる。   As described above, in the security system 2 of the present embodiment, the IGD 20 that is the gateway device notifies the transmitter 25 that the global IP address has been changed, and the transmitter 25 has changed the global IP address. When the notification is received and the changed global IP address is notified to the DNS server 7, the DNS server 7 can quickly recognize that the global IP address has been changed, reduce the time lag until the change, and the terminal device 11. Can be prevented from being connected to the transmitter 25.

尚、本実施例の警備システム2の他の動作として、図7のタイミングチャートに示すものもある。具体的に説明すると、まず、送信機25が定期的にIGD20に対してグローバルIPアドレスが変更されたか否かの問い合わせを行う。グローバルIPアドレスが変更された場合には、送信機25からの問い合わせに答える形で、IGD20は送信機27に対してグローバルIPアドレスの変更と変更されたグローバルIPアドレスを通知するようにする。以降は、上述の動作と同様である。このような方法によっても、DNSサーバ7はグローバルIPアドレスが変更されたことを早期に把握でき、変更までのタイムラグを減らし、端末装置11が送信機25に接続できない状態を回避できる。   In addition, as another operation | movement of the security system 2 of a present Example, there is also what is shown to the timing chart of FIG. Specifically, first, the transmitter 25 periodically inquires of the IGD 20 whether the global IP address has been changed. When the global IP address is changed, the IGD 20 notifies the transmitter 27 of the change of the global IP address and the changed global IP address in response to an inquiry from the transmitter 25. Subsequent operations are the same as those described above. Also by such a method, the DNS server 7 can grasp early that the global IP address has been changed, reduce the time lag until the change, and avoid a state in which the terminal device 11 cannot connect to the transmitter 25.

さらに、本実施例の警備システム2の他の動作として、図8のタイミングチャートに示すものもある。具体的に説明すると、まず、送信機25が定期的にIGD20に対してグローバルIPアドレスが変更されたか否かの問い合わせを行う。送信機25からの問い合わせに答えて、IGD20は送信機27に対してグローバルIPアドレスを通知する。送信機27では、予め記憶しているグローバルIPアドレスと新たに受け取ったグローバルIPアドレスとを比較し、グローバルIPアドレスの変更を検知した場合に、グローバルIPアドレスの変更と変更されたグローバルIPアドレスを通知するようにする。以降は、上述の動作と同様である。このような方法によっても、DNSサーバ7はグローバルIPアドレスが変更されたことを早期に把握でき、変更までのタイムラグを減らし、端末装置11が送信機25に接続できない状態を回避できる。   Furthermore, as another operation | movement of the security system 2 of a present Example, there also exists what is shown to the timing chart of FIG. Specifically, first, the transmitter 25 periodically inquires of the IGD 20 whether the global IP address has been changed. In response to the inquiry from the transmitter 25, the IGD 20 notifies the transmitter 27 of the global IP address. The transmitter 27 compares the global IP address stored in advance with the newly received global IP address, and when the change of the global IP address is detected, the change of the global IP address and the changed global IP address are displayed. To be notified. Subsequent operations are the same as those described above. Also by such a method, the DNS server 7 can grasp early that the global IP address has been changed, reduce the time lag until the change, and avoid a state in which the terminal device 11 cannot connect to the transmitter 25.

図9は、本発明に係る警備システムの第3の実施例の構成を示す構成図である。図10は、同警備システムの動作を示すタイミングチャートである。図において、本実施例の警備システム3は、警備すべき警備対象施設17に設けられた各種のセンサ45と、センサ45で検知した異常等をIP通信網6を用いて外部に情報伝達可能な警備用機器である送信機40と、異常等の情報を管理するセンタ装置14と、センタ装置14に接続し異常等の情報を取得し表示等する端末装置18とからなる。   FIG. 9 is a block diagram showing the configuration of the third embodiment of the security system according to the present invention. FIG. 10 is a timing chart showing the operation of the security system. In the figure, the security system 3 according to the present embodiment can transmit information about various sensors 45 provided in the security target facility 17 to be guarded and the abnormality detected by the sensor 45 to the outside using the IP communication network 6. It comprises a transmitter 40 that is a security device, a center device 14 that manages information such as abnormality, and a terminal device 18 that is connected to the center device 14 to acquire and display information such as abnormality.

送信機40は、センサ45のインタフェースである制御部41と、異常等の情報を外部に情報伝達可能なウェブクライアント42とから構成されている。また、IP通信網6は、実施例1と同様である。センタ装置14は、センタ装置本体15と、ゲートウェイ装置であるIGD(Internet Gateway Device)16とからなる。また、センタ装置本体15は、装置の制御を行う制御部35と、IP通信網6を介して外部の送信機40や端末装置18と情報伝達可能なウェブサーバ37と、グローバルIPアドレスを通知するアドレス通知部36とから構成されている。   The transmitter 40 includes a control unit 41 that is an interface of the sensor 45 and a web client 42 that can transmit information such as abnormality to the outside. The IP communication network 6 is the same as that in the first embodiment. The center device 14 includes a center device main body 15 and an IGD (Internet Gateway Device) 16 that is a gateway device. The center device main body 15 notifies the control unit 35 that controls the device, the web server 37 that can transmit information to the external transmitter 40 and the terminal device 18 via the IP communication network 6, and the global IP address. The address notification unit 36 is configured.

IGD(Internet Gateway Device)16は、ISP5から割り当てられたグローバルIPアドレスによりIP通信網6を介して情報の中継を行うゲートウェイ装置である。IGD16は、内部に、センタ装置14側のグローバルIPアドレスが変更されたことを通知するアドレス変更通知部31を有する。   An IGD (Internet Gateway Device) 16 is a gateway device that relays information via the IP communication network 6 using a global IP address assigned by the ISP 5. The IGD 16 includes an address change notification unit 31 that notifies that the global IP address on the center device 14 side has been changed.

送信機40は、センサ45のインタフェースである制御部41と、異常等の情報を外部に情報伝達可能なウェブクライアント42とから構成されている。   The transmitter 40 includes a control unit 41 that is an interface of the sensor 45 and a web client 42 that can transmit information such as abnormality to the outside.

端末装置18は、装置の制御を行う制御部51と、IP通信網6を介して外部のセンタ装置14等と情報伝達可能なウェブクライアント52とから構成されている。端末装置18は、例えばパーソナルコンピュータ、PDA(Personal Digital Assistance)、携帯電話等のハードウェア又はソフトウェアで構成された情報通信端末である。   The terminal device 18 includes a control unit 51 that controls the device, and a web client 52 that can transmit information to the external center device 14 and the like via the IP communication network 6. The terminal device 18 is an information communication terminal configured by hardware or software such as a personal computer, a PDA (Personal Digital Assistance), and a mobile phone.

尚、センタ装置本体15、IGD16、送信機40、端末装置18等は、ハードウェアのみで構成してもよく、ソフトウェア単体又はハードウェアとソフトウェアとの複合体として構成してもよい。また、図5で、ウェブサーバ37が、必ずしもセンタ装置14の内部にある必要もなく、ISP5等のエリアに構築されるものであってもよく、送信機40や端末装置18からみてセンタ装置14側に属する構成であればよい。   The center device main body 15, the IGD 16, the transmitter 40, the terminal device 18 and the like may be configured only by hardware, or may be configured as a single software or a complex of hardware and software. In FIG. 5, the web server 37 does not necessarily have to be inside the center device 14, and may be constructed in an area such as the ISP 5, and the center device 14 as viewed from the transmitter 40 and the terminal device 18. Any structure belonging to the side may be used.

次に、図9及び図10をもとに、本実施例の警備システム3の動作を説明する。まず、センタ装置本体15は予めISP5から割り当てられた動的グローバルIPアドレスを用い、IGD16及びIP通信網6を介して送信機40や端末装置18との間で情報伝達が可能な状態にあったとする。ここで、ISP5でグローバルIPアドレスの動的な再割り当てが生じ、グローバルIPアドレスの変更が、ISP5からIGD16に通知されたとする。   Next, based on FIG.9 and FIG.10, operation | movement of the security system 3 of a present Example is demonstrated. First, the center device main body 15 is in a state in which information can be transmitted between the transmitter 40 and the terminal device 18 via the IGD 16 and the IP communication network 6 using the dynamic global IP address previously assigned by the ISP 5. To do. Here, it is assumed that dynamic reassignment of the global IP address occurs in ISP 5 and the change of the global IP address is notified to IGD 16 from ISP 5.

グローバルIPアドレスの変更と変更されたグローバルIPアドレスを受け取ったIGD16は、アドレス変更通知手段としてのアドレス変更通知部31の機能として、グローバルIPアドレスが変更された旨と変更されたグローバルIPアドレスをセンタ装置本体15のアドレス通知部36に通知する。また、IGD16は、変更された新たなグローバルIPアドレスを用いて、送信機40や端末装置18と通信可能な状態に内部設定を変更する。   Upon receiving the change of the global IP address and the changed global IP address, the IGD 16 functions as a function of the address change notification unit 31 serving as an address change notification unit, by centering the fact that the global IP address has been changed and the changed global IP address. This is notified to the address notification unit 36 of the apparatus body 15. Further, the IGD 16 changes the internal setting to a state in which communication with the transmitter 40 and the terminal device 18 is possible using the changed new global IP address.

次に、IGD16からグローバルIPアドレスの変更と変更されたグローバルIPアドレスを受け取ったセンタ装置本体15は、アドレス通知手段としてのアドレス通知部36の機能として、グローバルIPアドレスが変更された旨と変更されたグローバルIPアドレスを送信機40や端末装置18に通知する。通知する方法としては、メールやFTP等の通知可能な手段であればよい。尚、センタ装置本体15は必要に応じて、グローバルIPアドレスの変更の通知を受け取った旨の確認応答をIGD16にするようにする。   Next, the center device main body 15 that has received the change of the global IP address and the changed global IP address from the IGD 16 changes the fact that the global IP address has been changed as a function of the address notification unit 36 as the address notification means. The global IP address is notified to the transmitter 40 and the terminal device 18. The notification method may be any means capable of notification, such as e-mail and FTP. It should be noted that the center device main body 15 makes the IGD 16 a confirmation response to the effect that the notification of the change of the global IP address has been received as necessary.

送信機40からグローバルIPアドレスの変更と変更されたグローバルIPアドレスを受け取った送信機40や端末装置18は、センタ装置本体15から受け取った変更された新たなグローバルIPアドレスを基に、以後の送信機40との通信を行い、警備に係る情報のやりとりを行うことになる(アクセス)。   The transmitter 40 and the terminal device 18 that have received the change of the global IP address and the changed global IP address from the transmitter 40, perform subsequent transmissions based on the changed new global IP address received from the center device body 15. It communicates with the machine 40 and exchanges information related to security (access).

以上のように、本実施例の警備システム3では、センタ装置14側のゲートウェイ装置であるIGD16が、センタ装置本体15に対し、グローバルIPアドレスが変更されたことを通知し、センタ装置本体15が、グローバルIPアドレスが変更された通知受けて、変更されたグローバルIPアドレスを、センタ装置本体15から送信機40に通知することから、送信機40はグローバルIPアドレスが変更されたことを容易に把握でき、短時間でセンタ装置本体15に接続可能である。   As described above, in the security system 3 of the present embodiment, the IGD 16 that is the gateway device on the center device 14 side notifies the center device main body 15 that the global IP address has been changed, and the center device main body 15 Since the notification of the change of the global IP address is received and the changed global IP address is notified from the center device body 15 to the transmitter 40, the transmitter 40 can easily grasp that the global IP address has been changed. It can be connected to the center device main body 15 in a short time.

また、センタ装置14側のゲートウェイ装置であるIGD16が、センタ装置本体15に対し、グローバルIPアドレスが変更されたことを通知し、センタ装置本体15が、グローバルIPアドレスが変更された通知受けて、変更されたグローバルIPアドレスを、センタ装置本体15から端末装置18に通知することから、端末装置18はグローバルIPアドレスが変更されたことを容易に把握でき、短時間でセンタ装置本体15に接続可能である。   Further, the IGD 16 that is the gateway device on the center device 14 side notifies the center device main body 15 that the global IP address has been changed, and the center device main body 15 receives the notification that the global IP address has been changed. Since the changed global IP address is notified from the center device body 15 to the terminal device 18, the terminal device 18 can easily grasp that the global IP address has been changed and can connect to the center device body 15 in a short time. It is.

さらに、センタ装置本体15が、変更されたグローバルIPアドレスを送信機40又は端末装置18に直接通知することから、DNSサーバを用いずに送信機40又は端末装置18がセンタ装置本体15に直接接続することが可能である。   Further, since the center device main body 15 directly notifies the changed global IP address to the transmitter 40 or the terminal device 18, the transmitter 40 or the terminal device 18 directly connects to the center device main body 15 without using a DNS server. Is possible.

尚、本実施例の警備システム3の他の動作として、図11のタイミングチャートに示すものもある。具体的に説明すると、まず、センタ装置本体15が定期的にIGD16に対してグローバルIPアドレスが変更されたか否かの問い合わせを行う。グローバルIPアドレスが変更された場合には、センタ装置本体15からの問い合わせに答える形で、IGD16はセンタ装置本体15に対してグローバルIPアドレスの変更と変更されたグローバルIPアドレスを通知するようにする。以降は、上述の動作と同様である。このような方法によっても、送信機40や端末装置18は、グローバルIPアドレスが変更されたことを容易に把握でき、短時間でセンタ装置本体15に接続可能である。   In addition, as another operation | movement of the security system 3 of a present Example, there is also what is shown to the timing chart of FIG. More specifically, first, the center apparatus body 15 periodically inquires of the IGD 16 whether the global IP address has been changed. When the global IP address is changed, the IGD 16 notifies the center device body 15 of the change of the global IP address and the changed global IP address in response to an inquiry from the center device body 15. . Subsequent operations are the same as those described above. Also by such a method, the transmitter 40 and the terminal device 18 can easily grasp that the global IP address has been changed, and can connect to the center device body 15 in a short time.

さらに、本実施例の警備システム3の他の動作として、図12のタイミングチャートに示すものもある。具体的に説明すると、まず、センタ装置本体15が定期的にIGD16に対してグローバルIPアドレスの問い合わせを行う。センタ装置本体15からの問い合わせに答えて、IGD16はセンタ装置本体15に対してグローバルIPアドレスを通知する。以降は、上述の動作と同様である。このような方法によっても、送信機40や端末装置18は、グローバルIPアドレスが変更されたことを容易に把握でき、短時間でセンタ装置本体15に接続可能である。   Furthermore, as another operation | movement of the security system 3 of a present Example, there also exists what is shown to the timing chart of FIG. More specifically, first, the center apparatus body 15 periodically inquires the IGD 16 about a global IP address. In response to the inquiry from the center apparatus body 15, the IGD 16 notifies the center apparatus body 15 of the global IP address. Subsequent operations are the same as those described above. Also by such a method, the transmitter 40 and the terminal device 18 can easily grasp that the global IP address has been changed, and can connect to the center device body 15 in a short time.

図13は、本発明に係る警備システムの第4の実施例の構成を示す構成図である。図14は、同警備システムの動作を示すタイミングチャートである。図において、本実施例の警備システム4は、警備すべき警備対象施設17に設けられた各種のセンサ45と、センサ45で検知した異常等をIP通信網6を用いて外部に情報伝達可能な警備用機器である送信機40と、異常等の情報を管理するセンタ装置14と、センタ装置14に接続し異常等の情報を取得し表示等する端末装置18とからなる。また、IP通信網6にはISP5が接続されている。これらの構成は、実施例3の構成と同一である。本実施例では、実施例3の構成に加え、IP通信網6にDNS(Domain Name System)サーバ7が接続された構成である。尚、実施例1で既に説明している部分については説明を省略する。DNSサーバ7は、ドメイン名からグローバルIPアドレスの解決を行い、ドメイン名により接続を可能とするもので、ユーザのドメイン名に関連付けられたグローバルIPアドレスの値を通知されたものに更新する。   FIG. 13: is a block diagram which shows the structure of the 4th Example of the security system which concerns on this invention. FIG. 14 is a timing chart showing the operation of the security system. In the figure, the security system 4 according to the present embodiment can transmit information about various sensors 45 provided in the security target facility 17 to be guarded and the abnormality detected by the sensor 45 to the outside using the IP communication network 6. It comprises a transmitter 40 that is a security device, a center device 14 that manages information such as abnormality, and a terminal device 18 that is connected to the center device 14 to acquire and display information such as abnormality. An ISP 5 is connected to the IP communication network 6. These configurations are the same as those of the third embodiment. In the present embodiment, in addition to the configuration of the third embodiment, a DNS (Domain Name System) server 7 is connected to the IP communication network 6. Note that description of parts already described in the first embodiment is omitted. The DNS server 7 resolves the global IP address from the domain name, enables connection by the domain name, and updates the value of the global IP address associated with the domain name of the user to the notified one.

次に、図13及び図14をもとに、本実施例の警備システム4の動作を説明する。まず、センタ装置本体15は予めISP5から割り当てられた動的グローバルIPアドレスを用い、DNSサーバ7においても、ドメイン名がこの動的グローバルIPアドレスに関連付けられている。そして、送信機40や端末装置18は、DNSサーバ7を経由して、IGD16を介してセンタ装置本体15との間で情報伝達が可能な状態にあったとする。ここで、ISP5でグローバルIPアドレスの動的な再割り当てが生じ、グローバルIPアドレスの変更が、ISP5からIGD16に通知されたとする。   Next, based on FIG.13 and FIG.14, operation | movement of the security system 4 of a present Example is demonstrated. First, the center apparatus body 15 uses a dynamic global IP address previously assigned by the ISP 5, and the domain name is associated with the dynamic global IP address in the DNS server 7 as well. Then, it is assumed that the transmitter 40 and the terminal device 18 are in a state where information can be transmitted to the center device body 15 via the IGD 16 via the DNS server 7. Here, it is assumed that dynamic reassignment of the global IP address occurs in ISP 5 and the change of the global IP address is notified to IGD 16 from ISP 5.

グローバルIPアドレスの変更と変更されたグローバルIPアドレスを受け取ったIGD16は、アドレス変更通知手段としてのアドレス変更通知部31の機能として、グローバルIPアドレスが変更された旨と変更されたグローバルIPアドレスをセンタ装置本体15のアドレス通知部36に通知する。また、IGD16は、変更された新たなグローバルIPアドレスを用いて、送信機40や端末装置18と通信可能な状態に内部設定を変更する。   Upon receiving the change of the global IP address and the changed global IP address, the IGD 16 functions as a function of the address change notification unit 31 serving as an address change notification unit, by centering the fact that the global IP address has been changed and the changed global IP address. This is notified to the address notification unit 36 of the apparatus body 15. Further, the IGD 16 changes the internal setting to a state in which communication with the transmitter 40 and the terminal device 18 is possible using the changed new global IP address.

次に、IGD16からグローバルIPアドレスの変更と変更されたグローバルIPアドレスを受け取ったセンタ装置本体15は、アドレス通知手段としてのアドレス通知部36の機能として、グローバルIPアドレスが変更された旨と変更されたグローバルIPアドレスをDNSサーバ7に通知する。尚、センタ装置本体15は必要に応じて、グローバルIPアドレスの変更の通知を受け取った旨の確認応答をIGD16にするようにする。   Next, the center device main body 15 that has received the change of the global IP address and the changed global IP address from the IGD 16 changes the fact that the global IP address has been changed as a function of the address notification unit 36 as the address notification means. The global IP address is notified to the DNS server 7. It should be noted that the center device main body 15 makes the IGD 16 a confirmation response to the effect that the notification of the change of the global IP address has been received as necessary.

センタ装置本体15からグローバルIPアドレスの変更と変更されたグローバルIPアドレスを受け取ったDNSサーバ7は、センタ装置本体15から受け取った変更された新たなグローバルIPアドレスとドメイン名とを関連付けるようにする。そして、送信機40や端末装置18は、DNSサーバ7を経由することで、グローバルIPアドレスが変更されたか否かにかかわらずIGD16を介してセンタ装置本体15との間で情報伝達が可能となり、以後のセンタ装置本体15との通信を行い、警備に係る情報の交換を行うことになる(アクセス)。   The DNS server 7 that has received the change of the global IP address and the changed global IP address from the center apparatus body 15 associates the changed new global IP address received from the center apparatus body 15 with the domain name. The transmitter 40 and the terminal device 18 can transmit information to and from the center device body 15 via the IGD 16 regardless of whether or not the global IP address has been changed via the DNS server 7. Thereafter, communication with the center apparatus main body 15 is performed, and information relating to security is exchanged (access).

以上のように、本実施例の警備システム4では、センタ装置14側のゲートウェイ装置であるIGD16が、センタ装置本体15に対し、グローバルIPアドレスが変更されたことを通知し、センタ装置本体15が、グローバルIPアドレスが変更された通知受けて、変更されたグローバルIPアドレスを、DNSサーバ7に通知することから、DNSサーバ7はグローバルIPアドレスが変更されたことを早期に把握でき、変更までのタイムラグを減らし、送信機40及び端末装置18がセンタ装置本体15に接続できない状態を回避できる。   As described above, in the security system 4 of the present embodiment, the IGD 16 that is the gateway device on the center device 14 side notifies the center device main body 15 that the global IP address has been changed, and the center device main body 15 Since the notification of the change of the global IP address is received and the changed global IP address is notified to the DNS server 7, the DNS server 7 can quickly grasp that the global IP address has been changed. The time lag is reduced, and a state where the transmitter 40 and the terminal device 18 cannot be connected to the center device main body 15 can be avoided.

尚、本実施例の警備システム4の他の動作として、図15のタイミングチャートに示すものもある。具体的に説明すると、まず、センタ装置本体15が定期的にIGD16に対してグローバルIPアドレスが変更されたか否かの問い合わせを行う。グローバルIPアドレスが変更された場合には、センタ装置本体15からの問い合わせに答える形で、IGD16はセンタ装置本体15に対してグローバルIPアドレスの変更と変更されたグローバルIPアドレスを通知するようにする。以降は、上述の動作と同様である。このような方法によっても、DNSサーバ7はグローバルIPアドレスが変更されたことを早期に把握でき、変更までのタイムラグを減らし、送信機40及び端末装置18がセンタ装置本体15に接続できない状態を回避できる。   In addition, as another operation | movement of the security system 4 of a present Example, there is also what is shown to the timing chart of FIG. More specifically, first, the center apparatus body 15 periodically inquires of the IGD 16 whether the global IP address has been changed. When the global IP address is changed, the IGD 16 notifies the center device body 15 of the change of the global IP address and the changed global IP address in response to an inquiry from the center device body 15. . Subsequent operations are the same as those described above. Even with such a method, the DNS server 7 can quickly grasp that the global IP address has been changed, reduce the time lag until the change, and avoid a state in which the transmitter 40 and the terminal device 18 cannot be connected to the center device body 15. it can.

さらに、本実施例の警備システム4の他の動作として、図16のタイミングチャートに示すものもある。具体的に説明すると、まず、センタ装置本体15が定期的にIGD16に対してグローバルIPアドレスの問い合わせを行う。センタ装置本体15からの問い合わせに答えて、IGD16はセンタ装置本体15に対してグローバルIPアドレスを通知する。以降は、上述の動作と同様である。このような方法によっても、DNSサーバ7はグローバルIPアドレスが変更されたことを早期に把握でき、変更までのタイムラグを減らし、送信機40及び端末装置18がセンタ装置本体15に接続できない状態を回避できる。   Furthermore, as another operation | movement of the security system 4 of a present Example, there also exists what is shown to the timing chart of FIG. More specifically, first, the center apparatus body 15 periodically inquires the IGD 16 about a global IP address. In response to the inquiry from the center apparatus body 15, the IGD 16 notifies the center apparatus body 15 of the global IP address. Subsequent operations are the same as those described above. Even with such a method, the DNS server 7 can quickly grasp that the global IP address has been changed, reduce the time lag until the change, and avoid a state in which the transmitter 40 and the terminal device 18 cannot be connected to the center device body 15. it can.

以上のように、本発明の警備システムは、警備用機器、端末装置、センタ装置、DNSサーバ等が、グローバルIPアドレスが変更されたことを早期に把握でき、変更までのタイムラグが少ないことから、インターネット等の電気通信回線を用いた警備システムに適している。   As described above, the security system of the present invention is capable of quickly grasping that the global IP address has been changed by the security device, the terminal device, the center device, the DNS server, etc., and the time lag until the change is small. Suitable for security systems using telecommunication lines such as the Internet.

本発明に係る警備システムの第1の実施例の構成を示す構成図である。It is a block diagram which shows the structure of the 1st Example of the security system which concerns on this invention. 同警備システムの動作を示すタイミングチャートである。It is a timing chart which shows operation of the security system. 同警備システムの他の動作を示すタイミングチャートである。It is a timing chart which shows other operations of the security system. 同警備システムのさらに他の動作を示すタイミングチャートである。It is a timing chart which shows other operation | movement of the security system. 本発明に係る警備システムの第2の実施例の構成を示す構成図である。It is a block diagram which shows the structure of the 2nd Example of the security system which concerns on this invention. 同警備システムの動作を示すタイミングチャートである。It is a timing chart which shows operation of the security system. 同警備システムの他の動作を示すタイミングチャートである。It is a timing chart which shows other operations of the security system. 同警備システムのさらに他の動作を示すタイミングチャートである。It is a timing chart which shows other operation | movement of the security system. 本発明に係る警備システムの第3の実施例の構成を示す構成図である。It is a block diagram which shows the structure of the 3rd Example of the security system which concerns on this invention. 同警備システムの動作を示すタイミングチャートである。It is a timing chart which shows operation of the security system. 同警備システムの他の動作を示すタイミングチャートである。It is a timing chart which shows other operations of the security system. 同警備システムのさらに他の動作を示すタイミングチャートである。It is a timing chart which shows other operation | movement of the security system. 本発明に係る警備システムの第4の実施例の構成を示す構成図である。It is a block diagram which shows the structure of the 4th Example of the security system which concerns on this invention. 同警備システムの動作を示すタイミングチャートである。It is a timing chart which shows operation of the security system. 同警備システムの他の動作を示すタイミングチャートである。It is a timing chart which shows other operations of the security system. 同警備システムのさらに他の動作を示すタイミングチャートである。It is a timing chart which shows other operation | movement of the security system.

符号の説明Explanation of symbols

1〜4・・・・・・・・・・・警備システム
5・・・・・・・・・・・・・ISP(Internet Service Provider)
6・・・・・・・・・・・・・IP通信網
7・・・・・・・・・・・・・DNS(Domain Name System)サーバ
10,17・・・・・・・・・警備対象施設
11,18・・・・・・・・・端末装置
14・・・・・・・・・・・・センタ装置
15・・・・・・・・・・・・センタ装置本体
16,20・・・・・・・・・IGD(Internet Gateway Device)
21,31・・・・・・・・・アドレス変更通知部
23,45・・・・・・・・・センサ
25,40・・・・・・・・・送信機
26,35,41,51・・・制御部
27,36・・・・・・・・・アドレス通知部
28,37・・・・・・・・・ウェブサーバ
42,52・・・・・・・・・ウェブクライアント
1-4 ... Security System 5 ... ISP (Internet Service Provider)
6 ... IP communication network 7 ... DNS (Domain Name System) servers 10, 17 ... Security target facilities 11, 18 ... terminal device 14 ... center device 15 ... center device main body 16, 20 ... IGD (Internet Gateway Device)
21, 31... Address change notification unit 23, 45... Sensor 25, 40. ... Control units 27, 36 ... ... Address notification units 28, 37 ... Web servers 42, 52 ... Web clients

Claims (36)

インターネット等の電気通信回線を用いて情報伝達を行う警備システムにおいて、
警備対象施設側に、
インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより、該電気通信回線を介して情報の中継を行うゲートウェイ装置と、
ウェブサーバを有する警備用機器とを備え、
該ゲートウェイ装置が、該グローバルIPアドレスが変更されたことを該警備用機器に伝えるアドレス変更通知手段を有し、
該警備用機器が、該アドレス変更通知手段からの通知を受けて、変更された該グローバルIPアドレスを、該警備用機器から警備に係る情報伝達を受ける端末装置に通知するアドレス通知手段を有し、
該端末装置が、該警備用機器から受け取った該警備用機器のグローバルIPアドレスを基に、該警備用機器に接続することを特徴とする警備システム。
In security systems that transmit information using telecommunications lines such as the Internet,
On the security target facility side,
A gateway device that relays information via the telecommunication line with a global IP address assigned by an Internet service provider;
Security equipment having a web server,
The gateway device has an address change notification means for notifying the security device that the global IP address has been changed;
The security device has a notification from the address change notification means, and has an address notification means for notifying the changed global IP address to a terminal device that receives information related to security from the security device. ,
A security system, wherein the terminal device is connected to the security device based on the global IP address of the security device received from the security device.
前記ゲートウェイ装置が、前記警備用機器の問い合わせを受けて、前記グローバルIPが変更されたことを該警備用機器に伝えることを特徴とする請求項1記載の警備システム。   2. The security system according to claim 1, wherein the gateway device receives an inquiry from the security device and notifies the security device that the global IP has been changed. インターネット等の電気通信回線を用いて情報伝達を行う警備システムにおいて、
警備対象施設側に、
インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより、該電気通信回線を介して情報の中継を行うゲートウェイ装置と、
ウェブサーバを有する警備用機器とを備え、
該警備用機器が、該ゲートウェイ装置に該グローバルIPアドレスの問い合わせを行うと共に、該グローバルIPアドレスを警備に係る情報伝達を受ける端末装置に通知するアドレス通知手段を有し、
該ゲートウェイ装置が、該警備用機器からの問い合わせを受けて、該グローバルIPアドレスを該警備用機器に伝えるアドレス通知手段を有し、
該警備用機器が、該ゲートウェイ装置から受け取った該グローバルIPアドレスの変更を検知した場合に、該新たにゲートウェイ装置から受け取ったグローバルIPアドレスを該端末装置に通知し、
該端末装置が、該警備用機器から受け取った該警備用機器のグローバルIPアドレスを基に、該警備用機器に接続することを特徴とする警備システム。
In security systems that transmit information using telecommunications lines such as the Internet,
On the security target facility side,
A gateway device that relays information via the telecommunication line with a global IP address assigned by an Internet service provider;
Security equipment having a web server,
The security device makes an inquiry about the global IP address to the gateway device, and has an address notification means for notifying the global IP address to a terminal device that receives information related to security,
The gateway device has an address notification means for receiving an inquiry from the security device and transmitting the global IP address to the security device;
When the security device detects a change in the global IP address received from the gateway device, it notifies the terminal device of the global IP address newly received from the gateway device,
A security system, wherein the terminal device is connected to the security device based on the global IP address of the security device received from the security device.
インターネット等の電気通信回線を用いて情報伝達を行う警備システムにおいて、
警備対象施設側に、
インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより、該電気通信回線を介して情報の中継を行うゲートウェイ装置と、
ウェブサーバを有する警備用機器とを備え、
該ゲートウェイ装置が、該グローバルIPアドレスが変更されたことを該警備用機器に伝えるアドレス変更通知手段を有し、
該警備用機器が、該アドレス変更通知手段からの通知を受けて、変更された該グローバルIPアドレスを、該電気通信回線上のDNSサーバに通知するアドレス通知手段を有し、
該警備用機器から警備に係る情報伝達を受ける端末装置が、該DNSサーバを介して、該警備用機器に接続することを特徴とする警備システム。
In security systems that transmit information using telecommunications lines such as the Internet,
On the security target facility side,
A gateway device that relays information via the telecommunication line with a global IP address assigned by an Internet service provider;
Security equipment having a web server,
The gateway device has an address change notification means for notifying the security device that the global IP address has been changed;
The security device has a notification from the address change notification means, and has an address notification means for notifying the DNS server on the telecommunication line of the changed global IP address;
A security system characterized in that a terminal device that receives information related to security from the security equipment is connected to the security equipment via the DNS server.
前記ゲートウェイ装置が、前記警備用機器の問い合わせを受けて、前記グローバルIPが変更されたことを該警備用機器に伝えることを特徴とする請求項4記載の警備システム。   The security system according to claim 4, wherein the gateway device receives an inquiry about the security device and notifies the security device that the global IP has been changed. インターネット等の電気通信回線を用いて情報伝達を行う警備システムにおいて、
警備対象施設側に、
インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより、該電気通信回線を介して情報の中継を行うゲートウェイ装置と、
ウェブサーバを有する警備用機器とを備え、
該警備用機器が、該ゲートウェイ装置に該グローバルIPアドレスの問い合わせを行うと共に、該グローバルIPアドレスを該電気通信回線上のDNSサーバに通知するアドレス通知手段を有し、
該ゲートウェイ装置が、該警備用機器からの問い合わせを受けて、該グローバルIPアドレスを該警備用機器に伝えるアドレス通知手段を有し、
該警備用機器が、該ゲートウェイ装置から受け取った該グローバルIPアドレスの変更を検知した場合に、該新たにゲートウェイ装置から受け取ったグローバルIPアドレスを該DNSサーバに通知し、
該警備用機器から警備に係る情報伝達を受ける端末装置が、該DNSサーバを介して、該警備用機器に接続することを特徴とする警備システム。
In security systems that transmit information using telecommunications lines such as the Internet,
On the security target facility side,
A gateway device that relays information via the telecommunication line with a global IP address assigned by an Internet service provider;
Security equipment having a web server,
The security device makes an inquiry about the global IP address to the gateway device and has an address notification means for notifying the DNS server on the telecommunication line of the global IP address,
The gateway device has an address notification means for receiving an inquiry from the security device and transmitting the global IP address to the security device;
When the security device detects a change in the global IP address received from the gateway device, the security device notifies the DNS server of the global IP address newly received from the gateway device;
A security system characterized in that a terminal device that receives information related to security from the security equipment is connected to the security equipment via the DNS server.
インターネット等の電気通信回線を用いて情報伝達を行う警備システムにおいて、
警備用機器から警備に係る情報伝達を受けるセンタ装置側に、
インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより、該電気通信回線を介して情報の中継を行うゲートウェイ装置と、
センタ装置本体とを備え、
該ゲートウェイ装置が、該グローバルIPアドレスが変更されたことを該センタ装置本体に伝えるアドレス変更通知手段を有し、
該センタ装置本体が、該アドレス変更通知手段からの通知を受けて、変更された該グローバルIPアドレスを、該警備用機器に通知するアドレス通知手段を有し、
該警備用機器が、該センタ装置本体から受け取った該センタ装置本体のグローバルIPアドレスを基に、該センタ装置本体に接続することを特徴とする警備システム。
In security systems that transmit information using telecommunications lines such as the Internet,
On the center device side that receives information related to security from security equipment,
A gateway device that relays information via the telecommunication line with a global IP address assigned by an Internet service provider;
A center device body,
The gateway device has an address change notification means for informing the center device body that the global IP address has been changed;
The center apparatus main body has address notification means for receiving the notification from the address change notification means and notifying the security device of the changed global IP address,
The security system, wherein the security device is connected to the center device main body based on the global IP address of the center device main body received from the center device main body.
前記ゲートウェイ装置が、前記センタ装置本体の問い合わせを受けて、前記グローバルIPが変更されたことを該センタ装置本体に伝えることを特徴とする請求項7記載の警備システム。   8. The security system according to claim 7, wherein the gateway device receives an inquiry from the center device main body and notifies the center device main body that the global IP has been changed. インターネット等の電気通信回線を用いて情報伝達を行う警備システムにおいて、
警備用機器から警備に係る情報伝達を受けるセンタ装置側に、
インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより、該電気通信回線を介して情報の中継を行うゲートウェイ装置と、
センタ装置本体とを備え、
該センタ装置本体が、該ゲートウェイ装置に該グローバルIPアドレスの問い合わせを行うと共に、該グローバルIPアドレスを該警備用機器に通知するアドレス通知手段を有し、
該ゲートウェイ装置が、該センタ装置本体からの問い合わせを受けて、該グローバルIPアドレスを該センタ装置本体に伝えるアドレス通知手段を有し、
該センタ装置本体が、該ゲートウェイ装置から受け取った該グローバルIPアドレスの変更を検知した場合に、該新たにゲートウェイ装置から受け取ったグローバルIPアドレスを該警備用機器に通知し、
該警備用機器が、該センタ装置本体から受け取った該センタ装置本体のグローバルIPアドレスを基に、該センタ装置本体に接続することを特徴とする警備システム。
In security systems that transmit information using telecommunications lines such as the Internet,
On the center device side that receives information related to security from security equipment,
A gateway device that relays information via the telecommunication line with a global IP address assigned by an Internet service provider;
A center device body,
The center apparatus main body has an address notifying unit for inquiring of the global IP address to the gateway apparatus and notifying the security device of the global IP address,
The gateway device has an address notification means for receiving an inquiry from the center device body and transmitting the global IP address to the center device body,
When the center apparatus main body detects a change in the global IP address received from the gateway apparatus, the center apparatus body notifies the security device of the global IP address newly received from the gateway apparatus,
The security system, wherein the security device is connected to the center device main body based on the global IP address of the center device main body received from the center device main body.
インターネット等の電気通信回線を用いて情報伝達を行う警備システムにおいて、
警備用機器から警備に係る情報伝達を受けるセンタ装置側に、
インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより、該電気通信回線を介して情報の中継を行うゲートウェイ装置と、
センタ装置本体とを備え、
該ゲートウェイ装置が、該グローバルIPアドレスが変更されたことを該センタ装置本体に伝えるアドレス変更通知手段を有し、
該センタ装置本体が、該アドレス変更通知手段からの通知を受けて、変更された該グローバルIPアドレスを、該電気通信回線上のDNSサーバに通知するアドレス通知手段を有し、
該警備用機器が、該DNSサーバを介して、該センタ装置本体に接続することを特徴とする警備システム。
In security systems that transmit information using telecommunications lines such as the Internet,
On the center device side that receives information related to security from security equipment,
A gateway device that relays information via the telecommunication line with a global IP address assigned by an Internet service provider;
A center device body,
The gateway device has an address change notification means for informing the center device body that the global IP address has been changed;
The center apparatus main body has address notification means for receiving the notification from the address change notification means and notifying the changed global IP address to a DNS server on the telecommunication line,
The security system, wherein the security device is connected to the center apparatus body via the DNS server.
前記ゲートウェイ装置が、前記センタ装置本体の問い合わせを受けて、前記グローバルIPが変更されたことを該センタ装置本体に伝えることを特徴とする請求項10記載の警備システム。   11. The security system according to claim 10, wherein the gateway device receives an inquiry from the center device main body and informs the center device main body that the global IP has been changed. インターネット等の電気通信回線を用いて情報伝達を行う警備システムにおいて、
警備用機器から警備に係る情報伝達を受けるセンタ装置側に、
インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより、該電気通信回線を介して情報の中継を行うゲートウェイ装置と、
センタ装置本体とを備え、
該センタ装置本体が、該ゲートウェイ装置に該グローバルIPアドレスの問い合わせを行うと共に、該グローバルIPアドレスを該電気通信回線上のDNSサーバに通知するアドレス通知手段を有し、
該ゲートウェイ装置が、該センタ装置本体からの問い合わせを受けて、該グローバルIPアドレスを該センタ装置本体に伝えるアドレス通知手段を有し、
該センタ装置本体が、該ゲートウェイ装置から受け取った該グローバルIPアドレスの変更を検知した場合に、該新たにゲートウェイ装置から受け取ったグローバルIPアドレスを該DNSサーバに通知し、
該警備用機器が、該DNSサーバを介して、該センタ装置本体に接続することを特徴とする警備システム。
In security systems that transmit information using telecommunications lines such as the Internet,
On the center device side that receives information related to security from security equipment,
A gateway device that relays information via the telecommunication line with a global IP address assigned by an Internet service provider;
A center device body,
The center apparatus main body has an address notification means for making an inquiry about the global IP address to the gateway apparatus and notifying the DNS server on the telecommunication line of the global IP address,
The gateway device has an address notification means for receiving an inquiry from the center device body and transmitting the global IP address to the center device body,
When the center apparatus body detects a change in the global IP address received from the gateway apparatus, the center apparatus body notifies the DNS server of the global IP address newly received from the gateway apparatus,
The security system, wherein the security device is connected to the center apparatus body via the DNS server.
インターネット等の電気通信回線を用いて情報伝達を行う警備システムにおいて、
警備用機器から警備に係る情報伝達を受けるセンタ装置側に、
インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより、該電気通信回線を介して情報の中継を行うゲートウェイ装置と、
センタ装置本体とを備え、
該ゲートウェイ装置が、該グローバルIPアドレスが変更されたことを該センタ装置本体に伝えるアドレス変更通知手段を有し、
該センタ装置本体が、該アドレス変更通知手段からの通知を受けて、変更された該グローバルIPアドレスを、該センタ装置から警備に係る情報伝達を受ける端末装置に通知するアドレス通知手段を有し、
該端末装置が、該センタ装置本体から受け取った該センタ装置本体のグローバルIPアドレスを基に、該センタ装置本体に接続することを特徴とする警備システム。
In security systems that transmit information using telecommunications lines such as the Internet,
On the center device side that receives information related to security from security equipment,
A gateway device that relays information via the telecommunication line with a global IP address assigned by an Internet service provider;
A center device body,
The gateway device has an address change notification means for informing the center device body that the global IP address has been changed;
The center apparatus main body has an address notification means for receiving a notification from the address change notification means and notifying the changed global IP address to a terminal apparatus that receives information related to security from the center apparatus,
The security system characterized in that the terminal device is connected to the center device body based on the global IP address of the center device body received from the center device body.
前記ゲートウェイ装置が、前記センタ装置本体の問い合わせを受けて、前記グローバルIPが変更されたことを該センタ装置本体に伝えることを特徴とする請求項13記載の警備システム。   14. The security system according to claim 13, wherein the gateway device receives an inquiry from the center device main body and informs the center device main body that the global IP has been changed. インターネット等の電気通信回線を用いて情報伝達を行う警備システムにおいて、
警備用機器から警備に係る情報伝達を受けるセンタ装置側に、
インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより、該電気通信回線を介して情報の中継を行うゲートウェイ装置と、
センタ装置本体とを備え、
該センタ装置本体が、該ゲートウェイ装置に該グローバルIPアドレスの問い合わせを行うと共に、該グローバルIPアドレスを警備に係る情報伝達を受ける端末装置に通知するアドレス通知手段を有し、
該ゲートウェイ装置が、該センタ装置本体からの問い合わせを受けて、該グローバルIPアドレスを該センタ装置本体に伝えるアドレス通知手段を有し、
該センタ装置本体が、該ゲートウェイ装置から受け取った該グローバルIPアドレスの変更を検知した場合に、該新たにゲートウェイ装置から受け取ったグローバルIPアドレスを該端末装置に通知し、
該端末装置が、該センタ装置本体から受け取った該センタ装置本体のグローバルIPアドレスを基に、該センタ装置本体に接続することを特徴とする警備システム。
In security systems that transmit information using telecommunications lines such as the Internet,
On the center device side that receives information related to security from security equipment,
A gateway device that relays information via the telecommunication line with a global IP address assigned by an Internet service provider;
A center device body,
The center device main body has an address notification means for making an inquiry about the global IP address to the gateway device and notifying the terminal device that receives the information transmission related to security,
The gateway device has an address notification means for receiving an inquiry from the center device body and transmitting the global IP address to the center device body,
When the center apparatus main body detects a change in the global IP address received from the gateway apparatus, the center apparatus body notifies the terminal apparatus of the global IP address newly received from the gateway apparatus,
The security system characterized in that the terminal device is connected to the center device body based on the global IP address of the center device body received from the center device body.
インターネット等の電気通信回線を用いて情報伝達を行う警備システムにおいて、
警備用機器から警備に係る情報伝達を受けるセンタ装置側に、
インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより、該電気通信回線を介して情報の中継を行うゲートウェイ装置と、
センタ装置本体とを備え、
該ゲートウェイ装置が、該グローバルIPアドレスが変更されたことを該センタ装置本体に伝えるアドレス変更通知手段を有し、
該センタ装置本体が、該アドレス変更通知手段からの通知を受けて、変更された該グローバルIPアドレスを、該電気通信回線上のDNSサーバに通知するアドレス通知手段を有し、
該センタ装置から警備に係る情報伝達を受ける端末装置が、該DNSサーバを介して、該センタ装置本体に接続することを特徴とする警備システム。
In security systems that transmit information using telecommunications lines such as the Internet,
On the center device side that receives information related to security from security equipment,
A gateway device that relays information via the telecommunication line with a global IP address assigned by an Internet service provider;
A center device body,
The gateway device has an address change notification means for informing the center device body that the global IP address has been changed;
The center apparatus main body has address notification means for receiving the notification from the address change notification means and notifying the changed global IP address to a DNS server on the telecommunication line,
A security system characterized in that a terminal device that receives information related to security from the center device is connected to the center of the center device via the DNS server.
前記ゲートウェイ装置が、前記センタ装置本体の問い合わせを受けて、前記グローバルIPが変更されたことを該センタ装置本体に伝えることを特徴とする請求項16記載の警備システム。   17. The security system according to claim 16, wherein the gateway device receives an inquiry from the center device main body and informs the center device main body that the global IP has been changed. インターネット等の電気通信回線を用いて情報伝達を行う警備システムにおいて、
警備用機器から警備に係る情報伝達を受けるセンタ装置側に、
インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより、該電気通信回線を介して情報の中継を行うゲートウェイ装置と、
センタ装置本体とを備え、
該センタ装置本体が、該ゲートウェイ装置に該グローバルIPアドレスの問い合わせを行うと共に、該グローバルIPアドレスを該電気通信回線上のDNSサーバに通知するアドレス通知手段を有し、
該ゲートウェイ装置が、該センタ装置本体からの問い合わせを受けて、該グローバルIPアドレスを該センタ装置本体に伝えるアドレス通知手段を有し、
該センタ装置本体が、該ゲートウェイ装置から受け取った該グローバルIPアドレスの変更を検知した場合に、該新たにゲートウェイ装置から受け取ったグローバルIPアドレスを該DNSサーバに通知し、
該センタ装置から警備に係る情報伝達を受ける端末装置が、該DNSサーバを介して、該センタ装置本体に接続することを特徴とする警備システム。
In security systems that transmit information using telecommunications lines such as the Internet,
On the center device side that receives information related to security from security equipment,
A gateway device that relays information via the telecommunication line with a global IP address assigned by an Internet service provider;
A center device body,
The center apparatus main body has an address notification means for making an inquiry about the global IP address to the gateway apparatus and notifying the DNS server on the telecommunication line of the global IP address,
The gateway device has an address notification means for receiving an inquiry from the center device body and transmitting the global IP address to the center device body,
When the center apparatus body detects a change in the global IP address received from the gateway apparatus, the center apparatus body notifies the DNS server of the global IP address newly received from the gateway apparatus,
A security system characterized in that a terminal device that receives information related to security from the center device is connected to the center of the center device via the DNS server.
インターネット等の電気通信回線を用いて情報伝達を行う警備システムの接続方法において、
警備対象施設側に設けられ、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより該電気通信回線を介して情報の中継を行うゲートウェイ装置が、該警備対象施設側に設けられたウェブサーバを有する警備用機器に対し、該グローバルIPアドレスが変更されたことを通知し、
該警備用機器が、該グローバルIPアドレスが変更された通知受けて、変更された該グローバルIPアドレスを、該警備用機器から警備に係る情報伝達を受ける端末装置に通知した後、
該端末装置が、該警備用機器から受け取った該警備用機器のグローバルIPアドレスを基に、該警備用機器に接続することを特徴とする警備システムの接続方法。
In the connection method of a security system that transmits information using a telecommunication line such as the Internet,
A gateway device that is provided on the security target facility side and relays information via the telecommunication line by a global IP address assigned by an Internet service provider has a web server provided on the security target facility side. Notifying the device that the global IP address has been changed,
After the security device receives a notification that the global IP address has been changed, and notifies the changed global IP address to the terminal device that receives information related to security from the security device,
A connection method of a security system, characterized in that the terminal device connects to the security device based on the global IP address of the security device received from the security device.
前記ゲートウェイ装置が、前記警備用機器の問い合わせを受けて、前記グローバルIPが変更されたことを該警備用機器に伝えることを特徴とする請求項19記載の警備システムの接続方法。   20. The security system connection method according to claim 19, wherein the gateway device receives an inquiry about the security device and notifies the security device that the global IP has been changed. インターネット等の電気通信回線を用いて情報伝達を行う警備システムの接続方法において、
警備対象施設側に設けられたウェブサーバを有する警備用機器が、警備対象施設側に設けられ、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより該電気通信回線を介して情報の中継を行うゲートウェイ装置に対して該グローバルIPアドレスの問い合わせを行い、
該ゲートウェイ装置が、該警備用機器の問い合わせを受けて、該グローバルIPアドレスを該警備用機器に伝え、
該警備用機器が、該ゲートウェイ装置から受け取った該グローバルIPアドレスの変更を検知した場合に、該新たにゲートウェイ装置から受け取ったグローバルIPアドレスを該警備用機器から警備に係る情報伝達を受ける端末装置に通知し、
該端末装置が、該警備用機器から受け取った該警備用機器のグローバルIPアドレスを基に、該警備用機器に接続することを特徴とする警備システムの接続方法。
In the connection method of a security system that transmits information using a telecommunication line such as the Internet,
A gateway device in which a security device having a web server provided on the security target facility side is provided on the security target facility side and relays information via the telecommunication line using a global IP address assigned by an Internet service provider Inquires about the global IP address,
The gateway device receives the inquiry about the security device and transmits the global IP address to the security device.
When the security device detects a change in the global IP address received from the gateway device, a terminal device that receives information about the security from the security device on the newly received global IP address from the gateway device Notify
A connection method of a security system, characterized in that the terminal device connects to the security device based on the global IP address of the security device received from the security device.
インターネット等の電気通信回線を用いて情報伝達を行う警備システムの接続方法において、
警備対象施設側に設けられ、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより該電気通信回線を介して情報の中継を行うゲートウェイ装置が、該警備対象施設側に設けられたウェブサーバを有する警備用機器に対し、該グローバルIPアドレスが変更されたことを通知し、
該警備用機器が、該グローバルIPアドレスが変更された通知受けて、変更された該グローバルIPアドレスを、該電気通信回線上のDNSサーバに通知した後、
該警備用機器から警備に係る情報伝達を受ける端末装置が、該DNSサーバを介して、該警備用機器に接続することを特徴とする警備システムの接続方法。
In the connection method of a security system that transmits information using a telecommunication line such as the Internet,
A gateway device that is provided on the security target facility side and relays information via the telecommunication line by a global IP address assigned by an Internet service provider has a web server provided on the security target facility side. Notifying the device that the global IP address has been changed,
After the security device receives a notification that the global IP address has been changed and notifies the DNS server on the telecommunication line of the changed global IP address,
A security system connection method, wherein a terminal device that receives information related to security from the security device is connected to the security device via the DNS server.
前記ゲートウェイ装置が、前記警備用機器の問い合わせを受けて、前記グローバルIPが変更されたことを該警備用機器に伝えることを特徴とする請求項22記載の警備システムの接続方法。   23. The security system connection method according to claim 22, wherein the gateway device receives an inquiry about the security device and notifies the security device that the global IP has been changed. インターネット等の電気通信回線を用いて情報伝達を行う警備システムの接続方法において、
警備対象施設側に設けられたウェブサーバを有する警備用機器が、警備対象施設側に設けられ、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより該電気通信回線を介して情報の中継を行うゲートウェイ装置に対して該グローバルIPアドレスの問い合わせを行い、
該ゲートウェイ装置が、該警備用機器の問い合わせを受けて、該グローバルIPアドレスを該警備用機器に伝え、
該警備用機器が、該ゲートウェイ装置から受け取った該グローバルIPアドレスの変更を検知した場合に、該新たにゲートウェイ装置から受け取ったグローバルIPアドレスを該電気通信回線上のDNSサーバに通知し、
該警備用機器から警備に係る情報伝達を受ける端末装置が、該DNSサーバを介して、該警備用機器に接続することを特徴とする警備システムの接続方法。
In the connection method of a security system that transmits information using a telecommunication line such as the Internet,
A gateway device in which a security device having a web server provided on the security target facility side is provided on the security target facility side and relays information via the telecommunication line using a global IP address assigned by an Internet service provider Inquires about the global IP address,
The gateway device receives the inquiry about the security device and transmits the global IP address to the security device.
When the security device detects a change in the global IP address received from the gateway device, it notifies the DNS server on the telecommunication line of the global IP address newly received from the gateway device;
A security system connection method, wherein a terminal device that receives information related to security from the security device is connected to the security device via the DNS server.
インターネット等の電気通信回線を用いて情報伝達を行う警備システムの接続方法において、
警備用機器から警備に係る情報伝達を受けるセンタ装置側に設けられ、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより該電気通信回線を介して情報の中継を行うゲートウェイ装置が、該グローバルIPアドレスが変更されたことをセンタ装置本体に通知し、
該センタ装置本体が、該グローバルIPアドレスが変更された通知受けて、変更された該グローバルIPアドレスを、該警備用機器に通知した後、
該警備用機器が、該センタ装置本体から受け取った該センタ装置本体のグローバルIPアドレスを基に、該センタ装置本体に接続することを特徴とする警備システムの接続方法。
In the connection method of a security system that transmits information using a telecommunication line such as the Internet,
A gateway device that is provided on a center device side that receives information on security from a security device and relays information via the telecommunication line using a global IP address assigned by an Internet service provider. Notify the center unit that it has been changed,
After the center device main body receives a notification that the global IP address has been changed and notifies the security device of the changed global IP address,
A security system connection method, wherein the security device is connected to the center device body based on the global IP address of the center device body received from the center device body.
前記ゲートウェイ装置が、前記センタ装置本体の問い合わせを受けて、前記グローバルIPが変更されたことを該センタ装置本体に伝えることを特徴とする請求項25記載の警備システムの接続方法。   26. The security system connection method according to claim 25, wherein the gateway device receives an inquiry from the center device main body and notifies the center device main body that the global IP has been changed. インターネット等の電気通信回線を用いて情報伝達を行う警備システムの接続方法において、
警備用機器から警備に係る情報伝達を受けるセンタ装置側のセンタ装置本体が、警備対象施設側に設けられ、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより該電気通信回線を介して情報の中継を行うゲートウェイ装置に対して該グローバルIPアドレスの問い合わせを行い、
該ゲートウェイ装置が、該センタ装置本体の問い合わせを受けて、該グローバルIPアドレスをセンタ装置本体に伝え、
該センタ装置本体が、該ゲートウェイ装置から受け取った該グローバルIPアドレスの変更を検知した場合に、該新たにゲートウェイ装置から受け取ったグローバルIPアドレスを該警備用機器に通知し、
該警備用機器が、該センタ装置本体から受け取った該センタ装置本体のグローバルIPアドレスを基に、該センタ装置本体に接続することを特徴とする警備システムの接続方法。
In the connection method of a security system that transmits information using a telecommunication line such as the Internet,
The center device main body on the center device side that receives information related to security from the security equipment is provided on the security target facility side, and relays information via the telecommunication line by the global IP address assigned by the Internet service provider. Inquires the gateway device for the global IP address,
The gateway device receives the inquiry from the center device body, and transmits the global IP address to the center device body.
When the center apparatus main body detects a change in the global IP address received from the gateway apparatus, the center apparatus body notifies the security device of the global IP address newly received from the gateway apparatus,
A security system connection method, wherein the security device is connected to the center device body based on the global IP address of the center device body received from the center device body.
インターネット等の電気通信回線を用いて情報伝達を行う警備システムの接続方法において、
警備用機器から警備に係る情報伝達を受けるセンタ装置側に設けられ、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより該電気通信回線を介して情報の中継を行うゲートウェイ装置が、該グローバルIPアドレスが変更されたことを該センタ装置本体に通知し、
該センタ装置本体が、該グローバルIPアドレスが変更された通知受けて、変更された該グローバルIPアドレスを、該電気通信回線上のDNSサーバに通知した後、
該警備用機器が、該DNSサーバを介して、該センタ装置本体に接続することを特徴とする警備システムの接続方法。
In the connection method of a security system that transmits information using a telecommunication line such as the Internet,
A gateway device that is provided on a center device side that receives information on security from a security device and relays information via the telecommunication line using a global IP address assigned by an Internet service provider. Notifying the center device main body of the change,
After the center apparatus body receives the notification that the global IP address has been changed and notifies the DNS server on the telecommunication line of the changed global IP address,
The security system connection method, wherein the security device is connected to the center device body via the DNS server.
前記ゲートウェイ装置が、前記センタ装置本体の問い合わせを受けて、前記グローバルIPが変更されたことを該センタ装置本体に伝えることを特徴とする請求項28記載の警備システムの接続方法。   29. The security system connection method according to claim 28, wherein the gateway device receives an inquiry from the center device main body and notifies the center device main body that the global IP has been changed. インターネット等の電気通信回線を用いて情報伝達を行う警備システムの接続方法において、
警備用機器から警備に係る情報伝達を受けるセンタ装置側のセンタ装置本体が、警備対象施設側に設けられ、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより該電気通信回線を介して情報の中継を行うゲートウェイ装置に対して該グローバルIPアドレスの問い合わせを行い、
該ゲートウェイ装置が、該センタ装置本体の問い合わせを受けて、該グローバルIPアドレスをセンタ装置本体に伝え、
該センタ装置本体が、該ゲートウェイ装置から受け取った該グローバルIPアドレスの変更を検知した場合に、該新たにゲートウェイ装置から受け取ったグローバルIPアドレスを該電気通信回線上のDNSサーバに通知し、
該警備用機器が、該DNSサーバを介して、該センタ装置本体に接続することを特徴とする警備システムの接続方法。
In the connection method of a security system that transmits information using a telecommunication line such as the Internet,
The center device main body on the center device side that receives information related to security from the security equipment is provided on the security target facility side, and relays information via the telecommunication line by the global IP address assigned by the Internet service provider. Inquires the gateway device for the global IP address,
The gateway device receives the inquiry from the center device body, and transmits the global IP address to the center device body.
When the center apparatus main body detects a change in the global IP address received from the gateway apparatus, the center apparatus body notifies the DNS server on the telecommunication line of the global IP address newly received from the gateway apparatus,
The security system connection method, wherein the security device is connected to the center device body via the DNS server.
インターネット等の電気通信回線を用いて情報伝達を行う警備システムの接続方法において、
警備用機器から警備に係る情報伝達を受けるセンタ装置側に設けられ、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより該電気通信回線を介して情報の中継を行うゲートウェイ装置が、該グローバルIPアドレスが変更されたことを該センタ装置本体に通知し、
該センタ装置本体が、該グローバルIPアドレスが変更された通知受けて、変更された該グローバルIPアドレスを、該センタ装置から警備に係る情報伝達を受ける端末装置に通知した後、
該端末装置が、該センタ装置本体から受け取った該センタ装置本体のグローバルIPアドレスを基に、該センタ装置本体に接続することを特徴とする警備システムの接続方法。
In the connection method of a security system that transmits information using a telecommunication line such as the Internet,
A gateway device that is provided on a center device side that receives information on security from a security device and relays information via the telecommunication line using a global IP address assigned by an Internet service provider. Notifying the center device main body of the change,
After the center device main body receives a notification that the global IP address has been changed and notifies the changed global IP address to a terminal device that receives information related to security from the center device,
A connection method of a security system, wherein the terminal device connects to the center device main body based on the global IP address of the center device main body received from the center device main body.
前記ゲートウェイ装置が、前記センタ装置本体の問い合わせを受けて、前記グローバルIPが変更されたことを該センタ装置本体に伝えることを特徴とする請求項31記載の警備システムの接続方法。   32. The security system connection method according to claim 31, wherein the gateway device receives an inquiry from the center device main body and informs the center device main body that the global IP has been changed. インターネット等の電気通信回線を用いて情報伝達を行う警備システムの接続方法において、
警備用機器から警備に係る情報伝達を受けるセンタ装置側のセンタ装置本体が、警備対象施設側に設けられ、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより該電気通信回線を介して情報の中継を行うゲートウェイ装置に対して該グローバルIPアドレスの問い合わせを行い、
該ゲートウェイ装置が、該センタ装置本体の問い合わせを受けて、該グローバルIPアドレスをセンタ装置本体に伝え、
該センタ装置本体が、該ゲートウェイ装置から受け取った該グローバルIPアドレスの変更を検知した場合に、該新たにゲートウェイ装置から受け取ったグローバルIPアドレスを該センタ装置から警備に係る情報伝達を受ける端末装置に通知し、
該端末装置が、該センタ装置本体から受け取った該センタ装置本体のグローバルIPアドレスを基に、該センタ装置本体に接続することを特徴とする警備システムの接続方法。
In the connection method of a security system that transmits information using a telecommunication line such as the Internet,
The center device main body on the center device side that receives information related to security from the security equipment is provided on the security target facility side, and relays information via the telecommunication line by the global IP address assigned by the Internet service provider. Inquires the gateway device for the global IP address,
The gateway device receives the inquiry from the center device body, and transmits the global IP address to the center device body.
When the center apparatus main body detects a change in the global IP address received from the gateway apparatus, the global IP address newly received from the gateway apparatus is transmitted to the terminal apparatus that receives information related to security from the center apparatus. Notify
A connection method of a security system, wherein the terminal device connects to the center device main body based on the global IP address of the center device main body received from the center device main body.
インターネット等の電気通信回線を用いて情報伝達を行う警備システムの接続方法において、
警備用機器から警備に係る情報伝達を受けるセンタ装置側に設けられ、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより該電気通信回線を介して情報の中継を行うゲートウェイ装置が、該グローバルIPアドレスが変更されたことを該センタ装置本体に通知し、
該センタ装置本体が、該グローバルIPアドレスが変更された通知受けて、変更された該グローバルIPアドレスを、該電気通信回線上のDNSサーバに通知した後、
該センタ装置から警備に係る情報伝達を受ける端末装置が、該DNSサーバを介して、該センタ装置本体に接続することを特徴とする警備システムの接続方法。
In the connection method of a security system that transmits information using a telecommunication line such as the Internet,
A gateway device that is provided on a center device side that receives information on security from a security device and relays information via the telecommunication line using a global IP address assigned by an Internet service provider. Notifying the center device main body of the change,
After the center apparatus body receives the notification that the global IP address has been changed and notifies the DNS server on the telecommunication line of the changed global IP address,
A security system connection method, wherein a terminal device that receives information related to security from the center device is connected to the center of the center device via the DNS server.
前記ゲートウェイ装置が、前記センタ装置本体の問い合わせを受けて、前記グローバルIPが変更されたことを該センタ装置本体に伝えることを特徴とする請求項34記載の警備システムの接続方法。   35. The security system connection method according to claim 34, wherein the gateway apparatus receives an inquiry from the center apparatus main body and notifies the center apparatus main body that the global IP has been changed. インターネット等の電気通信回線を用いて情報伝達を行う警備システムの接続方法において、
警備用機器から警備に係る情報伝達を受けるセンタ装置側のセンタ装置本体が、警備対象施設側に設けられ、インターネットサービスプロバイダから割り当てられたグローバルIPアドレスにより該電気通信回線を介して情報の中継を行うゲートウェイ装置に対して該グローバルIPアドレスの問い合わせを行い、
該ゲートウェイ装置が、該センタ装置本体の問い合わせを受けて、該グローバルIPアドレスをセンタ装置本体に伝え、
該センタ装置本体が、該ゲートウェイ装置から受け取った該グローバルIPアドレスの変更を検知した場合に、該新たにゲートウェイ装置から受け取ったグローバルIPアドレスを該電気通信回線上のDNSサーバに通知し、
該センタ装置から警備に係る情報伝達を受ける端末装置が、該DNSサーバを介して、該センタ装置本体に接続することを特徴とする警備システムの接続方法。
In the connection method of a security system that transmits information using a telecommunication line such as the Internet,
The center device main body on the center device side that receives information related to security from the security equipment is provided on the security target facility side, and relays information via the telecommunication line by the global IP address assigned by the Internet service provider. Inquires the gateway device for the global IP address,
The gateway device receives the inquiry from the center device body, and transmits the global IP address to the center device body.
When the center apparatus main body detects a change in the global IP address received from the gateway apparatus, the center apparatus body notifies the DNS server on the telecommunication line of the global IP address newly received from the gateway apparatus,
A security system connection method, wherein a terminal device that receives information related to security from the center device is connected to the center of the center device via the DNS server.
JP2005036018A 2005-02-14 2005-02-14 Security system and security system connection method Active JP4667895B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005036018A JP4667895B2 (en) 2005-02-14 2005-02-14 Security system and security system connection method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005036018A JP4667895B2 (en) 2005-02-14 2005-02-14 Security system and security system connection method

Publications (2)

Publication Number Publication Date
JP2006221521A JP2006221521A (en) 2006-08-24
JP4667895B2 true JP4667895B2 (en) 2011-04-13

Family

ID=36983807

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005036018A Active JP4667895B2 (en) 2005-02-14 2005-02-14 Security system and security system connection method

Country Status (1)

Country Link
JP (1) JP4667895B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5786913B2 (en) * 2013-09-20 2015-09-30 コニカミノルタ株式会社 Information communication system, intermediate server and program

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002208078A (en) * 2001-08-16 2002-07-26 Ipex:Kk Information supply system using communication line
JP2003217057A (en) * 2002-01-17 2003-07-31 Matsushita Electric Ind Co Ltd Indoor monitoring system
JP2004005136A (en) * 2002-05-31 2004-01-08 Thermo System:Kk Remote monitoring system
JP3498095B1 (en) * 2003-04-18 2004-02-16 株式会社アイペックス Information supply system using communication line

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002208078A (en) * 2001-08-16 2002-07-26 Ipex:Kk Information supply system using communication line
JP2003217057A (en) * 2002-01-17 2003-07-31 Matsushita Electric Ind Co Ltd Indoor monitoring system
JP2004005136A (en) * 2002-05-31 2004-01-08 Thermo System:Kk Remote monitoring system
JP3498095B1 (en) * 2003-04-18 2004-02-16 株式会社アイペックス Information supply system using communication line

Also Published As

Publication number Publication date
JP2006221521A (en) 2006-08-24

Similar Documents

Publication Publication Date Title
EP1727332B1 (en) Name service system and method thereof
US10693982B1 (en) Internet activity, Internet connectivity and nearby Wi-Fi and local network device presence monitoring sensor
EP1459508B1 (en) Dynamic presence management
US9258386B2 (en) Voice over internet protocol (VoIP) mobility detection
US20030028817A1 (en) Method and device for notifying server failure recovery
US20070290830A1 (en) Remotely monitored security system
US20050141485A1 (en) Communication apparatus
RU2005115572A (en) SEAMLESS DETECTION OF REMOTE EXTRANETAL APPLICATIONS INSTALLED AT A WORK STATION
KR20050072818A (en) A method, a system and a terminal for realizing presenting information interaction of the wireless lan uers
EP2494769B1 (en) Communications system
JP4667895B2 (en) Security system and security system connection method
CN103227842A (en) Method and device for acquiring SIP (session initiation protocol) server address
WO2009138721A2 (en) Network camera management
JP4933817B2 (en) Remote control system for electrical equipment
KR100785789B1 (en) Unified management system comprising virtual home gateway and method of handling emergency situations using the same system
JP4240218B2 (en) Monitoring system, monitoring notification device, and communication method in monitoring system
JP3864824B2 (en) Notification method of access destination to home server system
JP2003110560A (en) Data communication system
JP4411933B2 (en) Terminal device
JP2008136053A (en) Remote monitoring control system, monitoring object control device and communication terminal
KR100705595B1 (en) Apparatus and method of network access state checking in network terminal
FR2898751B1 (en) CONTROL DEVICE FOR THE CENTRALIZATION FORCE OF SELECTED TRAFFIC IN A NODE OF AN IP NETWORK
CN109996347B (en) Method and device for establishing connection between terminal devices
WO2016056891A1 (en) System and method for automatic network switching in distributed communication network upon total network connection failure
JP2006174221A (en) Communication equipment, server, and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080110

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20110106

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20110112

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140121

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4667895

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250