Bug#835499: netcfg: Does not allow for pointopoint addresses, not even in export mode

2016-08-26 Thread Michael Neuffer
Package: netcfg Version: 1.139 Severity: normal Dear Maintainer, netcfg does not ask for a pointopoint address when entering the network config manually, not even in expert mode In expert mode it will show you, after collecting all the information, that is has NOT set a pointopoint address. P

Bug#780043: installation-reports: installer only has support for XFS and FAT32/FAT16; EXT2/3/4 and BTRFS are missing

2015-03-08 Thread Michael Neuffer
Package: installation-reports Severity: important Dear Maintainer, Normal install process, selected one partition in partitioner. Patrtitioner used ext4 for / (as expected) but the following mount of the partition failed. Back in the partitioner, looking at the available FS type only showed XFS,

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.