1

I added a second interface to a virtual host by mistake, and now I want to remove it. I couldn't find a command to do it, though. How do I accomplish that?

Daniel C. Sobral
  • 5,713
  • 6
  • 34
  • 48

1 Answers1

2

In the end, just reverse the command to add the interface:

gnt-instance modify --net remove:ip=a.b.c.d
Daniel C. Sobral
  • 5,713
  • 6
  • 34
  • 48