22:17, EET
February 8, 2014
Hello,
Is it possible to configure the Endpoints of the OPC UA server so that it will listen for connection on the given port at any IP address? It seems that it only binds to the specific IP addresses currently defined for the host, and we would like for it to work more like other apps (e.g. ssh) that listen on any IP (0.0.0.0). The netstat listing shows something like the following, where ssh is on port 22 and our server is on port 10025:
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN –
tcp6 0 0 127.0.0.1:10025 :::* LISTEN 4027/java
tcp6 0 0 10.10.0.184:10025 :::* LISTEN 4027/java
We are running this on an ARM processor with ubuntu, and have the possibility of the network configuration changing after the server has started (e.g. could switch between wired and wireless LANs).
Thanks for your help.
14:32, EET
December 21, 2011
I am afraid it is not possible with the 1.4.x version, but will be possible with 2.0, which enables you to specify the BindAddresses for the server, e.g.:
bindAddresses.add(InetAddress.getByAddress(new byte[] { 0, 0, 0, 0 }));
server.setBindAddresses(bindAddresses);
2.0 is currently in beta, so I recommend you try it out.
23:11, EET
February 8, 2014
Most Users Ever Online: 1919
Currently Online:
41 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Heikki Tahvanainen: 402
hbrackel: 144
rocket science: 88
pramanj: 86
Francesco Zambon: 83
Ibrahim: 78
Sabari: 62
kapsl: 57
gjevremovic: 49
Xavier: 43
Member Stats:
Guest Posters: 0
Members: 726
Moderators: 7
Admins: 1
Forum Stats:
Groups: 3
Forums: 15
Topics: 1525
Posts: 6456
Newest Members:
forrestdilke5, ernestoportus31, martin123, rickie5305, shaylamaggard4, rickyjuarez140, jonathonmcintyre, fannielima, kristiewinkle8, rustModerators: Jouni Aro: 1026, Pyry: 1, Petri: 0, Bjarne Boström: 1028, Jimmy Ni: 26, Matti Siponen: 346, Lusetti: 0
Administrators: admin: 1