Technical details
- hostname
- turbopowerpunch
- MAC address
- dc:9f:db:06:d4:cd
- IPv6 address
- fd64:2c08:9fa7:15::/64
- IP address
- 172.16.0.15
- Software
- OpenWRT + babeld
- Hardware
- Bullet M2 + Omni 15 dbi
- Power
- default
- Location
- Sur le toit!
- Azimuth
- 360°
- Panorama
- À venir bientôt!
- Status
- planned
- Operator
- gboudrias
Links
This node will run Babel. Future access point for my home server.
Panorama
Soon...
Config
/etc/config/network
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config interface 'lan'
option ifname 'eth0'
option type 'bridge'
option proto 'static'
option ipaddr '172.16.0.15'
option netmask '255.255.255.0'
option gateway '172.16.0.1'
option dns '172.16.0.1'
option ip6addr 'fd64:2c08:9fa7:15::/64'
config interface 'wan'
option ifname 'wlan0'
option proto 'static'
option netmask '255.255.255.255'