[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#694965: marked as done (netcfg: Allow setup of pointopoint routes to reach gateway)



Your message dated Sat, 08 Mar 2025 13:45:22 +0100
with message-id <F252D89A-CE60-466A-B338-09EB49645712@mailbox.org>
and subject line Re: #694965netcfg: Allow setup of pointopoint routes to reach gateway
has caused the Debian Bug report #694965,
regarding netcfg: Allow setup of pointopoint routes to reach gateway
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
694965: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694965
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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.g.h
        pointopoint e.f.g.h


Afterwards this routing would look like:

root@alpha:~# ip route
default via e.f.g.h dev eth0
e.f.g.h dev eth0  proto kernel  scope link  src a.b.c.d
root@alpha:~# route -n
Kernel IP routing table
Destination Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0     e.f.g.h         0.0.0.0         UG    0      0        0 eth0
e.f.g.h     0.0.0.0         255.255.255.255 UH    0      0        0 eth0



At the moment I don't know of any other way to configure this besides
skipping the network confguration at installation time and then doing a
manual network configuration afterwards.

Or is there some other option that I'm just not aware of?

With the growing shortage of IPv4 adress space this will probably become more and more common.

At least for one large hoster in Germany this is already the standard
mode of operation if you want to have more then one IP address (for
virtual machines for example).

Cheers
  Mike

--- End Message ---
--- Begin Message ---
Version: 1.177

Fixed with this MR:
<https://salsa.debian.org/installer-team/netcfg/-/merge_requests/2>




-- 
Sent from /e/ OS on Fairphone3

--- End Message ---

Reply to: