<div>                I guess it's just you and me here too mystery bclug admin?  <br>            </div>            <div class="yahoo_quoted" style="margin:10px 0px 0px 0.8ex;border-left:1px solid #ccc;padding-left:1ex;">                        <div style="font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;font-size:13px;color:#26282a;">                                <div>                    On Saturday, July 9, 2022, 01:59:28 p.m. PDT, BCLUG <admin@bclug.ca> wrote:                </div>                <div><br></div>                <div><br></div>                <div><div dir="ltr"><a shape="rect" ymailto="mailto:jkinney23@yahoo.ca" href="mailto:jkinney23@yahoo.ca">jkinney23@yahoo.ca</a> wrote on 2022-07-09 05:53:<br clear="none"><br clear="none">> Or is dynamic DNS still a thing so I can<br clear="none">> host from home?<br clear="none"><br clear="none">I think DDNS is still "a thing", but I believe the major providers <br clear="none">started charging for even basic accounts. I'm not sure about this, just <br clear="none">something rattling around the back of my brain.<br clear="none"><br clear="none">Might not be necessary though, depending on your ISP and how often they <br clear="none">change your IP.<br clear="none"><br clear="none"><br clear="none">Add an hourly or daily cron job doing something like:<br clear="none"><br clear="none">curl <a shape="rect" href="http://bclug.ca/myip/ " target="_blank">http://bclug.ca/myip/ </a>>> ~/myIP.log<br clear="none"><br clear="none">Then check for how often the IP has changed:<br clear="none"><br clear="none">sort | uniq ~/myIP.log<br clear="none"><br clear="none">If your IP hasn't changed after a week, then the output should be one <br clear="none">line with one IP address. Probably won't need DDNS then.<br clear="none"><br clear="none"><br clear="none">Another thing: who is your ISP?<br clear="none"><br clear="none">You'll probably want your server to be able to send email notifications.<br clear="none"><br clear="none">The options there are to set up a relay so it goes through another SMTP <br clear="none">server, or to run postfix locally.<br clear="none"><br clear="none">If running postfix locally, and on Telus, email won't send and it's hard <br clear="none">to debug.<br clear="none"><br clear="none">Your postfix will reach out and connect to a destination MTA, and ... <br clear="none">nothing.  Telus blocks incoming traffic on port 25(?) and postfix will <br clear="none">not be able to finish sending out mail.<br clear="none"><br clear="none">TekSavvy allows this to work. Unsure of Shaw.<br clear="none"><br clear="none"><br clear="none"><br clear="none">This led to quite an ordeal when my home server had both cable and fibre <br clear="none">connections.<br clear="none"><br clear="none">Had to script up something that rewrote the routing table such that a <br clear="none">selection of major email providers' MX records got looked up for IP <br clear="none">addresses, then those IP address routes were sent through cable, rest of <br clear="none">traffic sent over fibre.<br clear="none"><br clear="none">It worked...<div class="yqt5828808528" id="yqtfd02861"><br clear="none">-- <br clear="none">BCLUG mailing list<br clear="none">--<br clear="none">To unsubscribe, send an email to <a shape="rect" ymailto="mailto:discuss-unsubscribe@lists.bclug.ca" href="mailto:discuss-unsubscribe@lists.bclug.ca">discuss-unsubscribe@lists.bclug.ca</a><br clear="none">--<br clear="none">Email <a shape="rect" ymailto="mailto:discuss-owner@lists.bclug.ca" href="mailto:discuss-owner@lists.bclug.ca">discuss-owner@lists.bclug.ca</a> to contact an human administrator.<br clear="none">--<br clear="none">Web site: <a shape="rect" href="https://lists.bclug.ca/mailman/listinfo/discuss" target="_blank">https://lists.bclug.ca/mailman/listinfo/discuss</a><br clear="none"></div></div></div>            </div>                </div>