mas bantu setting network proxmox


Status
Not open for further replies.

Brebes Host

Poster 1.0
mas yang baik tolong bantu saya boleh?
saya punya kendala, ketika saya ingin membuat vm baru di proxmox pada bagian tabel network saya tidak mengerti..

network saya

IP : 119.81.105.179
gateway : 119.81.105.177
subnet mask : 255.255.255.248

tolong dibantu ya, udah baca baca google masih gak mudeng, dan tk coba gagal..
 

zens

Hosting Guru
Verified Provider
Proxmox menggunakan metode bridge
masuk ke editor network :
nano /etc/network/interfaces

Seting ip sebagai berikut :
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
allow-hotplug eth0
iface eth0 inet manual

# ip address
auto vmbr0
iface vmbr0 inet static
address 104.202.10.101
netmask 255.255.255.0
gateway 104.202.10.1
bridge_ports eth0
bridge_stp off
bridge_fd 0

Begitu cukup tuan @Brebes Host
 

Brebes Host

Poster 1.0
Iya, jika bridge jika mau add VM baru berarti mas isinya
IP : 119.81.105.180
gateway : 119.81.105.177
subnet mask : 255.255.255.248
Misalnya itu untuk VM-A
Jika mau add VMs lagi lanjut dgn segment IP yg sama

jadi sekarang settingannya gmna mas? ini settingan standartnya

############################################
#For more information, see interfaces(5).
############################################
##Loopback
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
#pre-up /sbin/ethtool -s eth0 autoneg off speed 1000 duplex full
address 10.66.118.194
netmask 255.255.255.192
up route add -net 10.0.0.0/8 gateway 10.66.118.193
down route del -net 10.0.0.0/8
up route add -net 161.26.0.0/16 gateway 10.66.118.193
down route del -net 161.26.0.0/16

auto eth1
iface eth1 inet static
#pre-up /sbin/ethtool -s eth1 autoneg off speed 1000 duplex full
address 119.81.105.179
netmask 255.255.255.248
gateway 119.81.105.177
auto eth1:1
iface eth1:1 inet static
address 119.81.41.120
netmask 255.255.255.255
auto eth1:2
iface eth1:2 inet static
address 119.81.41.121
netmask 255.255.255.255
auto eth1:3
iface eth1:3 inet static
address 119.81.41.122
netmask 255.255.255.255
auto eth1:4
iface eth1:4 inet static
address 119.81.41.123
auto eth1:5
iface eth1:5 inet static
address 119.81.41.124
netmask 255.255.255.255
auto eth1:6
iface eth1:6 inet static
address 119.81.41.125
netmask 255.255.255.255
auto eth1:7
iface eth1:7 inet static
address 119.81.41.126
netmask 255.255.255.255
auto eth1:8
iface eth1:8 inet static
address 119.81.41.127
netmask 255.255.255.255


jadi settingannya gmna mas? maaf bgt nih bingung, gagal terus... mohon dibimbing ya
 

idnix

Hosting Guru
Verified Provider
2 eth utk apa?
 
Status
Not open for further replies.

Top