1. ifdown and ifup command to restart network card eth0 as follows :-
# ifdown eth02. Restarting the networking services command :-
# ifup eth0
# /etc/init.d/networking restart3. Restart network service using service command :-
# service network restart4. This command is for releasing the ip address :-
# sudo dhclient -rThis command is for getting a ip address :-
# sudo dhclient
No comments:
Post a Comment