Port 222 is filtered over IPv6 #22

Open
opened 2025-12-31 12:58:16 +01:00 by lapo · 0 comments

(as reported on GitHub #15364)

% nmap -p80,222 git.friendi.ca 
PORT    STATE SERVICE
80/tcp  open  http
222/tcp open  rsh-spx
% nmap -6 -p80,222 git.friendi.ca
PORT    STATE    SERVICE
80/tcp  open     http
222/tcp filtered rsh-spx
(as reported on [GitHub #15364](https://github.com/friendica/friendica/issues/15364)) ```sh % nmap -p80,222 git.friendi.ca PORT STATE SERVICE 80/tcp open http 222/tcp open rsh-spx % nmap -6 -p80,222 git.friendi.ca PORT STATE SERVICE 80/tcp open http 222/tcp filtered rsh-spx ```
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
friendica/git.friendi.ca#22
No description provided.