[ALUG] [afnog] Problem with managing android updates,

Andreas Tauscher ta at geuka.net
Thu Nov 2 22:00:44 EAT 2017


Which DHCP server do you use?

For the ISC-dhcp this should work:

In the global configuration:

option android-metered code 43 = text;

And then i the subnet/host configuration:

option android-metered ANDROID-METERED;

The option will always be sent if the client is requesting it or not.

For DNSmasq this should work:

dhcp-option=43,ANDROID-METERED


More information about the Linux mailing list