<div>thank you very much!</div>
<div>that's ok!</div>
<div>:)<br><br></div>
<div class="gmail_quote">2008/10/26 Matthew Dempsky <span dir="ltr"><<a href="mailto:matthew@dempsky.org">matthew@dempsky.org</a>></span><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">2008/10/25 litao cheng <<a href="mailto:litaocheng@gmail.com">litaocheng@gmail.com</a>>:<br>
<div class="Ih2E3d">> I can use the ifconfig to see the ip address of eth0 is <a href="http://192.168.1.101/" target="_blank">192.168.1.101</a>, I<br>> want to get this value. how can I do it?<br><br></div>Computers have more than one IP address.  E.g., yours has both<br>
<a href="http://127.0.0.1/" target="_blank">127.0.0.1</a> and <a href="http://192.168.1.101/" target="_blank">192.168.1.101</a>.  Other computers have even more.  The<br>inet module has undocumented functions getif/0 and getiflist/0 that<br>
might do what you want.<br><br>Another possibility is to call inet:sockname/1 on an open socket to<br>find what address the operating system used.<br></blockquote></div><br>