Submitted by hbogert on Thu, 12/02/2021 - 23:55
TL;DR
config dnsmasq
option dhcp_boot 'pxelinux.0,foobar,192.168.1.2'
config dhcp 'lan'
list dhcp_option_force '210,http://192.168.1.2:5248/'
option dhcp_boot 'pxelinux.0,foobar,192.168.1.2'
Where in my case, the MAAS server is installed in 192.168.1.2
Submitted by hbogert on Mon, 05/11/2020 - 13:20
tl;dr
(sudo gatttool -b 04:A3:16:xx:xx:xx -t public --listen --char-write-req -a 0x000f -n 0100 --char-write-req -a 0x0013 -n 09ff0000 --char-write-req -a 0x0013 -n 12000001) | awk -n '{t = sprintf ("%d", "0x"$NF); if (t !=x) {x=t; printf "%d\r", x}}'
Submitted by hbogert on Wed, 12/31/2014 - 16:56
Update
I was switched from ADSL to VDSL. I can verify that once this happens, the "tricks" below do not work anymore with the Arcadyan ( Experiabox V8 ) router. Internally the router has 2 virtual interfaces, one for ADSL and one for VDSL. It seems that the PPPoE frames are still switched over the ADSL virtual interface, instead of over the VDSL interface.
Submitted by hbogert on Mon, 07/14/2014 - 10:34
Prerequisites
- Have winbind working, i.e. `wbinfo -u` gives valid AD output
- Have winbind working with PAM, i.e. `getent passwd` gives a combined view of local and AD users in passwd format
- Solution is geared towards Debian, however you should be able use these instructions to get it working on non-debian distros
The problem
tac_plus can work with PAM backend, however: