Re: Determine the IP address of an eth interface

2006-01-19 Thread Michael Amrhein
billie wrote: > Hi all. I'm searching for a module that permits me to low-level interact > with ethernet interfaces of my system. > I would like to determine at least the first of the followings values: > > 1 - IP address assigned to the interface > 2 - subnet mask > 3 - default gateway > 4 - prim

Re: Determine the IP address of an eth interface

2006-01-19 Thread Tim Golden
[billie] | Hi all. I'm searching for a module that permits me to | low-level interact | with ethernet interfaces of my system. | I would like to determine at least the first of the followings values: | | 1 - IP address assigned to the interface | 2 - subnet mask | 3 - default gateway | 4 - primary

Re: Determine the IP address of an eth interface

2006-01-18 Thread Nainto
This may depend on your OS. How about: http://www.inl.fr/nuface-doc/nupyf-doc-en.html#id2457044 -- http://mail.python.org/mailman/listinfo/python-list

Determine the IP address of an eth interface

2006-01-18 Thread billie
Hi all. I'm searching for a module that permits me to low-level interact with ethernet interfaces of my system. I would like to determine at least the first of the followings values: 1 - IP address assigned to the interface 2 - subnet mask 3 - default gateway 4 - primary and secondary dns 5 - defa