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

Bug#609339: Unable to specify routes when installing



Package: installation-reports

Boot method: CD
Image version: http://cdimage.debian.org/cdimage/squeeze_di_beta2/i386/iso-cd/debian-squeeze-di-beta2-i386-netinst.iso
Date: 2011-01-08 218:42

Machine: VMWare ESXi 4.1
Processor: Xeon
Memory: 12GB
Partitions: (not needed)

Résultat de lspci -knn (ou lspci -nn) :

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:           [O]
Detect network card:    [O]
Configure network:      [E]
Detect CD:               [O]
Load installer modules:  [O]
Detect hard drives:     [O]
Partition hard drives:  [O]
Install base system:    [O]
Clock/timezone setup:   [O]
User/password setup:    [O]
Install tasks:          [O]
Install boot loader:    [O]
Overall install:        [O]

Comments/Problems:
I'm using Mac failovers on a virtual machine where i'm trying to
install Debian Squeze.
The problem is when I try to specify my IP adress and such, I have a
gateway unreachable error.

In fact I would like tu use the following configuration:
Ip address of the virtual machine is named IPVM, the gateway is IPGT
So the machine would have the following parameters:
IP address: IPVM
Broadcast address: IPVM
Netmask: 255.255.25.255
Gateway: IPGT

A /etc/network/interfaces would look like this:

auto eth0
iface eth0 inet static
address  IPVM
netmask 255.255.255.255
broadcast  IPVM
post-up route add  IPGT dev eth0
post-up route add default gw  IPGT
post-down route del  IPGT dev eth0
post-down route del default gw  IPGT

But I can't configure my network like this using the installer.

-- 
Philippe Villiers



Reply to: