Replies: 1 comment
-
Best advice I can offer is to follow the steps outlined here #324 (comment) Re: logging, be sure to enable the Log DHCP requests option in DHCP > Logging, then restart dnsmasq. The service must be restarted in order for logging to work. In most cases log output will help you identify the source of the problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
i want to manage to connect to a single wired device over a wireless connection. Schema:
notebook ))) ((( PI ---- wiredDevice
there is no internet access involved at all in this setup. I want my notebook directly talking to the wireddevice.
I managed to get raspap configured for wifi and dhcp and everything works for my notebook. I set up eth0 with a static address and enabled all dhcp settings with the same data as for wlan0 except making it another network by using 10.4.141. ...
Problem is now: my wiredDevice does not get a IP adress at all. DHCP logging in raspap does not list anything.
I was reading #324 and it should work, shouldn't it? Please help me, as I do not really know where to even start here
Beta Was this translation helpful? Give feedback.
All reactions