Skip to content
Snippets Groups Projects
Commit b507c1c3 authored by Al Massati Bilal's avatar Al Massati Bilal
Browse files

v7 Final correction

parent 0a45f4a3
No related branches found
No related tags found
No related merge requests found
...@@ -56,8 +56,8 @@ ...@@ -56,8 +56,8 @@
option subnet-mask 255.255.255.0; option subnet-mask 255.255.255.0;
option domain-name "networkandco.org"; option domain-name "networkandco.org";
option domain-name-servers 192.168.40.151; option domain-name-servers 192.168.40.151;
}
}
#VLAN 4 #VLAN 4
subnet 192.168.60.0 netmask 255.255.255.0 { subnet 192.168.60.0 netmask 255.255.255.0 {
...@@ -67,15 +67,18 @@ ...@@ -67,15 +67,18 @@
option domain-name "networkandco.org"; option domain-name "networkandco.org";
option domain-name-servers 192.168.40.151; option domain-name-servers 192.168.40.151;
} }
-----
host dns { host dns {
hardware ethernet "MAC ADRESSE SERVEUR DNS" hardware ethernet "MAC ADRESSE SERVEUR DNS"
fixed-adress "IP DNS" fixed-adress "IP DNS"
} }
host dhcp {
//PARTIE DNS DYNAMIQUE
host dhcp {
hardware ethernet "MAC ADRESSE SERVEUR dhcp" hardware ethernet "MAC ADRESSE SERVEUR dhcp"
fixed-adress "IP dhcp" fixed-adress "IP dhcp"
} }
-------- --------
key "dhcp-update-key" { key "dhcp-update-key" {
...@@ -83,14 +86,23 @@ host dhcp { ...@@ -83,14 +86,23 @@ host dhcp {
secret "7R1U767pLKhR+O/0hF11TfeNmoVpVU+lfLnL3GhvWpI="; secret "7R1U767pLKhR+O/0hF11TfeNmoVpVU+lfLnL3GhvWpI=";
} }
zone networkandco.org {#VLAN 4 zone networkandco.org {
primary 192.168.40.151;
key "rndc-key";
}
zone 40.168.192.in-addr-arpa
{
primary 192.168.40.151;
key "rndc-key";
}
ddns-domainname "networkandco.org.";
ddns-rev-domainname "in-addr.arpa.";
auto enp0s3
iface Production inet static
address 192.168.60.3
netmask 255.255.255.0
gateway 192.168.60.254
vlan-raw-device enp0s3
### Configuration dhcp inter-vlan: ### Configuration dhcp inter-vlan:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment