VMware Cloud Community
SimWhite
Contributor
Contributor
Jump to solution

Static routes for vCenter 6

Due to my provider limitations I need to make static routes on VM's like:

auto eth0

iface eth0 inet static

address 8.8.8.8

netmask 255.255.255.255

broadcast 8.8.8.8

post-up route add 5.5.5.1 dev eth0

post-up route add default gw 5.5.5.1

post-down route del 5.5.5.1 dev eth0

post-down route del default gw 5.5.5.1

How can I make it on vCenter Server Appliance?

0 Kudos
1 Solution

Accepted Solutions
JoaoCastro
Enthusiast
Enthusiast
Jump to solution

Best regards,

Joao Castro

View solution in original post

0 Kudos
1 Reply
JoaoCastro
Enthusiast
Enthusiast
Jump to solution

Best regards,

Joao Castro

0 Kudos