Changes between Version 19 and Version 20 of Software/Gateway


Ignore:
Timestamp:
08/31/10 22:19:18 (14 years ago)
Author:
art
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Software/Gateway

    v19 v20  
    144144openbm-gateway -p 33001 -i 192.168.0.1 
    145145}}} 
    146 This will bind the server to address 192.168.0.1:33001. Usually the server is only used for local process communication and it does not make much sense to bind this server to some external ip address. Otherwise you would present your IBus traffic to the outside world. Hmm, in some case this might be really helpful, however only if you can secure the communication: nobody want that somebody from the internet is able to turn-off your lights in the car :) 
     146This will bind the server to address 192.168.0.1:33001. Usually the server is only used for local process communication and it does not make much sense to bind the server to any other address rather than 127.0.0.1.  
    147147 
    148148'''WARNING''': Currently server does not support any authentication mechanism, so be aware to bind the server to external addresses or to global address 0.0.0.0 for example. This will make your IBus traffic visible to the outside world and is very dangerous if somebody get used to hack it.