#How change WLAN to LAN usage on CASA?
9 messages · Page 1 of 1 (latest)
I checked by disconnecting LAN cable that is enx00e04c360380, but it dont use network
13: enx00e04c360380: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether MAC brd ff:ff:ff:ff:ff:ff
in "ip a"
in your host OS: check with route -a
if you are actually using the wlan interface, you should define a new default route using yoour wlan
i.e. route add default gw <router-address> eth0 if you want to stick to command line
you may have to remove the previous wlan default route: route del something something (I do not know it by heart and I do not have a Linux box at this moment, but you can google for it)