View Single Post
  #6   (View Single Post)  
Old 4th September 2008
phoenix's Avatar
phoenix phoenix is offline
Risen from the ashes
 
Join Date: May 2008
Posts: 696
Default

Quote:
Originally Posted by jleal View Post
you may also want to restart your entire network config

try typing :

/etc/netstart

If you're on FreeBSD 6+, you should stop using netstart. Use /etc/rc.d/netif instead.

Quote:
Originally Posted by 18Googol2
ifconfig is standard ultility, you may also wanna check out netif script. The equivalent commands are:

/etc/rc.d/netif network_card stop
/etc/rc.d/netif network_card start
The syntax is actually /etc/rc.d/netif <action> <interface>, where <interface> is optional (omit it to perform <action> on all network interfaces).
__________________
Freddie

Help for FreeBSD: Handbook, FAQ, man pages, mailing lists.
Reply With Quote