Trilight Zone Forum Index Trilight Zone
Privacy & Anonymity is our speciality !
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

FreeBSD : How to start / restart / stop network service?

 
Post new topic   Reply to topic    Trilight Zone Forum Index -> Other Unix
Author Message
thedark
Second Lieutenant


Joined: 30 Jul 2005
Posts: 1074

PostPosted: Sun Jul 31, 2005 8:04 am    Post subject: FreeBSD : How to start / restart / stop network service? Reply with quote

(A) To start network

1) Copy file /usr/share/examples/etc/netstat to /etc dirctory
cp /usr/share/examples/etc/netstart /etc/network

2) Execute script:
. /etc/network
OR
sh /etc/network

Note: this script will do all necessary work for you.

(B)To stop network service on-fly:
ifconfig network-interface up

(C) To list down network interface:
ifconfig –d

(D) To list up network interface:
ifconfig –u
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Trilight Zone Forum Index -> Other Unix All times are GMT
Page 1 of 1

 


Powered by phpBB © 2001, 2005 phpBB Group