I would guess IP addresses in decimal form, and a netmask in CIDR Unsure about the negative one though - I suppose an IP could turn out negative with signed integrers, not sure though
On Sun, Apr 12, 2009 at 1:57 PM, david <[email protected]> wrote: > I'm trying to debug a networkmanager problem. I've found this xml file: > > ~/.gconf/system/networking/connections/1/ipv4/%gconf.xml > > Can anyone help with interpreting the address values? I'm especially > curious about the negative one :-) > > thanks... > > David. > > <?xml version="1.0"?> > <gconf> > <entry name="dns-search" mtime="1236774478" type="list" > ltype="string"> > <li type="string"> > <stringvalue>kenpro.com.au</stringvalue> > </li> > </entry> > <entry name="routes" mtime="1236774478" type="list" ltype="int"> > </entry> > <entry name="addresses" mtime="1236774478" type="list" ltype="int"> > <li type="int" value="1814304715"> > </li> > <li type="int" value="24"> > </li> > <li type="int" value="-31189045"> > </li> > </entry> > <entry name="dns" mtime="1236774478" type="list" ltype="int"> > <li type="int" value="19142603"> > </li> > </entry> > <entry name="method" mtime="1236774478" type="string"> > <stringvalue>manual</stringvalue> > </entry> > <entry name="name" mtime="1236774478" type="string"> > <stringvalue>ipv4</stringvalue> > </entry> > </gconf> > ipv4/\%gconf.xml (END) > -- > SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ > Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html > -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
