Change ip address and now i get Account provider generic error: SSSD exit code 1

I moved my server from work to home which necessitated changing the lan and wan interface ip addresses, plus adding pppoe to the wan interface. i’ve looked at a few of the posts and other than doing the route -n command and not seeing a gateway address for the .215 network i’m at a loss as to what to do. i’m afraid of getting locked out of my server if i mess with the lan interface when i look at the network configuration for br0 i do see a gateway address in there.

[root@neth ~]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 ppp0
10.1.1.0 10.1.1.2 255.255.255.0 UG 0 0 0 tunrw
10.1.1.2 0.0.0.0 255.255.255.255 UH 0 0 0 tunrw
66.117.80.17 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
169.254.0.0 0.0.0.0 255.255.0.0 U 1003 0 0 p3p2
169.254.0.0 0.0.0.0 255.255.0.0 U 1005 0 0 br0
192.168.215.0 0.0.0.0 255.255.255.0 U 0 0 0 br0

when i do a nslookup on yahoo it points back to my own server, but i can surf the web on my network computers without a problem.

C:\Users\Administrator>nslookup yahoo.com
Server: neth.soscc.co
Address: 192.168.215.1

Non-authoritative answer:
Name: yahoo.com.soscc.co
Address: 72.xx.xx.204

where do i look first?

many thanks in advance