The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 1,861 other subscribers

Archive for the ‘Internet’ Category

Netgate SG-3100 is an ARM based pfSense Firewall Appliance

Posted by jpluimers on 2019/11/04

By now I should have had plenty of time to try out an ARM based pfSense multi-WAN router like the [WayBack]  Netgate SG-3100 is an ARM based pfSense Firewall Appliance.

So this is a reminder for myself to write down more detailed experiences than the summary at [WayBack]Netgate SG-3100 pfSense Security Gateway Appliance.

It is in the Mikrotik price range, but each time I use those I bump into mysterious RouterOS issues that only I seem to have.

–jeroen

via:

Read the rest of this entry »

Posted in Internet, Network-and-equipment, Power User, routers | 1 Comment »

ZeroShell Firewall/Router Linux Distribution Works on x86 Hardware, Raspberry Pi 2/3, & (Some) Orange Pi Boards

Posted by jpluimers on 2019/11/01

From a while back: [WayBackZeroShell Firewall/Router Linux Distribution Works on x86 Hardware, Raspberry Pi 2/3, & (Some) Orange Pi Boards.

I’m anxious to see how much it has grown up by now.

More info at Zeroshell – Wikipedia

–jeroen

via: [WayBack] ZeroShell is a ##Linux distribution for firewalls/routers fully configurable via a web interface, and that not only works on x86, but also on some ##Arm… – Jean-Luc Aufranc – Google+

Posted in Internet, Network-and-equipment, Power User, routers | Leave a Comment »

WayBack machine now rate limits your requests and blocks if you go over it

Posted by jpluimers on 2019/10/19

Got this a while ago while saving a bunch of links for my blog; unfortunately the email address did not respond for information

Too Many Requests

We are limiting the number of URLs you can submit to be Archived to the Wayback Machine, using the Save Page Now features, to no more than 15 per minute.

If you submit more than that we will block Save Page Now requests from your IP number for one day.

Please feel free to write to us at info@archive.org if you have questions about this. Please include your IP address and any URLs in the email so we can provide you with better service.

I wish there was a queue service that would make you wait longer, but does fulfill the request.

–jeroen

Posted in Internet, InternetArchive, Power User, WayBack machine | Leave a Comment »

KPN vernieuwt abonnementen voor vast en mobiel internet, tv en bellen – IT Pro – Nieuws – Tweakers

Posted by jpluimers on 2019/10/08

Voor mijn link archief, dit lijkt op de integratie van xs4all:

KPN komt met nieuwe abonnementen met de naam Hussel. Onder die naam zijn zowel vast en mobiel internet als bellen en tv beschikbaar. Ook zijn er losse mobiele abonnementen. Onbeperkte mobiele data is alleen mogelijk in combinatie met vast internet.

[WayBack] KPN vernieuwt abonnementen voor vast en mobiel internet, tv en bellen – IT Pro – Nieuws – Tweakers

Posted in Internet, ISP, KPN, Power User, xs4all | Leave a Comment »

Route traffic from one port via VPN – MikroTik

Posted by jpluimers on 2019/09/16

For my link archive: [WayBack] Route traffic from one port via VPN – MikroTik

Via [WayBack] networking – Mikrotik route internet traffic from one interface via vpn – Super User

–jeroen

Posted in Internet, MikroTik, Power User, routers | Leave a Comment »

xs4all, vaste IP adressen en reverse DNS

Posted by jpluimers on 2019/09/09

Voor mijn link archief: [WayBack] KPN legt voornemen om te stoppen met Xs4All voor aan ondernemingsraad – IT Pro – Nieuws – Tweakers

–jeroen

Posted in Internet, ISP, Power User, xs4all | Leave a Comment »

When archiving in the WayBack machine returns error 400: clear your cookies

Posted by jpluimers on 2019/08/16

When archiving pages in the WayBack machine, despite Privacy Badger having set to “save no cookies”, it still managed to set truckloads of cookies.

So I used the Chrome settings in chrome://settings/content/cookies to disable cookies and now everything is fine.

–jeroen

Read the rest of this entry »

Posted in Chrome, Google, Internet, InternetArchive, Power User, Privacy, WayBack machine | Leave a Comment »

Please web-site owners (including memori.nl, sandsmedia.com, and many others): allow plus signs in email addresses when registering/contacting

Posted by jpluimers on 2019/08/05

I am quite amazed that many web-sites fail to allow email addresses of the form x+y@z.domain.

This is called subaddressing and has been in the email addressing specs since ages.

Do not validate, but send

Basically the only way to verify the validity of an email address is to send an email to it, and wait for it to be accepted or rejected.

Even the best regex will “have almost no false negatives”, which means they will reject valid email addresses.

Further reading

Please read and implement these specs before rejecting email addresses you think might be invalid:

  • [WayBack] RFC 5233 – Sieve Email Filtering: Subaddress Extension
  • [WayBack] RFC 3696 – Application Techniques for Checking and Transformation of Names
  • [WayBack] Mail::RFC822::Address

    The RFC allows comments to be arbitrarily nested. A single regular expression cannot cope with this.

  • [WayBack] Gmail address with “+” within the recipient name – Web Applications Stack Exchange

    any ASCII graphic (printing) character other than the at-sign (“@”), backslash, double quote, comma, or square brackets may appear without quoting.

  • [WayBack] [3527] Email addresses with plus sign (+)

    Sub-addressing

    Some mail services allow a user to append a +tag qualifier to their e-mail address (e.g., joeuser+tag@example.com). The text of tag can be used to apply filtering. The text of the tag can also be used to help a user figure out which organization “leaked” the user’s email address to a spammer. However, some mail servers violate RFC 5322, and the recommendations in RFC 3696, by refusing to send mail addressed to a user on another system merely because the local-part of the address contains the plus sign (+). Users of these systems cannot use plus addressing. On the other hand, most installations of the qmail and Courier Mail Server products support the use of a dash ‘-‘ as a separator within the local-part, such as joeuser-tag@example.com or joeuser-tag-sub-anything-else@example.com. This allows qmail through .qmail-default or .qmail-tag-sub-anything-else files to sort, filter, forward, or run an application based on the tagging system established. Disposable e-mail addresses of this form, using various separators between the base name and the tag are supported by several email services, including Runbox (plus and minus), Google Mail (plus), Yahoo! Mail Plus (minus), and FastMail (plus). The name sub-addressing is the generic term (used for plus-addressing and minus-addressing) found in some IETF standards-track documents, such as RFC 5233.

  • [WayBack] How to Find or Validate an Email Address

    Regexes Don’t Send Email

    Don’t go overboard in trying to eliminate invalid email addresses with your regular expression. The reason is that you don’t really know whether an address is valid until you try to send an email to it. And even that might not be enough. Even if the email arrives in a mailbox, that doesn’t mean somebody still reads that mailbox. If you really need to be sure an email address is valid, you’ll need to send an email to it that contains a code or link for the recipient to perform a second authentication step. And if you’re doing that, then there is little point in using a regex that may reject valid email addresses.

A nice overview of people trying to answer with a regular expression, and comments indicating all those attempts fail in one way or the other is at [WayBack] regex – How to validate an email address in JavaScript? – Stack Overflow

–jeroen

Posted in Conference Topics, Conferences, Event, Internet, Power User | Leave a Comment »

CAA Mandated by CA/Browser Forum | Qualys Blog

Posted by jpluimers on 2019/07/22

[WayBack] CAA Mandated by CA/Browser Forum | Qualys Blog

Certification Authority Authorization (CAA), specified in RFC 6844 in 2013, is a proposal to improve the strength of the PKI ecosystem with a new control to restrict which CAs can issue certificates…

Related:

–jeroen

Posted in Conference Topics, Conferences, DNS, Encryption, Event, HTTPS/TLS security, Internet, Power User, Security | Leave a Comment »

RP-SMA dummy loads for nonadjustable WiFi devices and Adjust Fritz!Box WiFi power – via Knowledge Base | AVM International

Posted by jpluimers on 2019/07/19

Via [WayBack] Knowledge Base | AVM International:

3 Setting the maximum transmitter power

  1. Click “Wireless” (“WLAN”) in the FRITZ!Box user interface.
  2. Click “Radio Channel” in the “Wireless” (“WLAN”) menu.
  3. If the option “Set radio channel settings automatically (recommended)” is enabled, proceed with the following section.
    • If the option “Adjust radio channel settings” is enabled:
      1. Click “Additional settings”.
      2. Select “100%” from the drop-down list “Maximum transmitter power”.
      3. Click “Apply” to save the settings.
For me, having minimal power was important since every now I needed to be able to connect to it, but only when I was in close proximity.

Hence the settings below: 6% Maximum transmit power is the lowest I could set.

For devices that cannot adjust their antenna output power which have RP-SMA connectors, I bought these to effectively throttle them:

Read the rest of this entry »

Posted in Fritz!, Fritz!Box, Internet, Power User | Leave a Comment »