-
Notifications
You must be signed in to change notification settings - Fork 53
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
dhcp hard coded #1
Comments
What range of IP addresses should it offer from? Is that something you think should be set in the config file? |
Yes, also keep in mind per site DNS servers in the config. So probably a dict with a default. Could also try to query it from the WAN machine, but that could get too complex |
You're suggesting changing these lines, right? Lines 162 to 165 in 843e1ac
And you're suggesting changing line 169 too, right? self.sendline(' range 192.168.0.10 192.168.0.100;') I'm guessing that's a problem if the router by default also hands out addresses in that range to LAN devices. |
Not 169 really at this point... it could be a problem though at some point. |
Update to latest
Remove RandomWebBrowse from the suite, fix for ip_link
DHCP addresses that the WAN gives the DUT from it's DHCP server are hard coded to a private range of IP addresses
The text was updated successfully, but these errors were encountered: