How change IP if web control consol not available, and how change keyboard layout if I set him to russian when setup

How change IP if web control consol not available, and how change keyboard layout if I set layout to russian when setup(and in comman line mode i can’t type in english language?

1 Like

regarding the keyboard: try the following command:

# dpkg-reconfigure keyboard-configuration

Regarding the ip address change: normally you would edit the file /etc/network/interfaces and mod the info to something like this:

iface eth0 inet static
address 192.168.0.x
netmask 255.255.255.0
gateway 192.168.0.x

But when I install UCS in virtual box I can’t change kayboard layout, and I haven’t command line…

I think I am missing something here. You need to be able to either access the webconsole or the command line to change anything. Better would be to set the right things at installation.

Shouldnt we rather change the UCR-Variables “interfaces/*” instead?

2 Likes

oh, yes - using the UCR Variables over the config files is prefered. Especially if the configfile explicitly states:

Warning: This file is auto-generated and might be overwritten by
univention-config-registry.

Thanks for the hint. :slight_smile:

Mastodon