Displaying 20 results from an estimated 400 matches similar to: "from vmdk to kvm"
2005 Apr 21
4
Problem with network connection in domU
Hi list
When I create a domU the network isn''t reachable when it''s loaded. Only if I
do a xm console domUname and do some sort of network activity like pinging
an outside host or traceroute. First then there''s network connection from
the outside to services like webserver etc.
What can cause this?
I''m using Xen 2.0.5 stable domU from binary dist and
2007 Apr 18
1
[Bridge] why ./brctl showmacs br0 display nothing?
hi:
my box use eth0 connect my pc. but I type command "./brctl showmacs br0", no mac addr display and the" brctl showmacs program" not exit,always exec
# ./brctl show
bridge name bridge id STP enabled interfaces
br0 8000.000123456789 no eth0
hdlc0
# ./brctl showmacs br0
2007 Apr 18
1
[Bridge] Strange DHCP behaviour with bridging
Here is the scenario: I have one server with kernel 2.4.24 with a bridge br0
made of 2 interfaces, eth0 and tap0 (the last is an OpenVPN tunnel), and one
remote computer connetting through tap0. If I assign a static IP to the
remote computer, the bridge works perfecly (so I think the problem is not
OpenVPN-related). If I start a DHCPd on the server and I configure the remote
client to get the
2007 Apr 18
2
[Bridge] bridge-utils + Linksys WET11
So, I'm setting up my first bridge, and I'm running into an interesting
issue.
I have a 4 port NIC (formerly 4 seperate /29 and /28 LANs) and an
onboard NIC (to my ISP).
I've setup the bridge using the script included at the bottom of this
email (modified from Gentoo for Aurora).
When the WET11 (the WET11 is a simple ethernet to wireless bridge) is
unplugged, the bridge works
2007 Apr 18
3
[Bridge] Linux bridging code bounces back frames?
Hi,
I'm trying to build a bridge using a 486DX2/66 with two 10 Mbit Ethernet
NICs. The machine (tsushima) is running Debian stable and kernel 2.4.26.
Previously I used it as a router, so I know the hardware (NICs) is
working.
The NICs are as follows:
eth0: WD80x3 at 0x280, 00 00 C0 0A 2C 2F WD8003-old, IRQ 10, shared
memory at 0xd0000-0xd1fff.
eth16i.c: v0.35 01-Jul-1999 Mika Kuoppala
2007 Apr 18
2
[Bridge] Trouble with ARP traffic
Raffaele
If you don't want to see much arp traffic on eth1, assuming that you
have a subnet 10.190.190.0/24, with 10.190.190.1 on eth1 and the rest
of the hosts on eth0, you can use for example, the following filter
ebtables -N f1
ebtables -P f1 DROP
ebtables -t filter -A FORWARD -i eth0 -o eth1 -p ARP -j f1
ebtables -t filter -A f1 -p ARP --arp-ip-src 10.190.190.0/24
--arp-ip-dst
2010 Apr 29
2
[LLVMdev] fail to build LLVM GCC front-end
I try to build it on Ubuntu9.04, but in vain. There are errors:
...
...
make[3]: *** No rule to make target
`/home/username/llvm-2.7/Debug/include/llvm/Intrinsics.gen', needed by
`llvm-convert.o'. Stop.
make[3]: Leaving directory `/home/username/obj/gcc'
make[2]: *** [all-stage1-gcc] Error 2
make[2]: Leaving directory `/home/username/obj'
make[1]: *** [stage1-bubble] Error 2
2007 Apr 18
1
[Bridge] physical interface on a bridge
Hi
Is there a way to either:
Find the real ifindex/ifname a mac-address is bound to
or
Find the real ifindex/ifname of an incoming packet
?
I am writing a dhcp server and need to know what real interface the dhcp re=
quest packet came from. An acceptable solution would be to get the interfac=
e by the mac-address, but that can be faked so I would rather get the inter=
face by knowing where the
2007 Apr 18
1
[Bridge] Man-in-the-middle scenario within vmware - problem
Hi there,
I'm trying to set up a man-in-the-middle scenario within a VMWare Workstation
team, using brctl. What I want is the following:
PC1 eth0 >---LAN-segment-1---< eth0 PCMITM eth1 >---LAN-segment-2---< eth0 PC2
Now I did the following on PCMITM (PC man in the middle):
ifconfig eth0 down
ifconfig eth1 down
brctl addbr lnxbr0
brctl addif lnxbr0 eth0
brctl addif lnxbr0 eth1
2009 Apr 12
4
How to improve gaming performance?
I have just bought Grand Theft Auto San Andreas, which runs beautifully on my XP install, but on my ubuntu9.04-wine/stable install it runs very very very jerkily. Unreal tornaument works better in wine thanit does on windows so yeah. And ideas how to improve the performance? Ive done the directx registry edits, not much of a change.
2010 Apr 29
0
[LLVMdev] fail to build LLVM GCC front-end
On Apr 28, 2010, at 9:31 PM, Jiandong Wang wrote:
> I try to build it on Ubuntu9.04, but in vain. There are errors:
>
> ...
> ...
> make[3]: *** No rule to make target `/home/username/llvm-2.7/Debug/include/llvm/Intrinsics.gen', needed by `llvm-convert.o'. Stop.
> make[3]: Leaving directory `/home/username/obj/gcc'
> make[2]: *** [all-stage1-gcc] Error 2
>
2010 Apr 29
3
[LLVMdev] fail to build LLVM GCC front-end
I followed the instructions in llvm_gcc's README.LLVM file, but not exactly
the same.
the following is what I have done with LLVM:
./configure --disable-optimized --enable-checking
make
make install
(Successful)
now the llvm-gcc:
cd /home/username
mkdir obj
mkdir install
cd obj
../llvm-gcc/configure --prefix=`pwd`/../install --program-prefix=llvm-
--enable-llvm=/home/username/llvm-2.7/Debug
2011 Aug 15
11
Re: [Xen-devel] xen 4.1.2* dhcp issue/bug when installing/booting HVM domU domains (CentOS 6, unbuntu 11.04 server). Debian/OpenSolaris work fine.
Thanks a lot for your hints Pasi.
Due to your suggestion I open a new thread here.
I have tested with model=e1000 (HVMs). As HVM configs are identical (not
iso images and LVM volumes) I guess it is a xen 4.1.2* issue .. or just
involved domU OS-kernels (however as it is HVM it should not play any role)
Tested and correctly working OSes (getting an IP address and pinging of
2007 Apr 18
1
[Bridge] LAN-WAN Bridging Problem
Hello,
I am experiencing what may be a unique problem with operating the
bridge. My hardware is custom Freescale MPC875 processor based with one
ethernet (eth0) and one hdlc (hdlc0) WAN port and I am connecting two of
these boards together using the WAN ports over a long distance -
essentially two bridges in series. They are running Linux 2.6.15 with
bridging enabled in the kernel
2009 Sep 06
0
about configuration ror (i'm tiro)
hi,
i''m using ubuntu9.04, download ruby Source code and make it.
install rails 2.3.4
$rails /var/www/hello is work
but when $ ruby script/generate migration hello_db
System tell me:
/usr/local/lib/ruby/gems/1.9.1/gems/rails-2.3.4/lib/initializer.rb:
271:
in `rescue in require_frameworks'': no such file to load -- jopenssl
(RuntimeError) from
2009 Jun 15
3
How to make joystick completely worked
Hi all! I have a gamepad named Logitech Dual Action
It worked perfect in Ubuntu9.04. And worked in wine FIFA soccer game.
But it has a little problem that I can't use reghit analog in the game.
It means i can't make some special move in game.
I follew the instruction:
+-DirectInput
| |
| +->MouseWarpOverride
| | [Override default mouse pointer warping behavior:
| | enable:
2010 Apr 29
0
[LLVMdev] fail to build LLVM GCC front-end
On Thu, Apr 29, 2010 at 2:17 AM, Jiandong Wang <computerhenu at gmail.com> wrote:
> I followed the instructions in llvm_gcc's README.LLVM file, but not exactly
> the same.
>
> the following is what I have done with LLVM:
> ./configure --disable-optimized --enable-checking
> make
> make install
> (Successful)
>
> now the llvm-gcc:
> cd /home/username
>
2011 Sep 27
1
openvpn + bridge utils in CentOS 6
Hi all,
I just intalled openvpn + bridge in CentOS 6, but i get strange problems:
the remote PCs cannot get the local PCs' MACs and also, the local PCs
cannot get the remote PCs' MACs
but when i run "brctl showmacs br0" it will list all the MACs and also "
brctl show" will show that all the correct adapters are in br0
SELinux disabled
any ideas?
--
Tang
2007 Apr 18
1
[Bridge] Bridge not working...
I've got a 2.6.8 kernel with bridging enabled as a module, two nics
(LNE100TX and RTL8139) and i've run the following commands with no errors
modprobe -v bridge
brctl addbr br0
brctl addif br0 eth0
brctl addif br0 eth1
both interfaces have 0.0.0.0 as their addresses and brctl showmacs br0
shows the macs for both internal cards. However, bridging doesn't seem
to be working at all.
2007 Apr 18
1
[Bridge] Possibility of copying over fdb entries.
Hi, all,
I wish to copy over fdb(forwarding database entries) learnt over from
one interface onto as they are from another interface.
Like for eg :
brctl showmacs br0
port no mac addr is local? ageing timer
1 00:30:1a:01:6f:e4 no 0.46
1 00:30:1a:1c:3d:b7 yes 0.00
2 00:30:1a:1c:3d:b8 yes