2003-01-08 01:58:08

by Burton Samograd

[permalink] [raw]
Subject: Getting interface IP addresses with proc filesystem

Hi all,

I'm curious how one goes about getting the current IP addresses held by a
machine. I saw some rather convoluted code in qmail that shows how to do it but
it seems like a rather difficult (and future bug ridden if the interface
changes) piece of code and was thinking that a /proc/net interface would be the
easiest solution, at least on the end user side.

My thinking goes along the lines of adding a file in /proc/net called interfaces
(or something more appropriate) which gives the following type of listing:

eth0 12.35.23.58
eth0:0 192.168.0.1
lo 127.0.0.1
ppp0 45.3.3.89

etc

for each of the registered interfaces on the machine. Nice, simple and
shouldn't be too hard to implement, correct? Is this type of information
already present through some other mechanism that I haven't found yet?

Thanks in advance.

--
burton samograd
[email protected]
http://kruhftwerk.dyndns.org


Attachments:
(No filename) (906.00 B)
(No filename) (189.00 B)
Download all attachments

2003-01-08 20:07:18

by Juan Gomez

[permalink] [raw]
Subject: Re: Getting interface IP addresses with proc filesystem






I proposed something along this lines but got lot of opposing remarks as I
wanted to identify a given interface as *primary*.
I think this feature is needed and we should add it to the kernel, I need
it, you need it, for sure someone else will need it.


Juan





|---------+---------------------------------->
| | Burton Samograd |
| | <[email protected]|
| | rg> |
| | Sent by: |
| | linux-kernel-owner@vger|
| | .kernel.org |
| | |
| | |
| | 01/07/03 06:06 PM |
| | |
|---------+---------------------------------->
>-------------------------------------------------------------------------------------------------------------------------|
| |
| To: [email protected] |
| cc: |
| Subject: Getting interface IP addresses with proc filesystem |
| |
>-------------------------------------------------------------------------------------------------------------------------|




Hi all,

I'm curious how one goes about getting the current IP addresses held by a
machine. I saw some rather convoluted code in qmail that shows how to do
it but
it seems like a rather difficult (and future bug ridden if the interface
changes) piece of code and was thinking that a /proc/net interface would be
the
easiest solution, at least on the end user side.

My thinking goes along the lines of adding a file in /proc/net called
interfaces
(or something more appropriate) which gives the following type of listing:

eth0 12.35.23.58
eth0:0 192.168.0.1
lo 127.0.0.1
ppp0 45.3.3.89

etc

for each of the registered interfaces on the machine. Nice, simple and
shouldn't be too hard to implement, correct? Is this type of information
already present through some other mechanism that I haven't found yet?

Thanks in advance.

--
burton samograd
[email protected]
http://kruhftwerk.dyndns.org


#### C.DTF has been removed from this note on January 08, 2003 by Juan
Gomez