<!DOCTYPE html> <html> <head> </head> <body> <p><strong>#Add new gateway to route</strong><br />esxcli network ip route ipv4 add –gateway 10.15.0.254 –network 10.15.0.0/24</p> <p><strong>#List ip route</strong><br />esxcli network ip route ipv4 list</p> <p><strong>#Remove gateway</strong> <br />esxcli network ip route ipv4 remove -n 10.15.0.0/24 -g 0.0.0.0</p> </body> </html>
Subscribe
0 Comments
Oldest