search for: networkinterfac

Displaying 9 results from an estimated 9 matches for "networkinterfac".

Did you mean: networkinterface
2011 Mar 02
4
networkinterface type proposal
...t this would be great functionality to have in puppet. I''ll update https://projects.puppetlabs.com/issues/3153 with the results of the discussion here and maybe we can get some traction on it. - Eric Sorenson - N37 17.255 W121 55.738 - http://twitter.com/ahpook - ### basic examples networkinterface { "eth0": ensure => enabled, bootproto => dhcp, # required for DHCP/BOOTP, optional for static hwaddr => "00:aa:bb:cc:dd:ee" } networkinterface { "eth0": ensure => "enabled", # sets ONBOOT=true, causes ifup refresh hwadd...
2011 Mar 10
2
unable to connect to libvirtd at '*': No route to host
...route to host error: failed to connect to the hypervisor/ SELinux is disabled and the servers are in the same IP-Range (ping works fine) Passwordless ssh-login also works fine! If I connect to a server with qemu+ssh://nebula3/system all wroks fine... Installation with virt-manager an bridged networkinterface also works fine... Did anyone of you have an idea where my problem is? Thanks for Help :) Regards, Christoph -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Roland Niemeier, Dr. Arno Steitz, Dr. Ingrid Zech Vorsitzender des Aufsichtsrats/ Chairman of the Supervisory Board: Mich...
2003 Jul 02
0
Asteriks, GnuGk and outgoing calls
...1/BYEXTENSION ----snip---- A little snip of my h323.conf ----snip---- [7003] type=h323 context=Office [7004] type=h323 context=Office ;[7005] ;type=h323 ;context=Office [gw1] type=h323 context=Office ----snip---- And here is my gatekeeper.ini file: [Gatekeeper::Main] Fourtytwo=42 Home=10.1.1.51 NetworkInterfaces=10.1.1.51/24 UseBroadcastListener=0 [GkStatus::Auth] rule=allow [RasSrv::GWPrefixes] gw1=2840 Does the above look correct. If I use Asterisk standalone and then connect ohPhone directly to Asterisk i can easily place outgoing calls, so the setup for outbound calls works I think. -- Mickey Bi...
2002 Sep 06
0
FAT32 Problem
Hi! I use a Cyrix 200 MX CPU and a Motherboard with VIA Chipset. I have two Networkinterfaces, a Realtek and a NE2000 Clone. I donwloaded the iso's from redhat(7.3) and installed the packages inclusive samba. i turned NAT on and the box works fine until I access the SAMBA directories(FAT 32) with a win2k client. If I just use samba a little bit ..(directory browsing).. nothing happens...
2013 Jun 14
1
Creating a bridged network on CentOS for the xen hypervisor
Dear xen users, I am asking about how to creat a bridged network on CentOS 6.4.. I have the Xen hypervisor installed and booted correctly but there is no internet access there. I have followed the commands and steps in these links, but non of them worked for me: 1: http://www.eucalyptus.com/docs/3.1/ig/configuring_bridge.html
2010 May 27
11
unistalling gplpv from win7x64 gives BSOD
...ry that specifies NOGPLPV, what gives me a bootable system after such a crash, I found (uninstalling the leftover driver packages after getting bsod during uninstall of the main package) that uninstalling the net driver leads to bsod. Now I booted in safe mode (nogplpv) and uninstalled the disabled networkinterface in hardware manager. Is there a more convenient workflow to uninstall/update the gplpv drivers? Thx, Florian _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2009 Jul 24
1
permit many-to-many vms / networks relationship redux
redux patchset permitting a vm to be associated with multiple networks and vice-versa. updated patchset so as to be applicable against current oVirt server HEAD these patches may be applied in any order, they all need to be pushed together
2009 Jul 09
2
permit many-to-many vms / networks relationship
This patchset contains changes to the ovirt server frontend, backend, and tests components, permitting vms to be associated with multiple networks and vice versa. Also included are two patches which are required for the frontend bits; a patch adding collapsable sections to the vm form, which in itself depends on the second patch that provides default values for the cpu and memory vm table fields
2009 Jun 30
0
[PATCH server] permit many-to-many vms / networks relationship
...utes!(vm_hash) vm_provision if start_now @@ -256,10 +263,15 @@ module VmService unless system system = Cobbler::System.new("name" => name, @vm.cobbler_type => @vm.cobbler_name) - system.interfaces = [Cobbler::NetworkInterface.new( - {'mac_address' => @vm.vnic_mac_addr})] + system.interfaces = [] + # do we need to do anything if vm.nics is empty ? + @vm.nics.each { |nic| + system.interfaces.push Cobbler::NetworkInterface.new( + {&...