Re: Getting and/or setting network interface parameters on OS X

2015-08-07 Thread Chris Angelico
On Fri, Aug 7, 2015 at 5:10 PM, Shekhar Chandra wrote: > Looking for a Python 2.7 module through which I can fetch the below details > for all available network interfaces on a OS X device : > > Gateways > DNS server > DHCP server > WINS server > IP address > DNS suffix > > I also want to set the

Getting and/or setting network interface parameters on OS X

2015-08-07 Thread Shekhar Chandra
Looking for a Python 2.7 module through which I can fetch the below details for all available network interfaces on a OS X device : Gateways DNS server DHCP server WINS server IP address DNS suffix I also want to set them for a specific interface. -- https://mail.python.org/mailman/listinfo/pyt