Hi team,
I am new to proxmox , we have a proxmox having few VM running on it. everything works fine. our proxmox has 3 NIC and currently I am using one for bridge mode.
now I need to enable another NIC (eth1) which I can connect to another network only to access proxmox however we don't immediately running VM should be taking IP from new subnet.
what needs to be done
here is the config file
auto lo
iface lo inet loopback
auto vmbr0
iface vmbr0 inet static
address 172.12.44.100
netmask 255.255.252.0
gateway 172.12.44.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
#up route add -net 10.0.5.0 netmask 255.255.255.0 gw 192.168.33.1 vmbr0
#up route add -net 10.0.4.0 netmask 255.255.255.0 gw 192.168.33.1 vmbr0
and my ifconfig -a show below output
eth0 Link encap:Ethernet HWaddr 00:15:17:fa:c9:0c
any help is appreciated.
Upendra
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2348538 errors:0 dropped:0 overruns:0 frame:0
TX packets:992730 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2538242747 (2.3 GiB) TX bytes:470500494 (448.7 MiB)
Interrupt:20 Memory:b1c00000-b1c20000
eth1 Link encap:Ethernet HWaddr 00:15:17:fa:c9:0d
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:24 Memory:b1b00000-b1b20000
eth2 Link encap:Ethernet HWaddr 00:1b:21:39:4a:07
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:28 Memory:b1980000-b19a0000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:85445 errors:0 dropped:0 overruns:0 frame:0
TX packets:85445 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:56254386 (53.6 MiB) TX bytes:56254386 (53.6 MiB)
tap1003i0 Link encap:Ethernet HWaddr 46:d8:f5:3b:2c:9c
inet6 addr: fe80::44d8:f5ff:fe3b:2c9c/64 Scope:Link
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:838742 errors:0 dropped:0 overruns:0 frame:0
TX packets:2169019 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:357798446 (341.2 MiB) TX bytes:2446982657 (2.2 GiB)
tap1101i0 Link encap:Ethernet HWaddr 2a:e7:00:4c:52:1b
inet6 addr: fe80::28e7:ff:fe4c:521b/64 Scope:Link
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:72876 errors:0 dropped:0 overruns:0 frame:0
TX packets:81056 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:30170868 (28.7 MiB) TX bytes:31076090 (29.6 MiB)
vmbr0 Link encap:Ethernet HWaddr 00:15:17:fa:c9:0c
inet addr:172.16.44.3 Bcast:172.16.47.255 Mask:255.255.252.0
inet6 addr: fe80::215:17ff:fefa:c90c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:124008 errors:0 dropped:0 overruns:0 frame:0
TX packets:66778 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:51261919 (48.8 MiB) TX bytes:75194929 (71.7 MiB)
~
I am new to proxmox , we have a proxmox having few VM running on it. everything works fine. our proxmox has 3 NIC and currently I am using one for bridge mode.
now I need to enable another NIC (eth1) which I can connect to another network only to access proxmox however we don't immediately running VM should be taking IP from new subnet.
what needs to be done
here is the config file
auto lo
iface lo inet loopback
auto vmbr0
iface vmbr0 inet static
address 172.12.44.100
netmask 255.255.252.0
gateway 172.12.44.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
#up route add -net 10.0.5.0 netmask 255.255.255.0 gw 192.168.33.1 vmbr0
#up route add -net 10.0.4.0 netmask 255.255.255.0 gw 192.168.33.1 vmbr0
and my ifconfig -a show below output
eth0 Link encap:Ethernet HWaddr 00:15:17:fa:c9:0c
any help is appreciated.
Upendra
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2348538 errors:0 dropped:0 overruns:0 frame:0
TX packets:992730 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2538242747 (2.3 GiB) TX bytes:470500494 (448.7 MiB)
Interrupt:20 Memory:b1c00000-b1c20000
eth1 Link encap:Ethernet HWaddr 00:15:17:fa:c9:0d
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:24 Memory:b1b00000-b1b20000
eth2 Link encap:Ethernet HWaddr 00:1b:21:39:4a:07
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:28 Memory:b1980000-b19a0000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:85445 errors:0 dropped:0 overruns:0 frame:0
TX packets:85445 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:56254386 (53.6 MiB) TX bytes:56254386 (53.6 MiB)
tap1003i0 Link encap:Ethernet HWaddr 46:d8:f5:3b:2c:9c
inet6 addr: fe80::44d8:f5ff:fe3b:2c9c/64 Scope:Link
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:838742 errors:0 dropped:0 overruns:0 frame:0
TX packets:2169019 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:357798446 (341.2 MiB) TX bytes:2446982657 (2.2 GiB)
tap1101i0 Link encap:Ethernet HWaddr 2a:e7:00:4c:52:1b
inet6 addr: fe80::28e7:ff:fe4c:521b/64 Scope:Link
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:72876 errors:0 dropped:0 overruns:0 frame:0
TX packets:81056 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:30170868 (28.7 MiB) TX bytes:31076090 (29.6 MiB)
vmbr0 Link encap:Ethernet HWaddr 00:15:17:fa:c9:0c
inet addr:172.16.44.3 Bcast:172.16.47.255 Mask:255.255.252.0
inet6 addr: fe80::215:17ff:fefa:c90c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:124008 errors:0 dropped:0 overruns:0 frame:0
TX packets:66778 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:51261919 (48.8 MiB) TX bytes:75194929 (71.7 MiB)
~