mas bantu setting network proxmox


Status
Not open for further replies.

Brebes Host

Poster 1.0
jadi settingan ipnya gmna pak jadinya?
kayak gini atau gimana mas?

############################################
#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

source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
allow-hotplug eth1
iface eth1 inet manual

# ip address
auto vmbr0
iface vmbr0 inet static
address 119.81.105.180
netmask 255.255.255.248
gateway 119.81.105.177
bridge_ports eth1
bridge_stp off
bridge_fd 0
 

Brebes Host

Poster 1.0
jadi settingan ipnya gmna pak jadinya?
kayak gini atau gimana mas?

############################################
#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

source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
allow-hotplug eth1
iface eth1 inet manual

# ip address
auto vmbr0
iface vmbr0 inet static
address 119.81.105.180
netmask 255.255.255.248
gateway 119.81.105.177
bridge_ports eth1
bridge_stp off
bridge_fd 0
 

Brebes Host

Poster 1.0
o gitu ? barangkali bawah saya ada pendapat lain, kalau saya belum pernah dapet gateway yang gak reply kalau di ping
saya coba tanyain cs providernya dulu mas,
itu jadinya gimana mas barisannya?

seperti ini atau gimana

############################################
#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

source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
allow-hotplug eth1
iface eth1 inet manual

# ip address
auto vmbr0
iface vmbr0 inet static
address 119.81.105.180
netmask 255.255.255.248
gateway 119.81.105.177
bridge_ports eth1
bridge_stp off
bridge_fd 0
 

zens

Hosting Guru
Verified Provider
pakai ini :
.
kalo mau pake setingan bridge yang saya pakai, yang atasnya dibuang
.
cuman pakai potongan ini saja :
.
source /etc/network/interfaces.d/* <== tambahin ini
auto lo
iface lo inet loopback
allow-hotplug eth1
iface eth1 inet manual

# ip address
auto vmbr0
iface vmbr0 inet static
address 119.81.105.180
netmask 255.255.255.248
gateway 119.81.105.177 <=== ini ip gateway aktif kan tuan ? karna saya test ping gak reply
bridge_ports eth1
bridge_stp off
bridge_fd 0

semoga bermanfaat, salam sukses :113:
 
Status
Not open for further replies.

Top