Re: [gentoo-user] systemd net interfaces always want a default route?

2015-02-18 Thread Adam Carter
If it's a static network (meaning, the computer does not usually moves physically), why don't you use a .network unit file (man 5 systemd.network)? I'm converting my configs over to that now. Thanks. Another question - i have a wired interface that's always on, and wireless interface that

Re: [gentoo-user] systemd net interfaces always want a default route?

2015-02-18 Thread Canek Peláez Valdés
On Wed, Feb 18, 2015 at 9:45 PM, Adam Carter adamcart...@gmail.com wrote: If it's a static network (meaning, the computer does not usually moves physically), why don't you use a .network unit file (man 5 systemd.network)? I'm converting my configs over to that now. Thanks. Another question

Re: [gentoo-user] systemd net interfaces always want a default route?

2015-02-14 Thread Adam Carter
It looks like /etc/systemd/system/network@.service requires a gateway= line, however, for a second interface I wont set another default. Is there a standard way to so this, or do i have to copy network@.service to a new name and remove the 'ip route add' line? Where this service unit file

[gentoo-user] systemd net interfaces always want a default route?

2015-02-13 Thread Adam Carter
It looks like /etc/systemd/system/network@.service requires a gateway= line, however, for a second interface I wont set another default. Is there a standard way to so this, or do i have to copy network@.service to a new name and remove the 'ip route add' line?

Re: [gentoo-user] systemd net interfaces always want a default route?

2015-02-13 Thread Canek Peláez Valdés
On Fri, Feb 13, 2015 at 11:18 PM, Adam Carter adamcart...@gmail.com wrote: It looks like /etc/systemd/system/network@.service requires a gateway= line, however, for a second interface I wont set another default. Is there a standard way to so this, or do i have to copy network@.service to a new

Re: [gentoo-user] systemd net interfaces always want a default route?

2015-02-13 Thread Joseph
On 02/13/15 22:39, Canek Peláez Valdés wrote: On Fri, Feb 13, 2015 at 11:18 PM, Adam Carter [1]adamcart...@gmail.com wrote: It looks like /etc/systemd/system/network@.service requires a gateway= line, however, for a second interface I wont set another default. Is there a standard