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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

made a small change

Status
Not open for further replies.

mrn

MIS
Joined
Apr 27, 2001
Messages
3,993
Location
GB
We had a C831 running vpn which was working fine. Our ISP has changed there DNS so I made the change on our router

from

ip dhcp pool CLIENT
import all
network 1.1.1.1 255.255.0.0
default-router 1.1.5.1
dns-server 3.3.3.3 3.3.3.4
lease 0 2

to

ip dhcp pool CLIENT
import all
network 1.1.1.1 255.255.0.0
default-router 1.1.5.1
dns-server 4.4.4.4
lease 0 8

now the router runs for about an hour then I get a message No memory available. And when I sign onto the box and run show run nothing is returned. A reload is the only way to sort it out.

Regards Mike

Mike

"A foolproof method for sculpting an elephant: first, get a huge block of marble, then you chip away everything that doesn't look like an elephant.
 
Can you post complete config less any passwords?
 
Ok. I seem to have sort this out by extending the lease time to 0 12. Looks like it is connected to how the new DNS handles renews of I.P's



Mike

"A foolproof method for sculpting an elephant: first, get a huge block of marble, then you chip away everything that doesn't look like an elephant.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top