Skip to content

Instantly share code, notes, and snippets.

@MennoTammens
MennoTammens / edgerouter-x.md
Created May 17, 2023 13:32 — forked from Ruben-E/edgerouter-x.md
Configure EdgeRouter X for KPN fiber / glasvezel

Setup interface eth1 and configure the DHCP/DNS server

configure
 
set interfaces ethernet eth1 address 192.168.2.254/24
set interfaces ethernet eth1 description "eth1 - LAN"
set interfaces ethernet eth1 duplex auto
set interfaces ethernet eth1 speed auto
 
@MennoTammens
MennoTammens / gist:95045af97914a00db0e2d542a9b00fe2
Last active June 15, 2021 16:33 — forked from kwilczynski/gist:36914ee29e31f7dbd27b4f6742dc96b3
Amazon Elastic Network Adapter (ENA) on CentOS 6
yum --enablerepo=extras install epel-release
yum -y install patch dkms kernel-devel perl
yum update
curl -o ena_linux_1.5.0.tar.gz https://codeload.github.com/amzn/amzn-drivers/tar.gz/ena_linux_1.5.0
tar zxvf ena_linux_1.5.0.tar.gz
mv amzn-drivers-ena_linux_1.5.0 /usr/src/ena-1.5.0
cat <<EOF > /usr/src/ena-1.5.0/dkms.conf
PACKAGE_NAME="ena"
This file has been truncated, but you can view the full file.
{"userAgent":"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/64.0.3240.0 Safari/537.36","lighthouseVersion":"2.5.0","generatedTime":"2017-11-15T09:54:06.224Z","initialUrl":"https://www.indenty.nl","url":"https://www.indenty.nl/","audits":{"is-on-https":{"score":true,"displayValue":"","rawValue":true,"extendedInfo":{"value":[]},"scoringMode":"binary","name":"is-on-https","category":"Security","description":"Uses HTTPS","helpText":"All sites should be protected with HTTPS, even ones that don't handle sensitive data. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/https).","details":{"type":"list","header":{"type":"text","text":"Insecure URLs:"},"items":[]}},"redirects-http":{"score":true,"displayValue":"","rawValue":true,"scoringMode":"binary","name":"redirects-h