Skip to content
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

TODO #2

Open
6 of 7 tasks
benfoxall opened this issue Sep 20, 2015 · 2 comments
Open
6 of 7 tasks

TODO #2

benfoxall opened this issue Sep 20, 2015 · 2 comments

Comments

@benfoxall
Copy link
Owner

  • check broadcasting with static assigned addresses
  • buy more routers
  • powerwheel from raspian
  • implement debug mode
  • shutdown from OF
  • startup 2
  • write image

Approach:

  • static assign 10.0.0.50 for common build
  • plug one by one, number 10.0.0.1 -> 10.0.0.20
@benfoxall
Copy link
Owner Author

/etc/network/interfaces

auto lo
iface lo inet loopback

#auto eth0
#allow-hotplug eth0
#iface eth0 inet manual

iface eth0 inet static
address 10.0.0.40
netmask 255.255.255.0
#network 10.0.0.1
broadcast 10.0.0.255
#gateway [your gateway]

auto wlan0
allow-hotplug wlan0
iface wlan0 inet manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

auto wlan1
allow-hotplug wlan1
iface wlan1 inet manual
wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

@benfoxall
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant