Hi, I'm using FreeBSD 8.3. My IP address is being set by DHCP
rc.conf
But after my IP address changes my machine starts behaving strange. I can't ping anything, either internal or outside world. I tried:
[CMD=""]/etc/rc.d/netif restart[/CMD]
But it doesn't help anything.
Even to log in through SSH it takes a while, considering that I'm connecting using internal IP it should logged in as fast as a split second (like it usually does before my IP address changes).
Someone have any idea why is this happening? Anyone ever experienced similar problems? Is there anything I can do instead of restart the machine?
Thank you.
rc.conf
Code:
ifconfig_em0="DHCP"
*Other bunch of things like [FILE]apache [/FILE]and [FILE]mysql[/FILE]*
But after my IP address changes my machine starts behaving strange. I can't ping anything, either internal or outside world. I tried:
[CMD=""]/etc/rc.d/netif restart[/CMD]
But it doesn't help anything.
Even to log in through SSH it takes a while, considering that I'm connecting using internal IP it should logged in as fast as a split second (like it usually does before my IP address changes).
Someone have any idea why is this happening? Anyone ever experienced similar problems? Is there anything I can do instead of restart the machine?
Thank you.