Hello,
I have a strange DNS issue. I am trying to setup a PTR records for
168.192.in-addr.arpa
It works on other non Linux systems. Here is the file with x being the
subsituded for real name for all 64770 records.
$TTL 3600
@ IN SOA x.x.com. root.x.x.com. (
2007081201 ; Serial
3600 ; Refresh
1800 ; Retry
2419200 ; Expire
86400 ) ; Minimum
; IN NS @
IN NS x.x.com.
1.0.168.192. IN PTR …
[View More]ip1921680001.local.x.com.
2.0.168.192. IN PTR ip1921680002.local.x.com.
3.0.168.192. IN PTR ip1921680003.local.x.com.
4.0.168.192. IN PTR ip1921680004.local.x.com.
...
252.255.168.192. IN PTR ip192168255252.local.x.com.
253.255.168.192. IN PTR ip192168255253.local.x.com.
254.255.168.192. IN PTR ip192168255254.local.x.com.
Which gives me for all 65770 ip addresses.
named[3853]: master/168.192.in-addr.arpa:17923: ignoring out-of-zone data (1.0.168.192)
I am trying to cover the entire 192.168 range. Any ideas on how to get
this to work.
--
Boyd Gerber <gerberb(a)zenez.com>
ZENEZ 1042 East Fort Union #135, Midvale Utah 84047
--
To unsubscribe, e-mail: opensuse-networking+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-networking+help(a)opensuse.org
[View Less]
Christian from the mailing list archive I noticed that you commented on removing getcfg. I need some help redoing some scripts( (they are mine) to not use getcfg. They are the xen networking scripts. Any help would be greatly appreciated.
he is a short snippet of the file I need to update (at least one of them)
preiftransfer()
{
local HWD_CONFIG_0
eval `/sbin/getcfg -d /etc/sysconfig/network/ -f ifcfg- -- "$netdev" | grep HWD_CONFIG_0=`
if [ -n "$HWD_CONFIG_0" ]; then
hwddev="$…
[View More]HWD_CONFIG_0"
fi
}
Thanks,
Stephen Shaw
--
To unsubscribe, e-mail: opensuse-networking+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-networking+help(a)opensuse.org
[View Less]