-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to identify the DHCP-assigned IP address of a routed client? #52
Comments
I think dnsmasq stores it somewhere in the file. See this |
Oh and I also just realized I'm having issues with the client not receiving internet access when using the script... :) |
Try to install all the packages mentioned in the top section of script. |
All of the commands are run without error, so I don't think that's the issue. |
After running all the commands individually did it work for getting internet access? |
Interesting. Admittedly, I'm not very skilled or experienced with using Linux network interface configuration tools, so I don't know what useful information I can provide here to help resolve the issue. As for the premature run, I don't think this is the problem. The script doesn't work (i.e. provide bridged internet access on the LAN port) if I run it manually after logging in via |
Is it possible to start form a fresh Raspbian install? |
Okay, interesting! I probably won't have time to try this until next weekend though. |
@neilbalch Are you still able to test it this weekend? |
Oh crap, lol... I forgot last weekend. I'll do my best to try this Saturday... |
Sorry guys, I've been very busy with school lately... I'll get to it soon. 😦 |
@neilbalch not a problem. I am in college and have been super busy with class projects and finals around the corner so I understand the feeling well. |
Ah! Progress? I get this issue when running the script on a fresh and fully updated RPi: (https://superuser.com/q/1480986/342885)
Seems to be related to a change in iptables' API or being depricated in the future? And a direct search and replace adding
|
Did you make sure to do: Did you also install the required packages: Also can you run this and screen shot or copy the output: And lastly can you do: |
Yes to both. :) I followed your steps exactly, but I never added the command to any autorun script. I just ran it manually from the bash prompt.
|
I'm trying to
ssh
into another device I connected to the Raspberry Pi running your wifi-to-eth-route.sh script. However, I can't seem to figure out how to identify what IP address it was given.I tried looking in the
journalctl
output for thesystemd
service I setup to run your script on startup, but there seems to be no relevant output. Could you shed some light on this issue? Thanks!The text was updated successfully, but these errors were encountered: