Re: Network manager and Debian sid

2008-05-12 Thread Hristo Hristov
Hi,
Michael Biebl has done great job preparing NM for Debian. Here is his 
private repository:
http://debs.michaelbiebl.de/network-manager/

BR,
Hristo

On Mon, 12 May 2008 12:05:21 +0200
Marco [EMAIL PROTECTED] wrote:

 Thanks guys for your work!!
 
 I'have been following the development of NM 0.7 project since January
 and now I succedded in packaging all the NetworkManager stuff for my
 debian sid box.
 
 After some quarrel on the new nm-system setting service that is now a
 system-service I can now use NetworkMnager right from the init.d boot
 process assigning my Eth0 the right address before logging in.
 I had to delete all entries in /etc/network/interfaces matching eth0
 to start NM without racing with /etc/init.d/networking. Even the only
 auto eth0 lead to a wrong configuration of NM, probably because of
 debian network scripts bring up eth0 in ipv6. With only loopback in
 /etc/network/interfaces all is fine.
 
 I now use the keyfile plugin under debian and the new PolicyKit rules
 to manage the system-connections.
 My system-connection is:
 [EMAIL PROTECTED]:~$ cat /etc/NetworkManager/system-connections/Casa
 
 [connection]
 id=Casa
 type=802-3-ethernet
 autoconnect=true
 timestamp=1205857717
 
 [802-3-ethernet]
 port=tp
 speed=0
 duplex=full
 auto-negotiate=true
 mtu=0
 
 [ipv4]
 method=manual
 address1=192.168.233.2;255.255.255.0;192.168.233.1;
 
 I struggled two days before having the right syntax on last line.
 
 Anyway, thanks for you good work.
 Bye
 Marco
 ___
 NetworkManager-list mailing list
 NetworkManager-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/networkmanager-list

___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: Network manager and Debian sid

2008-05-12 Thread Marco
I didnt know thanks for the info.

Availability of up to date debian packages is another point in favour of NM 0.7.

Marco
___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: Network manager and Debian sid

2008-05-12 Thread Dan Williams
On Mon, 2008-05-12 at 12:05 +0200, Marco wrote:
 Thanks guys for your work!!
 
 I'have been following the development of NM 0.7 project since January
 and now I succedded in packaging all the NetworkManager stuff for my
 debian sid box.
 
 After some quarrel on the new nm-system setting service that is now a
 system-service I can now use NetworkMnager right from the init.d boot
 process assigning my Eth0 the right address before logging in.
 I had to delete all entries in /etc/network/interfaces matching eth0
 to start NM without racing with /etc/init.d/networking. Even the only
 auto eth0 lead to a wrong configuration of NM, probably because of
 debian network scripts bring up eth0 in ipv6. With only loopback in
 /etc/network/interfaces all is fine.
 
 I now use the keyfile plugin under debian and the new PolicyKit rules
 to manage the system-connections.
 My system-connection is:
 [EMAIL PROTECTED]:~$ cat /etc/NetworkManager/system-connections/Casa
 
 [connection]
 id=Casa
 type=802-3-ethernet
 autoconnect=true
 timestamp=1205857717
 
 [802-3-ethernet]
 port=tp
 speed=0
 duplex=full
 auto-negotiate=true
 mtu=0
 
 [ipv4]
 method=manual
 address1=192.168.233.2;255.255.255.0;192.168.233.1;

Sorry about that :)  Before 0.7 is out we'll document the format of the
options somewhere.  At least they are now represented as strings instead
of a UINT32...

Dan


___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list