Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| faq:tcpip [2025/01/12 17:36] – [GMail] Provide examples of how to query SPF/TXT records digital man | faq:tcpip [2026/01/26 14:58] (current) – [Ports] WebSocketsSecure, aka WSS digital man | ||
|---|---|---|---|
| Line 66: | Line 66: | ||
| [[http:// | [[http:// | ||
| + | |||
| + | Additionally, | ||
| + | |||
| + | ^Protocol ^TCP ^Comments^ | ||
| + | |MQTT | ||
| + | |MQTT/ | ||
| + | |MQTT/ | ||
| + | |MQTT/ | ||
| ===== Private IP ===== | ===== Private IP ===== | ||
| Line 229: | Line 237: | ||
| You should also see evidence of the successful SMTP connection to the server in your Synchronet Mail Server window/log output. If you do not, then it's likely that your firewall or Internet Service Provider is blocking incoming connections to TCP port 25. Before concluding this is the case, verify that the remote Telnet client can connect to other SMTP servers first (e.g. '' | You should also see evidence of the successful SMTP connection to the server in your Synchronet Mail Server window/log output. If you do not, then it's likely that your firewall or Internet Service Provider is blocking incoming connections to TCP port 25. Before concluding this is the case, verify that the remote Telnet client can connect to other SMTP servers first (e.g. '' | ||
| - | If your firewall or Internet Service Provider is blocking incoming connections to TCP port 25 (many consumer-class ISPs do), then you won't be able to receive Internet e-mail on your BBS. Fixing your firewall configuration is rather simple, but changing ISPs is often not. One possible work-around is having a mail proxy (3rd party server) receive the e-mail for you and forward it to a non-standard, | + | If your firewall or Internet Service Provider is blocking incoming connections to TCP port 25 (many consumer-class ISPs do), then you won't be able to receive Internet e-mail on your BBS. Fixing your firewall configuration is rather simple, but changing ISPs is often not. One possible work-around is having a mail proxy (3rd party server) receive the e-mail for you and forward it to a non-standard, |
| ===== FTP Connect ===== | ===== FTP Connect ===== | ||
| Line 435: | Line 443: | ||
| :!: **Answer: | :!: **Answer: | ||
| - | Rename/move or delete your '' | + | Rename/move or delete your '' |
| - | If you're using TLS for your other [[server: | + | If you're using TLS for your other [[server: |
| + | |||
| + | ===== SSH Errors ===== | ||
| + | :?: **Question: | ||
| + | Should I be concerned about ssh errors in my log files? | ||
| + | |||
| + | :!: **Answer**\\ | ||
| + | A number of ssh errors are generated mainly due to clients disconnecting or not actually using a valid ssh client, such as port scanners or bots. Some of these errors are | ||
| + | |||
| + | ' | ||
| + | |||
| + | ' | ||
| + | |||
| + | 'Error reading client' | ||
| + | |||
| + | No data was read because the remote system closed the connection (recv() == 0)' (-41) setting session active | ||
| + | |||
| + | 'Need resource to proceed' | ||
| + | | ||
| - | These files ('' | ||
| ===== See Also ===== | ===== See Also ===== | ||
| * [[: | * [[: | ||