creating dummy network device for internal vm only network

  • Thread starter Thread starter falkmalko
  • Start date Start date
F

falkmalko

Guest
Hi I read a thread the other day discussing this type of setup, though it was in the 1.x forum.

After trying the commands provided by Udo I was unsuccessful at creating an 'internal only' network.

appreciate any advice on setting this up

im currently using the pve 2.3-11 (test repo)

Regards,

Falkomalko
 
Hi I read a thread the other day discussing this type of setup, though it was in the 1.x forum.

After trying the commands provided by Udo I was unsuccessful at creating an 'internal only' network.

appreciate any advice on setting this up

im currently using the pve 2.3-11 (test repo)

Regards,

Falkomalko

Hi,
at pve2.x do don't need to load the module:
Code:
ifconfig dummy0 up
brctl addbr vmbr10
brctl addif vmbr10 dummy0
Udo
 
Thanks, I added:
Code:
ifconfig vmbr10 up

to bring it up in the web interface yet on reboot I had to redo the commands?
guess i am missing something simple here?