Displaying 4 results from an estimated 4 matches for "333u".
Did you mean:
333
2015 May 09
2
firewalld trouble opening a port
....xx... <---obscuring the real IP
telnet: connect to address xx.xx.xx.xx: Connection refused
telnet: Unable to connect to remote host
Yet, that port is definitely listening on the host:
[root at appd:~] #lsof -i :8181
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
java 13423 root 333u IPv6 3526508 0t0 TCP *:intermapper (LISTEN)
And if I stop the firewall momentarily :
I can telnet to that port from a remote location:
#telnet appd.mydomain.com 8181
Trying xx.xx.xx.xx...
Connected to appd.mydomain.com.
Escape character is '^]'.
Of course I bring up the firewall...
2000 Dec 05
1
Bugreport: openssh-2.3.0p1 scp to SSH2 (2.0.13) server
...\345\314\235zlA\r\333\316\242>\16\0,\314e\375\4\255Ac\334"..., 8192) = 160
select(7, [3 4], [6], NULL, NULL) = 1 (out [6])
write(6, "warning: Development-time debugg"..., 120) = 120
select(7, [3 4], [], NULL, NULL) = 1 (in [3])
read(3, "T\31`\274\314\6(r+E\7N\343\333u\3242\234N\30\327N\346_"..., 8192) = 256
close(4) = 0
close(5) = 0
brk(0x8101000) = 0x8101000
close(6) = 0
select(7, [3], [3 6], NULL, NULL) = -1 EBADF (Bad file descripto...
2015 May 09
0
firewalld trouble opening a port
...t; telnet: connect to address xx.xx.xx.xx: Connection refused
> telnet: Unable to connect to remote host
>
> Yet, that port is definitely listening on the host:
>
> [root at appd:~] #lsof -i :8181
> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
> java 13423 root 333u IPv6 3526508 0t0 TCP *:intermapper (LISTEN)
>
>
> And if I stop the firewall momentarily :
>
> I can telnet to that port from a remote location:
>
> #telnet appd.mydomain.com 8181
> Trying xx.xx.xx.xx...
> Connected to appd.mydomain.com.
> Escape character is ...
2015 May 09
2
firewalld trouble opening a port
....xx.xx: Connection refused
> > telnet: Unable to connect to remote host
> >
> > Yet, that port is definitely listening on the host:
> >
> > [root at appd:~] #lsof -i :8181
> > COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
> > java 13423 root 333u IPv6 3526508 0t0 TCP *:intermapper
> (LISTEN)
> >
> >
> > And if I stop the firewall momentarily :
> >
> > I can telnet to that port from a remote location:
> >
> > #telnet appd.mydomain.com 8181
> > Trying xx.xx.xx.xx...
> > Connected...