Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PIX-515E DNS Packet Size

Status
Not open for further replies.

camusa

Technical User
Sep 13, 2002
80
US
Is there a way to allow larger DNS packet sizes with PIX 6.3(1)? I know in PIX 6.3(3), you can do this with the following command:

fixup protocol dns maximum-length 1280 (512 is default)

Thanks in advance,

Chris
 
no fixup prot dns might do it
I am not sure when the legth size was introduced, but untill then the RFC spec 512 as MAX
if you need edns0 then you should upgrade.
 
Correct syntax is:

fixup protocol dns maximum-length 1024

/Jonas
 
That works without any issues in 6.3(3). With 6.3(1), it returns an error stating "bad protocol dns".

We were able to change the packet size from the server with a registery fix. We found out that the packet size defaults to 1280 in 2K3 server for EDNS.

I appreciate the responses.

Chris
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top