Commit d6785ad5 authored by hark's avatar hark
Browse files

adm corrections

parent 8faae4cf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

. paths.sh

HOSTS="bprouter soerel"
HOSTS="bprouter kalium sofrouter"

cz ()
{
@@ -62,4 +62,4 @@ for host in $HOSTS; do
        ssh root@$host /etc/init.d/bind9 restart
done

ssh root@sofrouter /etc/init.d/named restart
+18 −18
Original line number Diff line number Diff line
@@ -3,8 +3,8 @@
zone "adm" {                                                            
        type forward;                                                   
        forward only;                                                   
        forwarders { 10.205.25.10;
                     10.205.25.25; 
        forwarders { 
                     10.205.25.6; 
                    };                                   
};

@@ -15,93 +15,93 @@ zone "adm" {
zone "16.205.10.IN-ADDR.ARPA" in {
	type forward;
        forward only;                                                   
        forwarders { 10.205.25.25; };             
        forwarders { 10.205.25.6; };             
};

zone "17.205.10.IN-ADDR.ARPA" in {
	type forward;
        forward only;                                                   
        forwarders { 10.205.25.25; };             
        forwarders { 10.205.25.6; };             
};

zone "18.205.10.IN-ADDR.ARPA" in {
	type forward;
        forward only;                                                   
        forwarders { 10.205.25.25; };             
        forwarders { 10.205.25.6; };             
};

zone "19.205.10.IN-ADDR.ARPA" in {
	type forward;
        forward only;                                                   
        forwarders { 10.205.25.25; };             
        forwarders { 10.205.25.6; };             
};

zone "20.205.10.IN-ADDR.ARPA" in {
	type forward;
        forward only;                                                   
        forwarders { 10.205.25.25; };             
        forwarders { 10.205.25.6; };             
};

zone "21.205.10.IN-ADDR.ARPA" in {
	type forward;
        forward only;                                                   
        forwarders { 10.205.25.25; };             
        forwarders { 10.205.25.6; };             
};


zone "22.205.10.IN-ADDR.ARPA" in {
	type forward;
        forward only;                                                   
        forwarders { 10.205.25.25; };             
        forwarders { 10.205.25.6; };             
};

zone "23.205.10.IN-ADDR.ARPA" in {
	type forward;
        forward only;                                                   
        forwarders { 10.205.25.25; };             
        forwarders { 10.205.25.6; };             
};
zone "24.205.10.IN-ADDR.ARPA" in {
	type forward;
        forward only;                                                   
        forwarders { 10.205.25.25; };             
        forwarders { 10.205.25.6; };             
};
zone "25.205.10.IN-ADDR.ARPA" in {
	type forward;
        forward only;                                                   
        forwarders { 10.205.25.25; };             
        forwarders { 10.205.25.6; };             
};
zone "26.205.10.IN-ADDR.ARPA" in {
	type forward;
        forward only;                                                   
        forwarders { 10.205.25.25; };             
        forwarders { 10.205.25.6; };             
};

zone "27.205.10.IN-ADDR.ARPA" in {
	type forward;
        forward only;                                                   
        forwarders { 10.205.25.25; };             
        forwarders { 10.205.25.6; };             
};
zone "28.205.10.IN-ADDR.ARPA" in {
	type forward;
        forward only;                                                   
        forwarders { 10.205.25.25; };             
        forwarders { 10.205.25.6; };             
};

zone "29.205.10.IN-ADDR.ARPA" in {
	type forward;
        forward only;                                                   
        forwarders { 10.205.25.25; };             
        forwarders { 10.205.25.6; };             
};

zone "30.205.10.IN-ADDR.ARPA" in {
	type forward;
        forward only;                                                   
        forwarders { 10.205.25.25; };             
        forwarders { 10.205.25.6; };             
};
zone "31.205.10.IN-ADDR.ARPA" in {
	type forward;
        forward only;                                                   
        forwarders { 10.205.25.25; };             
        forwarders { 10.205.25.6; };             
};


+8 −8
Original line number Diff line number Diff line
@@ -103,14 +103,14 @@
# WFC -> LAG + SOF vlan?
# 10.205.255.80/28
10.205.255.80 net29-wfc-lag
10.205.255.81 router-wfc #beckers
10.205.255.82 client-powerbeam-notinuse
10.205.255.83 client-powerbeam-sofia
10.205.255.84 client-litebeam-lag
10.205.255.85 ap-sector-wfc
10.205.255.86 router-lag
10.205.255.87 router-sof
10.205.255.88 lagtop #for configuration
10.205.255.81 wfc-90-120-router-wfc #beckers
10.205.255.82 wfc-90-120-client-powerbeam-notinuse
10.205.255.83 wfc-90-120-client-powerbeam-sofia
10.205.255.84 wfc-90-120-client-litebeam-lag
10.205.255.85 wfc-90-120-ap-sector-wfc
10.205.255.86 wfc-90-120-router-lag
10.205.255.87 wfc-90-120-router-sof
10.205.255.88 wfc-90-120-lagtop #for configuration
10.205.255.89 nothing
10.205.255.90 nothing
10.205.255.91 nothing
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
#set -e
. paths.sh

HOSTS="bprouter soerel"
HOSTS="bprouter kalium sofrouter"

cz ()
{