Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.protocols.dns.bind > #72

Re: how to split TXT record for IpSEC?

Path csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.glorb.com!usenet.stanford.edu!not-for-mail
From Matus UHLAR - fantomas <uhlar@fantomas.sk>
Newsgroups comp.protocols.dns.bind
Subject Re: how to split TXT record for IpSEC?
Date Wed, 9 Nov 2011 14:59:06 +0100
Lines 30
Approved bind-users@lists.isc.org
Message-ID <mailman.32.1320847163.68562.bind-users@lists.isc.org> (permalink)
References <20111109133535.GA30278@fantomas.sk>
NNTP-Posting-Host lists.isc.org
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii; format=flowed
X-Trace usenet.stanford.edu 1320847163 10538 149.20.64.75 (9 Nov 2011 13:59:23 GMT)
X-Complaints-To action@cs.stanford.edu
To bind-users@lists.isc.org
Return-Path <uhlar@fantomas.sk>
X-Original-To bind-users@lists.isc.org
Delivered-To bind-users@lists.isc.org
X-Authentication-Warning fantomas.fantomas.sk: uhlar set sender to uhlar@fantomas.sk using -f
Mail-Followup-To bind-users@lists.isc.org
Content-Disposition inline
In-Reply-To <20111109133535.GA30278@fantomas.sk>
User-Agent Mutt/1.5.20 (2009-06-14)
X-Spam-Status No, score=-1.6 required=5.0 tests=AWL,BAYES_00, NORMAL_HTTP_TO_IP,T_RP_MATCHES_RCVD autolearn=ham version=3.3.1
X-Spam-Checker-Version SpamAssassin 3.3.1 (2010-03-16) on mx.ams1.isc.org
X-BeenThere bind-users@lists.isc.org
X-Mailman-Version 2.1.14
Precedence list
List-Id BIND Users Mailing List <bind-users.lists.isc.org>
List-Unsubscribe <https://lists.isc.org/mailman/options/bind-users>, <mailto:bind-users-request@lists.isc.org?subject=unsubscribe>
List-Archive <https://lists.isc.org/pipermail/bind-users>
List-Post <mailto:bind-users@lists.isc.org>
List-Help <mailto:bind-users-request@lists.isc.org?subject=help>
List-Subscribe <https://lists.isc.org/mailman/listinfo/bind-users>, <mailto:bind-users-request@lists.isc.org?subject=subscribe>
Xref x330-a1.tempe.blueboxinc.net comp.protocols.dns.bind:72

Show key headers only | View raw


On 09.11.11 14:35, Matus UHLAR - fantomas wrote:
>I have a domain with TXT record that does not fit into 255 characters,
>some king of ipsec record:
>
>sofia.dashofer.sk.      3600    IN      TXT     "X-IPsec-Server(10)=@sofia.dashofer.sk" " AQNqdEjqL33Pf4MFgJYs5v4xRhEPTWouM3Ny1HfcecM+TdX+gpZ2gzIpsmB8UWsUobuJnTSJ wt2rEw3PcFpuBN3l8F8dAuSWl5lhiojjdenmHf2A6EaqyNTzGJgro9qAMS91DjW4i3HrOAgk" " Z1sfvkN8SrnSpbXqpN6JL19tjNTffnd0vhkWWAH7enHcQf0A4hNvIwhQHKFJ0Xd4weHLrD54 DMr6X5n0/6dt7xnPiPqShTr8zlNvrvXP6ZcL+k" "uNade/3+uxwKMtA6UwUdhrW86i5vYC1xL+tj0svQwi6gD5gISFVHVUOU3Q91FLpc8vUDum/ O1ckgsMI/K0CmvGVVxbf5zqSqX6FCv9AV30XdliPxQDx9iUtNY2wM7tug5ci/Dmy066XopR/" " vlrslCABREFiIOAzFMkOvQ0ZUkOGyWN5ERJ161k9msDnFUlldWuK17g2mzp24/nVx+hOXfzg qhhpeSQV8RK0zZkOe3pVd+a0uuDeYaMtSIRTOT5D" "xTvWInVjR8LXtpPiGqj5qO+hQhysgk="
>
>Can you recomment  can I split it to multiple records so they all fit?

what I mean, can I simply split them into multiple TXT records?
Should they be split at string boundary (between quotes)?
If I split between quotes, do I need to spaces a the begin/end or can I simply 
change them to newlines?

sofia.dashofer.sk.	IN	TXT	"X-IPsec-Server(10)=@sofia.dashofer.sk"
					" AQNqdEjqL33Pf4MFgJYs5v4xRhEPTWouM3Ny1HfcecM+TdX+gpZ2gzIpsmB8UWsUobuJnTSJ wt2rEw3PcFpuBN3l8F8dAuSWl5lhiojjdenmHf2A6EaqyNTzGJgro9qAMS91DjW4i3HrOAgk"
...

or even
				
sofia.dashofer.sk.	IN	TXT	"X-IPsec-Server(10)=@sofia.dashofer.sk"
sofia.dashofer.sk.	IN	TXT	" AQNqdEjqL33Pf4MFgJYs5v4xRhEPTWouM3Ny1HfcecM+TdX+gpZ2gzIpsmB8UWsUobuJnTSJ wt2rEw3PcFpuBN3l8F8dAuSWl5lhiojjdenmHf2A6EaqyNTzGJgro9qAMS91DjW4i3HrOAgk"
...

Thank you.

-- 
Matus UHLAR - fantomas, uhlar@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
He who laughs last thinks slowest. 

Back to comp.protocols.dns.bind | Previous | Next | Find similar


Thread

Re: how to split TXT record for IpSEC? Matus UHLAR - fantomas <uhlar@fantomas.sk> - 2011-11-09 14:59 +0100

csiph-web