Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
faq:tcpip [2020/04/17 20:20] – [Bind] Add a sub-section heading for rebind digital man | faq:tcpip [2025/01/29 23:12] (current) – [SSH Session Key] Added some common logged ssh errors nelgin | ||
---|---|---|---|
Line 48: | Line 48: | ||
|WS | |WS | ||
|WSS |11235 | |WSS |11235 | ||
+ | |||
+ | Additionally, | ||
+ | |||
+ | ^Protocol ^TCP ^UDP ^Comments^ | ||
+ | |QOTD | ||
+ | |IMAP | ||
+ | |IMAPS | ||
+ | |BINKP | ||
+ | |BINKPS | ||
+ | |NNTPS | ||
+ | |Hotline | ||
+ | |Hotline-TRANS | ||
+ | |||
+ | |||
Enabling connectivity to Synchronet through your firewall is no different than enabling connectivity to any other TCP/IP server. Follow your firewall documentation for forwarding or opening ports for TCP/IP servers located " | Enabling connectivity to Synchronet through your firewall is no different than enabling connectivity to any other TCP/IP server. Follow your firewall documentation for forwarding or opening ports for TCP/IP servers located " | ||
Line 174: | Line 188: | ||
In general, you need to check your Synchronet Mail Server window/log output for details about why Internet e-mail delivery attempts may be failing. | In general, you need to check your Synchronet Mail Server window/log output for details about why Internet e-mail delivery attempts may be failing. | ||
+ | ==== GMail ==== | ||
+ | :?: **Question: | ||
+ | Why can't I send Internet e-mail from my BBS to GMail.com? | ||
+ | |||
+ | Example: | ||
+ | cvs.synchro.net reporting delivery failure of message | ||
+ | from Someone to annyone@gmail.com | ||
+ | | ||
+ | Reason: | ||
+ | gmail-smtp-in.l.google.com replied with: | ||
+ | "550 5.7.26 | ||
+ | d9443c01a7336-21a919d2ef1si90834815ad.334 - gsmtp" | ||
+ | instead of the expected reply: | ||
+ | "250 ..." | ||
+ | |||
+ | :!: **Answer: | ||
+ | GMail.com requires mail severs have a valid **SPF** DNS record to send email to their servers. This requirement from Google is an anti-spoofing/ | ||
+ | |||
+ | An SPF record is a specially formatted DNS **TXT** (text) record. You can check if your domain has an SPF record by querying the DNS for TXT records for your domain using common network tools provided with your OS such as '' | ||
+ | |||
+ | $ host -t txt vert.synchro.net | ||
+ | vert.synchro.net descriptive text " | ||
+ | |||
+ | If you are [[howto: | ||
+ | mail.synchro.net | ||
+ | |||
+ | If you are relaying your outbound Internet mail through Vertrauen **and** [[howto: | ||
+ | v=spf1 mx a -all | ||
+ | | ||
+ | If you are using the Synchronet dynamic DNS service to have/update a ''// | ||
===== Receive Mail ===== | ===== Receive Mail ===== | ||
Line 185: | Line 229: | ||
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 276: | Line 320: | ||
sbbs: term 0001 Will retry in 15 seconds (1 of 2) | sbbs: term 0001 Will retry in 15 seconds (1 of 2) | ||
- | ... this is most likely because a TCP session is stuck in a '' | + | ... this is most likely because a TCP session is stuck in a TCP "TIME WAIT" or "CLOSE WAIT" |
REUSEADDR=1 | REUSEADDR=1 | ||
Line 396: | Line 440: | ||
These files ('' | These files ('' | ||
+ | |||
+ | ===== 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' | ||
+ | | ||
+ | |||
===== See Also ===== | ===== See Also ===== | ||
* [[: | * [[: |