OpenVZ Forum


Home » International » Russian » Настройка сети
Настройка сети [message #11155] Wed, 14 March 2007 13:07 Go to next message
Shursander is currently offline  Shursander
Messages: 21
Registered: March 2007
Junior Member
Народ может кто подскажет возможно ли настроить так чтобы у каждой виртуальной машины был не только свой ип но и свой мак.

Настроил вроде все но когда пингуешь виртуальную машину по сети (arp IP) но мак показывается основной машины.

Если кто знает подскажите что настроить и как...


http://www.korpuskula.ru/images/sh/sh-image.gif

[Updated on: Wed, 14 March 2007 13:08]

Report message to a moderator

Re: Настройка сети [message #11159 is a reply to message #11155] Wed, 14 March 2007 13:41 Go to previous messageGo to next message
kir is currently offline  kir
Messages: 1645
Registered: August 2005
Location: Moscow, Russia
Senior Member

Читайте на wiki про veth.

Kir Kolyshkin
http://static.openvz.org/userbars/openvz-developer.png
Re: Настройка сети [message #11163 is a reply to message #11159] Wed, 14 March 2007 14:05 Go to previous messageGo to next message
Shursander is currently offline  Shursander
Messages: 21
Registered: March 2007
Junior Member
Прочитал все вроде сделал как сказано
Сеть на виртуальной машине работает по сети на нее зайти можно...
Но
[root@vps101 /]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:12:34:56:78:9A
inet addr:192.168.0.19 Bcast:0.0.0.0 Mask:255.255.255.255
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:22 errors:0 dropped:0 overruns:0 frame:0
TX packets:28 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1512 (1.4 KiB) TX bytes:1792 (1.7 KiB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 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:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Виртуальная машина

[root@xxx ~]# arp -n
Address HWtype HWaddress Flags Mask Iface
192.168.0.19 ether 00:0F:3D:88:2D:07 C eth0

С другой машины в сети

А хочется чтобы у нее в сети был свой мак-адрес а не мак родительской машины....


http://www.korpuskula.ru/images/sh/sh-image.gif

Re: Настройка сети [message #11168 is a reply to message #11163] Wed, 14 March 2007 14:50 Go to previous message
Andrey Mirkin is currently offline  Andrey Mirkin
Messages: 193
Registered: May 2006
Senior Member
Если хочется, чтобы в пакетах, которые попадают в сеть, стоял мак-адрес ВЕ, то для этого надо сделать следующее:
1. Создать бридж в хост системе
2. Добавить в это бридж eth0 и veth (который в хост системе)
3. Перенести IP адрес с eth0 на бридж
4. Поменять роуты в хост системе (с eth0 на бридж)

После этого все пакеты из ВЕ будут попадать в сеть напрямую без роутинга в ВЕ0, поэтому мак-адрес у пакетов будет с veth интерфейса.


Andrey Mirkin
http://static.openvz.org/userbars/openvz-developer.png
Previous Topic: yum на VPS
Next Topic: Поддержка материских плат
Goto Forum:
  


Current Time: Mon Nov 04 07:41:28 GMT 2024

Total time taken to generate the page: 0.03484 seconds