How do your reset the network interface in 10.4?

kon21

Registered
Can anyone provide me with the command that would allow me to stop and start the network interface in OS X 10.4

Back in the day this command used to work:
/system/library/startupitems/networkextansions/networkextensions stop
/system/library/startupitems/networkextansions/networkextensions start

that no longer exists in 10.4.8

TIA
Konrad
 
You can use the Network pane in System Preferences and select to view your network connections, then just uncheck and recheck the NIC.

Or, you could use ifconfig from the Terminal by typing the following:

ifconfig en0 down <hit return>
ifconfig en0 up <hit return>
 
Back
Top