At a Windows install keep getting the error ‘Looks like something happened. Let’s try reconnecting’ and returns to the connect to internet page. This may also happen after resetting a device and it keeps returning to network connection page. Try Shift + F10 to enter command prompt. Start networking control panel Disable then troubleshoot/diagnose the […]
Tag: networking
IP Forwarding and Masquerading in Linux Using UFW
In this example we have 2 private subnets 192.168.1.0/24 and 172.16.1.0/24 where only 192.168.1.xxx addresses can directly access the router at 192.168.1.1. We want to access the internet from both subnets. We need a machine connected to both networks and allow IP forwarding from 172.16.1.0/24 to 192.168.1.0/24. Although probably better with 2 NICs it can […]