Setup Pentesting lab

NasKar

New Member
May 19, 2022
8
0
1
I'm trying to follow a tutorial on learning pen testing. In there tutorial the don't use proxmox but VMware Workstation Player. They set the network adapter to NAT and put it on the 192.168.57/24 network. My home network is 192.168.5.0/24. I would like to setup kali linux on the 192.168.57.0/24 network and not let it have any access to my home network just in case.
When I try to setup a virtual network on the 57 network I get this error
View attachment 37121
Default gateway already exists on interface 'vmbr0'.
I'm running proxmox VE 7.1-7 on an extra computer connected to my home network. If you need any further info let me know. Sorry for the basic question
 
Last edited:
I think you would have to set the up over the command line by editing /etc/network/interfaces

if you you don't assign the address the VMs can't be reached from the host. With bridge-ports none this bridge interface doesn't get a phisical network interface assigend.
Code:
auto vmbr4
iface vmbr4 inet static
    address 192.168.57.1/24
    bridge-ports none
    bridge-stp off
    bridge-fd 0

see also https://pve.proxmox.com/pve-docs/pve-admin-guide.html#sysadmin_network_configuration
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!