Tethering not working wifi -> ethernet

Hi

I followed:
https://discourse.osmc.tv/t/tethering/72767/2

did not understand which ip settings tethering is giving to clients?
how can I define/change this?

Understood that the clients gets an IP in range 192.168.0.0/24?
Is the OSMC working as DHCP?
clients do not have internet access. dns proxy is enabled

ip addr 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
   valid_lft forever preferred_lft forever
inet6 ::1/128 scope host 
   valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,DYNAMIC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master tether state UP group default qlen 1000
    link/ether b8:27:eb:c8:b5:14 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::ba27:ebff:fec8:b514/64 scope link 
       valid_lft forever preferred_lft forever
3: wlan0: <BROADCAST,MULTICAST,DYNAMIC,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
    link/ether 74:da:38:05:15:6f brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.233/24 brd 192.168.1.255 scope global wlan0
       valid_lft forever preferred_lft forever
4: tether: <BROADCAST,MULTICAST,DYNAMIC,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
    link/ether b8:27:eb:c8:b5:14 brd ff:ff:ff:ff:ff:ff
    inet 192.168.0.1/24 brd 192.168.0.255 scope global tether
       valid_lft forever preferred_lft forever
    inet6 fe80::5c8c:54ff:fed1:31c1/64 scope link 
       valid_lft forever preferred_lft forever

thanks T

Check the gateway

Based on nothing more than my own observations, it seems that the tethering network range will be 192.168.0.x if that’s not being used by eth0 and/or wlan0, or 192.168.1.x if 192.168.0.x is already being used.

There was a recent thread where DHCP might not have been passing the DNS IP addresses to the tethered devices. Unfortunately, it was not 100% clear if the problem was with connman or the OP’s network. In your case, are the tethered devicess able to ping an IP address, eg 1.1.1.1?