U želji da pojednostavimo “hvatanje” DNSova različitih wireless udruga, slijedi popis DNS servera u obliku BIND9 konfiguracijske datoteke za prijateljske mreže s pripadajućim forwarderima. U slučaju da ćete raditi copy-paste, obrišite forwarder za svoju mrežu. Izvorno je kopirana datoteka s WiFiHRovog DNS poslužitelja named.conf.local.prijateljske.
Molio bih da nakon editiranja na kraju članka ostavite potpis i datum izmjene! Hvala!
//
// Do any local configuration here
//
// Consider adding the 1918 zones here, if they are not used in your
// organization
//include "/etc/bind/zones.rfc1918";
// Prijateljske mreze
// WiFiHR
zone "wifihr." {
type forward;
forwarders { 10.14.64.10; 10.14.21.10; };
};
zone "14.10.in-addr.arpa" {
type forward;
forwarders { 10.14.64.10; 10.14.21.10; };
};
// Znet
zone "znet." {
type forward;
forwarders { 10.168.4.2; };
};
zone "168.10.in-addr.arpa" {
type forward;
forwarders { 10.168.4.2; };
};
// VRWIFI Vrbovec
zone "vrwifi." {
type forward;
forwarders { 10.3.33.1; };
};
zone "3.10.in-addr.arpa" {
type forward;
forwarders { 10.3.33.1; };
};
// Savica.Net
zone "savica.net." {
type forward;
forwarders { 10.29.0.2; 10.29.3.1 ; };
};
zone "29.10.in-addr.arpa" {
type forward;
forwarders { 10.29.0.2; 10.29.3.1 ; };
};
// KlakaNet
zone "klakanet." {
type forward;
forwarders { 10.27.0.1; };
};
zone "27.10.in-addr.arpa" {
type forward;
forwarders { 10.27.0.1; };
};
// ZGW
zone "zgw." {
type forward;
forwarders { 10.5.131.33; 10.5.167.3; };
};
zone "5.10.in-addr.arpa" {
type forward;
forwarders { 10.5.131.33; 10.5.167.3; };
};
// Velika Gorica Wireless
zone "vgw." {
type forward;
forwarders { 10.20.5.2; };
};
zone "20.10.in-addr.arpa" {
type forward;
forwarders { 10.20.5.2; };
};
// VB-VGW
zone "vb-vgw." {
type forward;
forwarders { 10.60.0.100 ; 10.60.1.1 ; };
};
zone "0.60.100.in-addr.arpa.dns." {
type forward;
forwarders { 10.60.0.100 ; };
};
// Slobostina Wireless - provjeriti da li je aktivno (bilo dio ZGW-a)
zone "sw." {
type forward;
forwarders { 10.5.160.250; };
};
zone "160.5.10.in-addr.arpa" {
type forward;
forwarders { 10.5.160.250; };
};
// Vrbovec Wireless
zone "vrw.local." {
type forward;
forwarders { 10.125.0.254; 10.125.145.254; };
};
zone "125.10.in-addr.arpa" {
type forward;
forwarders { 10.125.0.254; 10.125.145.254; };
};
// Krizevci Wireless
zone "wlkz." {
type forward;
forwarders { 10.7.0.5; };
};
zone "7.10.in-addr.arpa" {
type forward;
forwarders { 10.7.0.5; };
};
// UPIT Spansko
zone "sp." {
type forward;
forwarders { 10.101.10.42; };
};
zone "101.10.in-addr.arpa" {
type forward;
forwarders { 10.101.10.42; };
};
// Dugave Wireless
zone "dw." {
type forward;
forwarders { 10.5.159.32; };
};
zone "142.5.10.in-addr.arpa" {
type forward;
forwarders { 10.5.159.32; };
};
zone "159.5.10.in-addr.arpa" {
type forward;
forwarders { 10.5.159.32; };
};
// Extreme Wireless
zone "xt." {
type forward;
forwarders { 10.1.1.1; };
};
zone "1.10.in-addr.arpa" {
type forward;
forwarders { 10.1.1.1; };
};
// Trnovec Wireless
zone "tw." {
type forward;
forwarders { 10.2.1.111; };
};
zone "2.10.in-addr.arpa" {
type forward;
forwarders { 10.2.1.111; };
};
// Medjimurje Wireless
zone "mw." {
type forward;
forwarders { 10.40.0.1; };
};
zone "40.10.in-addr.arpa" {
type forward;
forwarders { 10.40.0.1; };
};
// Feniks Sd
zone "fsd." {
type forward;
forwarders { 10.105.1.100; 10.105.3.100; };
};
zone "105.10.in-addr.arpa" {
type forward;
forwarders { 10.105.1.100; 10.105.3.100; };
};
// Vratisinec Wireless-VRATW
zone "vratw." {
type forward;
forwarders { 10.130.0.2; };
};
zone "130.10.in-addr.arpa" {
type forward;
forwarders { 10.130.0.2; };
};
// Private Wireless
zone "pw." {
type forward;
forwarders { 10.30.0.1; };
};
zone "30.10.in-addr.arpa" {
type forward;
forwarders { 10.30.0.1; };
};
// Orehovica Wireless
zone "ow." {
type forward;
forwarders { 10.80.8.1; 10.80.0.1; };
};
zone "80.10.in-addr.arpa" {
type forward;
forwarders { 10.80.8.1; 10.80.0.1; };
};
// Malo Medjimurje Wireless
zone "mMw." {
type forward;
forwarders { 10.11.5.1; };
};
zone "11.10.in-addr.arpa" {
type forward;
forwarders { 10.11.5.1; };
};
// SMWireless
zone "smw." {
type forward;
forwarders { 10.66.0.21; };
};
zone "66.10.in-addr.arpa" {
type forward;
forwarders { 10.66.0.21; };
};
06.11.2010. - SkrGa@VRATW
12.11.2009. - Antonio @ mMw
20.02.2010. - Bojan @ WiFiHR
22.02.2010. - Zvonimir @ Pojwir
05.03.2010. - Damir @ VRWIFI
01.04.2010. - mladen @ VRW (Vrbovec wireless)
05.04.2010. - i72852 @ SMWireless
11.09.2010. - robyhr @ OrehovicaWireless
22.04.2012. - Bojan @ WiFiHR