Hellow
i'M testing Proxmox and have next problem, i create CT witch have veth.
use default settings.
In CT machine use dhclient eth0, but don't get IP adress
in proxmox host don't have ip in veth101.0.
cat /etc/network/interface
ifconfig
What i must do to get IP adress in CT machine ?
i'M testing Proxmox and have next problem, i create CT witch have veth.
use default settings.
In CT machine use dhclient eth0, but don't get IP adress
in proxmox host don't have ip in veth101.0.
cat /etc/network/interface
Code:
iface lo inet loopback
auto vmbr0
iface vmbr0 inet static
address 192.168.1.210
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
#auto venet0-00
#iface venet0-00 inet dhcp
Code:
eth0 Link encap:Ethernet HWaddr 08:00:27:99:bb:b8
inet6 addr: fe80::a00:27ff:fe99:bbb8/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:26347 errors:0 dropped:0 overruns:0 frame:0
TX packets:21847 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:9269120 (8.8 MiB) TX bytes:13368080 (12.7 MiB)
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:19969 errors:0 dropped:0 overruns:0 frame:0
TX packets:19969 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:11691784 (11.1 MiB) TX bytes:11691784 (11.1 MiB)
venet0 Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet6 addr: fe80::1/128 Scope:Link
UP BROADCAST POINTOPOINT RUNNING NOARP MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:3 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
veth101.0 Link encap:Ethernet HWaddr 06:1f:65:ff:15:b2
inet6 addr: fe80::41f:65ff:feff:15b2/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:19 errors:0 dropped:0 overruns:0 frame:0
TX packets:74 errors:0 dropped:4 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:4144 (4.0 KiB) TX bytes:12624 (12.3 KiB)
vmbr0 Link encap:Ethernet HWaddr 08:00:27:99:bb:b8
inet addr:192.168.1.210 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::a00:27ff:fe99:bbb8/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:23222 errors:0 dropped:0 overruns:0 frame:0
TX packets:19774 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:7928935 (7.5 MiB) TX bytes:13206986 (12.5 MiB)