10GB Lab, slow but steady.
Slowly adding 10GB to the mix of my homelab Disk Performance of a VM who’s disk is on the storage server
Network labs
Slowly adding 10GB to the mix of my homelab Disk Performance of a VM who’s disk is on the storage server
Below are the steps required to get Zerotier setup on your OPNsense router to act as a network bridge between your Localnetwork and Clients with Zerotier client installed on remote networks. In ZT network screen: Managed routes: An IP assigned to the ZT network for the range selected e.g. 10.10.10.0/24. For the device the service runs on (OpnSense) there is a destination for 192.168.1.1/24 to LAN of the ZT network IP range you’ve set e.g. 10.10.10.22. Auth Activated for OpnSense…
If you want to provide your guests with free and easy internet access, setting up a Unifi Captive Portal might be a good idea. While you just can create an extra wireless network (SSID) with a simple password, you also need to keep the security of your network in mind. You don’t want to give your guests access to your systems. By using the Unifi Guest Portal you can isolate the clients on your network and give them access for…
Initially, the Synology Bond need to be prepared for LACP (IEE 802.3ad). This can be done via Control Panel – Network – Network Interface – Bonded Interface (if already created, otherwise you need to create one). Select IEEE 802.3ad Dynamic Link Aggregation for the Bond interface and apply the configuration. Because the switch is not prepared yet, the Synology will provide an error message which states that the LACP LAG cannot be created. No worries, this will be fixed automagically after…
Initially i had quite a headache with Java software.. For one, Java drives me crazy. I kept getting all kinds of errors trying to connect to https://unifi.ubnt.com to access my controller remotely. Troubleshooting steps. Download the latest version of the controller software https://www.ui.com/download/unifi/ Install the software as a service https://help.ubnt.com/hc/en-us/articles/205144550-UniFi-Run-the-Controller-as-a-Windows-Service Open required ports on your router forward to controller https://help.ubnt.com/hc/en-us/articles/218506997-UniFi-Ports-Used For your sake setup 2FA (two factor authentication) https://help.ubnt.com/hc/en-us/articles/115012986607-How-to-Enable-Two-Factor-Authentication
Recently got myself a US-24 Switch, initially i was having trouble with it. Mostly because i didn’t have a flat network. I had VLAN’s setup, i wanted all networking get to be on Vlan 13 a /27 network. Initially, i got it all working and setup fairly easily but kept getting disconnects. When i’d make IP/VLAN changes. This is a good starting point for anyone new to unifi switches. Good references for getting started with a new switch. References: Unifi…
Making a mental note, here. I’ve tried visualizing PFsense multiple times in the past with mostly failures. The reason being is Hyper-V and VLANS. I assumed by default a vSwitch would pass all traffic. By default this doesn’t seem to be the case. You must setup your vSwitch correctly. Here is the command i used that worked. Get-VMNetworkAdapter -VMName “vmname” | Where-Object {$.MacAddress -eq “XXXXXXXXXXXX”} | Set-VMNetworkAdapterVlan -Trunk -AllowedVlanIdList “1-100” -NativeVlanId 1 References: https://forum.netgate.com/topic/81161/pfsense-hyper-v-vlans/4 Hyper-V VM Trunk VLANs Posted by virutalisto on May…