-
Notifications
You must be signed in to change notification settings - Fork 1
Networking Options
Oflameo edited this page Dec 14, 2016
·
5 revisions
#Networking Options
- DHCP with router
- DHCP with laptop
- Stateless address autoconfiguration
- OLSR
- Manual
##DHCP with router
Upsides:
- Best range of connectivity because of better wireless networking card on average
- Everyone is already familiar with how it works
- Can get Dynamic DNS zone for naming things from the router
- Field Repeatability
- Less services to run on compute unit
Downsides:
- One more piece of hardware to maintain
##DHCP with laptop
Upsides:
- Fewer pieces of hardware
- Everyone is already familiar with how it works
- Can get Dynamic DNS zone for naming things
Downsides:
- Fewer resources on compute unit
- More chances to mess up configuration of services
- Harder to deploy backup nodes
Upsides:
- Easy to setup
Downsides:
- IPv6 only
- No Dynamic DNS
- No Static DNS unless a device on the network is a DNS server
Upsides:
- Automatically configures devices
Downsides:
- Every Device has to run olsrd
- No Dynamic DNS
- No Static DNS unless a device on the network is a DNS server
Upsides:
- Least amount of software needed
Downsides:
- Error prone
- No Dynamic DNS
- No Static DNS unless a device on the network is a DNS server
- Routing has to be configured on every device