Debbie, Just a little bit of Linux knowledge to the rescue maybe? You can check if the IP exists anywhere else using grep. SSH into the CAS as root and do the following:
[EMAIL PROTECTED] cd / [EMAIL PROTECTED] /]# grep -R <ip address> * >> search.txt You'll see a bunch of "Operation not permitted" on file/devices that cannot be searched. This is fine. After the search process completes you can read the file like this: [EMAIL PROTECTED] /]# cat search.txt | more Then just hit Space bar to go through the file and it should list any files that have the IP address built in. Don't know if this is going to help but I thought I'd throw in my $0.02. Mike -----Original Message----- From: Cisco Clean Access Users and Administrators [mailto:[EMAIL PROTECTED] On Behalf Of Deborah Hovey Sent: Friday, January 04, 2008 7:53 AM To: [email protected] Subject: Re: Connectivity Issues After IP Addy Change Hi Greg! I checked the certs- they refer to FQDN rather than IP so we're okay there- thanks for playing! : ) Debbie >>> Greg Schaffer <[EMAIL PROTECTED]> 01/03/08 9:10 PM >>> Could it be the certificate, whether externally obtained or internally generated? Just a guess but if you generated it locally before I think you'd have to regenerate it with the new address. But like I said, just a guess... Greg Greg Schaffer, CISSP Director of Network Services Middle Tennessee State University ---- Original message ---- >Date: Thu, 3 Jan 2008 18:24:24 -0500 >From: Deborah Hovey <[EMAIL PROTECTED]> >Subject: Connectivity Issues After IP Addy Change >To: [email protected] > >Hello All! > >Happy Holidays! After turning over multiple rocks to identify potential problems, we changed the IP address on one of our CCA Servers. The change itself took- changed all of the appropriate routes and associated ports accordingly, but after the change, the client pops up on user machines, but times out when log in is attempted. We have checked and re-checked network settings- When I restored the old IP and ALL of the other settings, it works fine. > >Any thoughts? Is there a hidden file still referencing the old IP? Thanks so much for your help! > >Debbie >UMW
