Originally posted by technomensch
View Post
Code:
127.0.0.1 localhost
$ sudo /opt/open-xchange/sbin/registerserver -n localhost -A oxadminmaster -P <<pwd removed>> server could not be registered: Error: Connection refused to host: localhost; nested exception is: java.net.ConnectException: Connection refused
$ more /etc/hosts # The following lines are desirable for IPv6 capable hosts ::1 ip6-localhost ip6-loopback fe00::0 ip6-localnet ff00::0 ip6-mcastprefix ff02::1 ip6-allnodes ff02::2 ip6-allrouters ff02::3 ip6-allhosts 192.168.1.104 localhost <<hostname removed>> $ ifconfig eth1 Link encap:Ethernet HWaddr 00:0c:76:9c:42:0f UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) Interrupt:19 Base address:0xc400 eth2 Link encap:Ethernet HWaddr 00:12:17:58:fb:b9 inet addr:192.168.1.104 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::212:17ff:fe58:fbb9/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:150995 errors:0 dropped:0 overruns:0 frame:0 TX packets:98794 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:189517709 (180.7 MB) TX bytes:8199499 (7.8 MB) Interrupt:20 Base address:0xc000
127.0.0.1 localhost
Comment