Friday, 4 January 2019

Command to Delete Default gateway in ubuntu



Command to ADD or Delete Default gateway in Ubuntu  :



Sudo ip route del default via 0.0.0.0

No comments:

Post a Comment

Git

1 git add ↳ It lets you add changes from the working directory into the staging area 2 git commit ↳ It lets you save a snapshot of currently...