Hi @Josh-Rosenthal, you can actually change the IP address of your Omega to something else to avoid conflict with your router. Just edit /etc/config/network, you should be able to find a block that looks like this: config interface 'wlan' option proto 'static' option ipaddr '192.168.3.1' option netmask '255.255.255.0' And all you need to do is to change where it says 192.168.3.1 to something else that plays a bit better with your router. Please let me know if this works! Cheers!