Hi Did you try editing conf/conf.d/httpejbd.properties and set bind = 0.0.0.0? Le 8 mars 2015 08:10, "thufir" <[email protected]> a écrit :
> How can I get the hello world sample to connect from one computer to > another on a LAN? > > http://stackoverflow.com/questions/28923966/ > > > Can I ping/telnet/nmap/netstat/something the server to confirm ports are > open and waiting? > > thufir@doge:~$ > thufir@doge:~$ nmap 192.168.1.3 > > Starting Nmap 6.46 ( http://nmap.org ) at 2015-03-07 23:06 PST > Nmap scan report for 192.168.1.3 > Host is up (0.00092s latency). > Not shown: 998 closed ports > PORT STATE SERVICE > 22/tcp open ssh > 119/tcp open nntp > > Nmap done: 1 IP address (1 host up) scanned in 0.07 seconds > thufir@doge:~$ > thufir@doge:~$ telnet 192.168.1.3 4201 > Trying 192.168.1.3... > telnet: Unable to connect to remote host: Connection refused > thufir@doge:~$ > > > I've read through the startup guide, but it's very long and I wasn't able > to find just the one thing I want to do: open a port for a remote > connection. > > > > thanks, > > Thufir >
