Re: network parameters
le dahut enlightened us with: > Is there a way to get network parameters (number of network > interfaces, ip address(es), DNS, gateway) on a linux station using > python 2.3 ? Sure. - number of network interfaces, ip address(es), gateway: read from /proc - DNS: read /etc/resolv.con
network parameters
Hi, Is there a way to get network parameters (number of network interfaces, ip address(es), DNS, gateway) on a linux station using python 2.3 ? Klaas -- http://mail.python.org/mailman/listinfo/python-list