Re: Bug#694965: netcfg: Allow setup of pointopoint routes to reach gateway - PR anniversary

2020-06-11 Thread Igor Scheller
Hi Adrian, On 02.06.20 19:26, John Paul Adrian Glaubitz wrote: > Thanks for the quick changes and rebasing. I will have a look at your > changes in detail later as I don't have much experience with the netcfg > package. It would be really great if you could have a look! > I just realized one other

Re: Bug#694965: netcfg: Allow setup of pointopoint routes to reach gateway - PR anniversary

2020-06-11 Thread John Paul Adrian Glaubitz
On 6/11/20 6:44 PM, Igor Scheller wrote: > On 02.06.20 19:26, John Paul Adrian Glaubitz wrote: >> Thanks for the quick changes and rebasing. I will have a look at your >> changes in detail later as I don't have much experience with the netcfg >> package. > > It would be really great if you could ha

Re: Bug#694965: netcfg: Allow setup of pointopoint routes to reach gateway - PR anniversary

2020-06-02 Thread John Paul Adrian Glaubitz
Hi Igor! On 6/2/20 7:02 PM, Igor Scheller wrote: > thank you for your suggestions, I implemented them (and rebased the > branch on the current master). Thanks for the quick changes and rebasing. I will have a look at your changes in detail later as I don't have much experience with the netcfg pack

Re: Bug#694965: netcfg: Allow setup of pointopoint routes to reach gateway - PR anniversary

2020-06-02 Thread Igor Scheller
Hi Adrian, thank you for your suggestions, I implemented them (and rebased the branch on the current master). On 02.06.20 17:48, John Paul Adrian Glaubitz wrote: > Hi Igor! > > On 6/2/20 5:32 PM, Igor Scheller wrote: >> Did I did something wrong with it? >> Is it really so poorly written that no

Re: Bug#694965: netcfg: Allow setup of pointopoint routes to reach gateway - PR anniversary

2020-06-02 Thread John Paul Adrian Glaubitz
Hi Igor! On 6/2/20 5:32 PM, Igor Scheller wrote: > Did I did something wrong with it? > Is it really so poorly written that no one is even considering having a > look at it? > Is no body interested in fixing that (esp. as i'v heard from some people > that they also need that feature)? Two remarks:

Re: Bug#694965: netcfg: Allow setup of pointopoint routes to reach gateway - PR anniversary

2020-06-02 Thread Igor Scheller
Happy Birthday to you, happy Birthday to you, Happy Birthday little Pull Request, Happy Birthday do uu! As in happy second anniversary to this lonely PR that sadly gets ignored by whoever has the right to merge it. Did I did something wrong with it? Is it really so poorly written that no one

Bug#694965: netcfg: Allow setup of pointopoint routes to reach gateway

2018-06-12 Thread Igor Scheller
Oh, and here is the patch File ;) On 12.06.2018 13:49, Igor Scheller wrote: > Hi, > i created a merge request [1] that allows to preseed pointopoint > connections so anyone can use a preseed file or boot parameters to > define a pointopoint connection. > -> If a pointopoint connection is preseeded

Bug#694965: netcfg: Allow setup of pointopoint routes to reach gateway

2018-06-12 Thread Igor Scheller
Hi, i created a merge request [1] that allows to preseed pointopoint connections so anyone can use a preseed file or boot parameters to define a pointopoint connection. -> If a pointopoint connection is preseeded it would be used. Improvements / thoughts welcome! Greets Igor Scheller [1] https:

Bug#694965: netcfg: Allow setup of pointopoint routes to reach gateway

2012-12-04 Thread Philipp Kern
On Tue, Dec 04, 2012 at 07:49:07AM +0100, Michael Neuffer wrote: > >Well, it's only triggered for known point-to-point devices: > > > > if (strncmp(iface->name, "plip", 4) == 0 > > || strncmp(iface->name, "slip", 4) == 0 > > || strncmp(iface->

Bug#694965: netcfg: Allow setup of pointopoint routes to reach gateway

2012-12-03 Thread Philipp Kern
On Mon, Dec 03, 2012 at 11:57:43PM +0100, Philipp Kern wrote: > On Sun, Dec 02, 2012 at 08:54:01PM +0100, Michael Neuffer wrote: > > There already seems to be some code in static.c like the code below, > > but it doesn't seem to be working > > Well, it's only triggered for known point-to-point dev

Bug#694965: netcfg: Allow setup of pointopoint routes to reach gateway

2012-12-03 Thread Philipp Kern
On Sun, Dec 02, 2012 at 08:54:01PM +0100, Michael Neuffer wrote: > There already seems to be some code in static.c like the code below, > but it doesn't seem to be working Well, it's only triggered for known point-to-point devices: if (strncmp(iface->name, "plip", 4) == 0

Bug#694965: netcfg: Allow setup of pointopoint routes to reach gateway

2012-12-02 Thread Michael Neuffer
There already seems to be some code in static.c like the code below, but it doesn't seem to be working Manual configuration always only cycles through the following requests: IP Address Mask Gateway then it seems to try to configure the network and complains about an unreachable gateway. Ins

Bug#694965: netcfg: Allow setup of pointopoint routes to reach gateway

2012-12-02 Thread Michael Neuffer
Package: netcfg Severity: wishlist Please add the possibility to specify pointopoint routes when setting up the networking in the Debian Installer. The result would look like something like this: iface eth0 inet static address a.b.c.d netmask 255.255.255.255 gateway e.f.