PeerA – 1.1.1.1 PeerA – 2.2.2.2 WORKING CONFIGS – Config file (/etc/wireguard/demo.conf) Server1 – PUB_KEY – QVECuXHEgnAkhpGRWiEHHQaMsQl4dy56lZVb0Gmb8mk= Server2 – PUB_KEY – 4S3I92WrdDbmA2vIG9EDha01wWl73mncxEUWeBjd51g=
Author: Phil
Blocking Nasty IP Sources With TEAM CYMRU BOGONS and SpamHaus
Cisco IOS BGP Configuration TEAM CYMRU Firewall TXT List For OPNsense and other firewalls that allow to create a rule with an external list of IP addresses. Use the below with a block rule. https://www.team-cymru.org/Services/Bogons/fullbogons-ipv4.txt SpamHaus For OPNsense and other firewalls that allow to create a rule with an external list of IP addresses. Use…
Mount USB Drive in VyOS for Upgrades
Mount drive sudo mkdir /mnt/usbsudo mount /dev/sdb1 /mnt/usb/ Installing new image from USB add system image /mnt/usb/vyos-*.isoshow system image
Setting up Virtualmin on Debian 11
Edit Hosts file Edit DNS Servers Edit Interfaces Update and Upgrade Inital Packages Required Inital Config Download Virtualmin install script Run install script and start Should have a succesful installation
Setting up SPF DMARC BIMI DKIM for email
SPF DMARC BIMI DKIM Go to https://easydmarc.com/tools/dkim-record-generator?domain=domain.comChoose selector “s1”Set Key lenghClick generate Put Public key in DNS Put Private key in Email Server DomainKey (DKIM) Settings as PEM MTA-STS Unix Epoch Converter/generator – https://www.epochconverter.com/ PLUS Place the below in ../.well-known/mta-sts.txt TLS-RPT
Remotely Locking/Unlocking your front door…
So over the last few weeks i have been looking at how to lock and unlock my front door. This is handy if your out and a friend wants to drop something off etc, you could also link a CCTV cam to the system etc. but this this im just going to show the parts…
Linksys WRT54G + DD-WRT + OLSR = WIFI MESHING…. (Initial testing example)….
In the next few posts to come, i will be detailing my OLSR + Wifi Meshing…. Below is a simple config example. I will be explaining this example later. WRT54GL (Internet connected router) ——– WAN: 20.20.20.20/24 LAN: 192.168.1.1/24 SSID: OLSR WLAN unbridged: 10.1.1.1/24 MODE: AD-HOC Router mode: Gateway OLSR: eth1 Node 01 —– WAN: Disabled…
pfSense OLSR (Optimized Link State Routing)
pfSense 2.0 incorporates a number of useful services, a number of which will be the focus of future articles on this site. In this article, I will cover the Optimized Link State Routing Protocol (OLSR): what it is, why it is useful, and how to enable pfSense OLSR. OLSR Explained The Optimized Link State Routing…
Ubuntu 12.04 Server: GRE Tunneling
Here is an easy way to make use of IPv4 GRE tunnels in Ubuntu, or any other Debian based distro. You will need to edit /etc/network/interfaces. Here is a template with the information you will need to add: auto tun1 iface tun1 inet static address <tunnel IP> netmask <tunnel subnet mask> pre-up iptunnel add tun1 mode…
GRE between Vyatta Core & pfSense
Below i show the config for Vyatta Core and pfSense configuration details, in order to create a GRE Tunnel between two sites. Vyatta Core Configuration: vyatta@vyatta1-site1:~$ show configuration interfaces { ethernet eth0 { address 192.168.1.1/24 duplex auto hw-id 00:0c:29:00:a3:d7 smp_affinity auto speed auto } ethernet eth1 { address dhcp duplex auto hw-id 00:0c:29:00:a3:e1 smp_affinity auto…