
October 18th, 2005, 02:10 PM
|
|
Contributing User
|
|
Join Date: Mar 2004
Posts: 86
Time spent in forums: 14 h 48 m 34 sec
Reputation Power: 10
|
|
|
Where are the IP addresses configured in FreeBSD 5.3?
When i run ifconfig i get this
# ifconfig
vr0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
inet 66.xxx.xxx.24 netmask 0xfffff800 broadcast 66.xxx.xxx.255
inet6 fe80::250:70ff:feb6:52cf%vr0 prefixlen 64 scopeid 0x1
inet 66.xxx.xxx.211 netmask 0xfffff800 broadcast 66.xxx.xxx.255
inet 38.xxx.xxx.147 netmask 0xffffffff broadcast 38.xxx.xxx.147
inet 38.xxx.xxx.148 netmask 0xffffffff broadcast 38.xxx.xxx.148
inet 38.xxx.xxx.149 netmask 0xffffffff broadcast 38.xxx.xxx.149
ether 00:50:70:b6:52:cf
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
plip0: flags=108810<POINTOPOINT,SIMPLEX,MULTICAST> mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
inet 127.0.0.1 netmask 0xff000000
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
66.xxx.xxx.24 and 66.xxx.xxx.211 are supposed to be there (they are configured in rc.conf)
But i cannot figure out why its trying to use 38.xxx.xxx.147 as the 38.x ips are the old ip of the server, but they have been removed from rc.conf.
I have rebooted with no luck.
Is there some other file other then rc.conf that could be referenceing this ips?
Thanks,
Eric
|