Skip to content

Phils Blog and Stuff

TELECOMS. VIRTUALIZATION. IT. CODING. and more…

Menu
  • Home
  • Resources
    • Subnet Mask Cheat Sheet
    • Easy Dmarc+Email
    • MX Tool Box
    • LOAD BALANCING & SRE
  • SHOP
  • SOLUTIONS
  • SERVICES
  • Contact Me
Menu

Author: Phil

Simple Wireguard Config

Posted on 08/03/2023 by Phil

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=

Read more

Blocking Nasty IP Sources With TEAM CYMRU BOGONS and SpamHaus

Posted on 08/03/202308/03/2023 by Phil

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…

Read more

Mount USB Drive in VyOS for Upgrades

Posted on 08/03/202308/03/2023 by Phil

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

Read more

Setting up Virtualmin on Debian 11

Posted on 08/03/202308/03/2023 by Phil

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

Read more

Setting up SPF DMARC BIMI DKIM for email

Posted on 08/03/202313/03/2023 by Phil

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

Read more

Remotely Locking/Unlocking your front door…

Posted on 20/10/201308/03/2023 by Phil

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…

Read more

Linksys WRT54G + DD-WRT + OLSR = WIFI MESHING…. (Initial testing example)….

Posted on 20/08/201308/03/2023 by Phil

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…

Read more

pfSense OLSR (Optimized Link State Routing)

Posted on 12/08/201308/03/2023 by Phil

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…

Read more

Ubuntu 12.04 Server: GRE Tunneling

Posted on 12/08/201308/03/2023 by Phil

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…

Read more

GRE between Vyatta Core & pfSense

Posted on 11/08/201308/03/2023 by Phil

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…

Read more

Posts pagination

  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 18
  • Next

POSTS

  • Home Assistant. Add water meter with PHP+MQTT+YML.
  • Automating your home with Home Assistant. Initial install and config (Hyper-V).
  • The importance of setting up email security correctly.
  • Automate Debian installations with Seed, DHCP and Nginx.
  • A simple link shortener.. Fun little project…

WORD CLOUD

3CX 3CX Phone System Apache Asterisk Cacti CentOS CRM DHCP DNS Email Fail over Failover File System Firewall FreeBSD FreeNAS FXO IAX install IP IP PBX Linux M0n0wall Nottingham Open Source PBX PFSense PHP Router Server SIP snom SSH TrixBox ubuntu VLAN Voice VoIP VPN vyatta WAN Website WiFi yealink ZFS

© 2025 Phils Blog and Stuff | Powered by Superbs Personal Blog theme