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

Re: Impressive GOsa start and log in waiting times



> On Fri, Oct 06, 2017 at 03:37:54PM +0200, roman.meier@gismap.ch wrote:
>> I realized that the new network card took over eth0 so I edited
>> /etc/network/interfaces switching eth0 and eth1.
>
> This isn't supposed to work because eth0 and eth1 are not equivalent
> and hardcoded in several configuration files.
>
> Wolfgang
>
Hi Wolfgang,

Ok, thanks!

I have removed my second network card again to get a better understanding
of things.

This is how my /etc/network/interfaces looks like. Is this how it should be?

#############
auto lo
iface lo inet loopback
    dns-search intern
    dns-nameservers 127.0.0.1

auto eth0
iface eth0 inet static
    address 10.0.2.2
    netmask 255.0.0.0
    broadcast 10.255.255.255
    gateway 10.0.0.1

auto eth1
iface eth1 inet static
    address 192.168.0.254
    netmask 255.255.255.0
    broadcast 192.168.0.255
#############

Another question: Why is it that my thin clients are getting ip addresses
from the 10.0.x.x-Pool? I thought they are part of the 192.168.x.x-Pool.

Fact is that I did the installation with only one network card available
(onboard network card). Was that a mistake?

Kind regards,
Roman


Reply to: