<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div>
<blockquote type="cite"><span style="font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; display: inline !important; float: none; ">Does
that address mask work now? Is that supposed to mean any address?</span><br style="font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">
</blockquote>
</div>
<br>
<div>I'm able to use 0.0.0.0/0 in other environments like AWS for "any IP". I think it's legal.</div>
<div><br>
</div>
<div>Interestingly, it looks like jetty is listening on a different local address when I start it using the jetty-base that is distributed than with jetty's own distributed start.ini. Maybe IPv6 only?</div>
<div><br>
<div>
<div>[root@idp-load-1 jetty-base]# netstat -pant</div>
<div>Active Internet connections (servers and established)</div>
<div>Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name </div>
<div>tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1146/sshd </div>
<div>tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1179/sendmail </div>
<div>tcp 0 0 10.16.142.228:41844 54.244.88.132:4505 ESTABLISHED 1213/python </div>
<div>tcp 0 288 10.16.142.228:22 97.122.121.81:51009 ESTABLISHED 4403/sshd </div>
<div>tcp 0 0 10.16.142.228:22 97.122.121.81:57256 ESTABLISHED 6224/sshd </div>
<div>tcp 0 0 ::ffff:127.0.0.1:9443 :::* LISTEN 6961/java </div>
<div>tcp 0 0 :::22 :::* LISTEN 1146/sshd </div>
<div>tcp 0 0 ::ffff:127.0.0.1:8443 :::* LISTEN 6961/java </div>
<div>[root@idp-load-1 jetty-base]# netstat -pant</div>
<div>Active Internet connections (servers and established)</div>
<div>Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name </div>
<div>tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1146/sshd </div>
<div>tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 1179/sendmail </div>
<div>tcp 0 0 10.16.142.228:41844 54.244.88.132:4505 ESTABLISHED 1213/python </div>
<div>tcp 0 0 10.16.142.228:22 97.122.121.81:57347 ESTABLISHED 7082/sshd </div>
<div>tcp 0 288 10.16.142.228:22 97.122.121.81:51009 ESTABLISHED 4403/sshd </div>
<div>tcp 0 0 10.16.142.228:22 97.122.121.81:57256 ESTABLISHED 6224/sshd </div>
<div>tcp 0 0 :::8080 :::* LISTEN 7155/java </div>
<div>tcp 0 0 :::22 :::* LISTEN 1146/sshd </div>
</div>
</div>
</body>
</html>