can't start installation - CLOSED

Forums > Troubleshooting > can't start installation - CLOSED > Page 2

Post #16
00:23:24:45:38:3c

Post #17
Thank you.

You file /etc/sysconfig/network-scripts/ifcfg-enp0s3 should contain the MAC as follows:

TYPE=ethernet
PROXY_METHOD=none
BROWSER_ONLY=no
BOOTPROTO=none
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
IPV6INIT=yes
IPV6_AUTOCONF=yes
IPV6_DEFROUTE=yes
IPV6_FAILURE_FATAL=no
NAME=enp0s3
UUID=0ffba4cf-d45a-4ef8-8a7f-69e9aabab549f
DEVICE=enp0s3
ONBOOT=yes
IPADDR=10.251.109.153
PREFIX=24
GATEWAY=10.251.109.1
HWADDR=00:23:24:45:38:3c

Once this is done, please reboot (init 6)
Bryan King

Post #18
If this does not work we can write the IP directly to the interface:

ip addr add 10.251.109.153/24 dev enp0s3
ip link set enp0s3 down
ip link set enp0s3 up
ip route add default via 10.251.109.1 dev enp0s3
Bryan King

Post #19
well it seems to work i can access the ip on web

Post #20
Thank you. I am working diligently to overcome this interface problem. It's been a real pain.
Bryan King

Post #21
now, another issue... on web i got only "first configuration"... :)

login,  setup password, setup timezone, setup network (even with other ip), restart, but when login again i get the same message

It  looks like this is your first time logging in.
Lets setup a few things..

Post #22
Right.. It checks that the following are setup:

Hostname, Domain, IP, Realm

Update the network portion with correct IP, domain, etc

If you have already done that we can just copy the config rather than link it:

cp /etc/sysconfig/network-scripts/ifcfg-enp0s3  /razdc/scripts/ifcfg-enp0s3

lmk if that works.
Bryan King

Post #23
yes! thank you very much! i hope it will be a pleasant use

Post #24
one more question :): on provisioning popup it ask me about "dns backed type"with 4 options - bind9 dlz, samba internal, bind flatfile, none. which one should i choose?

Post #25
if this is a new DC go with bind9_DLZ. The others are only for special migration scenarios.
Bryan King

Post #26
Sorry about the bugs! I'm working as quick as I can to get them out.
Bryan King

Post #27
still have problems: on provisioning a new domain it appears that i don't have subnet

Server Hostname: dc
Server FQDN: dc.lbsol.lan
Realm Name: LBSOL
Domain: lbsol.lan
 
IP  Address: 10.251.109.250
Subnet Mask: 
Gateway Address: 10.251.109.1
Name Server: 8.8.8.8 8.8.4.4
 
what  can i do, as in "network" tab i can't add on network address the subnet and my dns service shows stopped?

Post #28
We did an override of the config so its not appearing. You can add the subnet mask manually by running this command: echo NETMASK=255.255.252.0 >> /razdc/scripts/ifcfg-enp0s3

You should look at the Full install instructions here https://razdc.com/cgi-bin/account/secure.pl?f=INSTALL&t=4. Once you have provisioned the domain you need to configure your internal DNS. You can see if DNS is working afterwards by running diagnostics. Internal DNS should be set to your razdc IP "10.251.109.250".
Bryan King

Post #29
well, waiting for an update, because still dns service don't start.....

Post #30
I am trying to duplicate the problem in a test vm. You provisioned the domain with bind9_dlz backend?
Bryan King