Chromebook Sonoff integration not working through usb LAN

Hi all, I’m running home Assistant on my chromebook inside linux beta (debian 10) in a docker container. Here is my install

sudo docker run -d --restart unless-stopped --name="home-assistant" -v /home/user/Home_assistant:/config -v /etc/localtime:/etc/localtime:ro --net=host homeassistant/home-assistant:stable

Natively chromebooks only have wifi. I recently bought a usb ethernet adapter which has a different IP and Mac adress than my WiFi. I can access Home Assistant on ethernet IP address but the sonoff switches are all grayed out and don’t do anything. When I access through wifi all works fine. How can I make the ethernet work with my sonoff integration?