similar to: xen on openSUSE

Displaying 20 results from an estimated 3000 matches similar to: "xen on openSUSE"

2013 Jul 09
9
One resource immediately after another
I need to apply three resources one immediatelly after another. It''s a ifdown/ifup commands, and command to generate /etc/network/interfaces file. I need to do ifdown, then rebuild interfaces, then ifup. I try to add simple relationship, but in this case some File resources are trying to be applied between ifdown and ifup. So they can''t connect to Puppet master to verify
2012 May 17
1
Centos 6 - Networking: Some Queries
Hello all I am setting up a Centos 6 machine with one network card & one onboard network port. Both are recognized & work. Onboard Network port is unused yet, but is required for dedicated access to LTSP LAN, which would allow older PIII machines to boot from this system. I have installed LTSP but again Networking seems to be the problem area, as the clients won't boot from this
2008 Aug 26
5
restarting static-routes-ipv6
I want to change the contents of my /etc/sysconfig/static-routes-ipv6 and NOT restart the network. Is there a way to do this??? I know about ifup and ifdown for interfaces, but what about routing (and IP6 at that).
2006 Feb 02
4
Virtual Interface
Hi Guys, I want to create multiple virtual interfaces on a system running linux 2.6. The main requirment being, to assign unique MAC address fo each of the virtual interfaces. I need to know, if this is possible and will really appriciate if someone can provide me pointer in this direction. Thanks a lot. R. Singh _______________________________________________ LARTC mailing list
2019 Jan 30
2
Applying changes to route-eth0
I have a series of static routes in route-eth0 Recently I had to made changes and could not find an effective way to get the old routes out and the new routes in. ifdown-route seems to apply the content of route-eth0 to take down the routes listed and ifup-route brings up routes based on route- So what ends up is that the old routes never go away, just new routes added. ifdown eth0; ifup
2016 Sep 18
2
答复: How to disable CTDB pulling up NICs
If eth0 holds virtual IP as its secondary IP and I bring down eth0 by command "ifdown eth0", CTDB will automatically pull eth0 up. Sometime it goes wrong. The virtual IP becomes primary IP, and origin primary IP turns into a secondary IP or just missing. If the origin primary IP is missing, I have to run "ifup eth0" though CTDB has pulled eth0 up. CTDB uses “ip link set eth0
2011 Sep 27
2
Dashboard parameters to control VIPs?
Some of the Red Hat Enterprise Linux servers in our environment sometimes get assigned virtual IP addresses (eth0:1, eth0:2, etc). Puppet Dashboard''s parameters seem like an ideal way to define and provision virtual IPs on these servers. One could create a "vip1" parameter on a node, and define a value of the IP address to use for that vip. A manifest could then be written to
2017 Feb 13
8
CentOS 7, systemd, NetworkMangler, oh, my
My manager tells me a system in the datacenter is down. I go down there, and plug in a monitor-on-a-stick and keyboard. It's up, but no network. I try systemctl restart NetworkManager several times, and ip a shows *no* change. Finally, I do an ifdown, followed by an ifup, and everything's wonderful. My manager thinks that the NM daemon thinks everything's fine, and there've been
2006 Sep 13
4
Lingering dhclient issue
I recently reconfigured some CentOS 4.3 systems that were using DHCP to use static IP addresses. At the same time, the systems were moved to a new VLAN. Here is the approximate sequence of events that took place: 1. ifdown eth0 2. edit /etc/sysconfig/network-scripts/ifcfg-eth0 with static IP address 3. wait for network folks to reconfigure switch 4. ifup eth0 I may have
2004 Apr 21
4
Resetting network device / skb leak
hi, I seem to have a problem with the Linux xen-network driver leaking skbs. This is probably my own fault, upon resumption after migration I call this: void network_resume(void) { struct net_device* dev = __dev_get_by_name("eth0"); MOD_DEC_USE_COUNT; network_open(dev); } -- which works fine. However, in network_open() the call to NETOP_RESET_RINGS seems to clear all the
2008 Sep 19
3
Giving a domU direct access to a NIC
Hello, I am experimenting with Snort and other IDS and I would like to use Xen for these tests. This would require me to use port mirroring to sent a bunch of packets to a NIC located on my Xen machine. I don''t really know how Xen networking works, but is it possible to give a domU direct access to a NIC ? Or at least give it enough access so that it can see packets that are not for the
2011 Oct 12
3
Emergency help needed on host network randomly stop working.
Hi, This is a Centos 5.5 host with one xen guest. About 2 weeks ago, the host randomly lost network connection. By this I mean I could not connect to the services on it, or ping it. Also was the status of the guest. From serial console, I connected to the host, trying to see what happened. No clue (any error messages) in messages or dmesg. ifdown/ifup the interface did not help, either. Only
2011 Oct 12
3
Emergency help needed on host network randomly stop working.
Hi, This is a Centos 5.5 host with one xen guest. About 2 weeks ago, the host randomly lost network connection. By this I mean I could not connect to the services on it, or ping it. Also was the status of the guest. From serial console, I connected to the host, trying to see what happened. No clue (any error messages) in messages or dmesg. ifdown/ifup the interface did not help, either. Only
2015 Nov 16
1
About IPv6 Link-Local Address(CentOS5)
> First off, I assume you can ping your link-local address: > > ping6 -I eth1 fe80::a00:27ff:fe03:5b8a > > Second, you never mentioned how eth1 was assigned its IPv6 address. > Given that you've tried to embed an IPv4 address within an IPv6 address > (which is normally done with a 0:0:0:0:0: prefix), I'd guess you did it > manually. If so, with what tools?
2007 Nov 04
2
Xen Network Problems
Hi all: I installed xen-3.0.4 on Fedora 7, and installed Fedora 6 as DomainU, but, the network can not work normally. It only work for seconds, then I lose connect. If I ifdown the NIC and ifup it, the network can work for a few seconds, Can anybody help me figure what''s the problem ?? Thank you in advance _______________________________________________ Xen-devel mailing list
2016 Apr 28
1
virsh and disable interface
Dear All, According to http://wiki.libvirt.org/page/Networking#Debian.2FUbuntu_Bridging May be I have to do "ifdown eth0" How can I define, edit or other task live? ---mohsen
2005 Dec 12
1
Netcard don't up
Dear Friends I have 2 netcards (eth0 to Internet and eth1 to internal network) in CENTOS 4.2, bit when I boot system the up eth0 and et1i [OK]. When I run ifconfig the eth1 has not IP configure, then I run command ifdown eth1 and ifup eth1, after eth1 is work perfect. Below I show file /etc/sysconfig/network-scripts/ifcfg-eth1 # Please read /usr/share/doc/initscripts-*/sysconfig.txt # for
2010 Mar 13
2
Asterisk on MPLS VPN
Hi I;ve trixbox installed with 2 NICs. One NIC carries the MPLS-VPN traffic (only a 1 MB link without internet for carrying voice to another site) while the other NIC has a connection with public IP for internet services on that machine. the first NIC (eth0) has IP of 172.16.0.1 and is connected to router with WAN IP: 10.18.6.254 , the second IP is 203.234.82.98 (eth1). i want to have the
2014 Jun 23
2
Wheezy Dovecot workarounds
Hi all, In switching from Ubuntu to Debian Wheezy (7.5 64bit, network install), I'm finding some surprises in getting Dovecot to work. PROBLEM: As installed, the package manager doesn't give you the dovecot executable. WORKAROUND: To install the dovecot executable, you need to follow these instructions: http://wiki2.dovecot.org/HowTo/DebianStable PROBLEM: Even when you install
2008 Jul 09
1
Need basic PPPoE startup help
I need basic PPPoE startup help. adsl-start DID bring up my PPPoE link (ppp0) to my ISP over eth0 via the DSL modem/bridge. My IPv4 CIDR block is routing and Shorewall is doing the firewalling. But shorewall has to be started after ppp0 is up and working. For now this means running shorewall restart (or start?). Shorewall 4.2 will have a way to restart shorewall without recompiling, I