Displaying 20 results from an estimated 10000 matches similar to: "virsh and disable interface"
2016 Apr 29
1
I have ping through bridge , net has been started , But IPs they're not equivalent.
Dear All,
I have the following configuration and I have ping from bridge :
/////////////////////////////////////////////////////
iface eth0 inet static
address 192.168.1.4
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
auto ivbr0
iface ivbr0 inet static
address 192.168.1.4
netmask 255.255.255.0
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 05
3
Yum
Dear All,
When i install CentOS, it doesn't install yum package.
How i do it?
when i haven't yum, it is like that i haven't apt-get.
Please help me....
Yours,
Mohsen
2004 Feb 14
2
SOS
Hi,When i run "service dovecot start",I receive
following line:
Starting IMAP daemon (dovecot): Fatal: Can't use SSL
key file /usr/share/ssl/private/dovecot.pem: No such
file or directory
[FAILED]
Please guide me until i can make a key file....
Yours,Mohsen.
=====
---------DIGITAL SIGNATURE-------------------
2009 Jun 04
2
deleteing label (cheating crackers)
Dear all,
When i telnet to my server, I see following things:
[root at daka ~]# telnet 0 110
Trying 0.0.0.0...
Connected to 0.
Escape character is '^]'.
+OK Dovecot ready.
Now i want to delete Dovecot word & put my word.
How i do?
Yours,
Mohsen
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
2016 Mar 23
3
virsh and bash_complete
2004 Feb 08
1
a newbie question.
Hi,
I'm a newbie.Sorry for my question.
I have RH9 & downloaded rpm of dovecot for RH9.
I installed it:
rpm -ivh nameOfthatrpm
& when i ran
#service dovecot start ,I recieved following lines:
Starting IMAP daemon (dovecot): Fatal: Can't use SSL
certificate /usr/share/ssl/certs/dovecot.pem: No such
file or directory
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
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
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
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
2013 Jun 20
2
MySQL tables and official documenttation
Dear all,
Unfortunately, i created my tables according to the older tutorial, i
search in dovecot.org and postfix.org but i didn't find any official
documentation for tables.
I want to use PF 2.10 and dovecot 2.
Its tutorial was wrote on debian etch. eatch is very old.
---mohsen
2007 Nov 10
2
Virtual Box Host Networking problems
Dear Centos-Virt:
This is actually a second request for help on the
same issue. I finally got to try what several
months ago was replayed to me and no joy was to
be had. I am afraid the original thread got stale
and also had extra, unnecessary data in it.
Guest=XP Pro, SP2
Host=CentOS5; # uname -r; 2.6.18-8.1.15.el5
VirtualBox-1.5.0_24069_rhel5-2.i586.rpm
2009 Jun 28
1
Join to Linux domain
Dear all,
I create a PDC.
But when i use :
join rpc join mylove.com -U mohsen -I 127.0.0.1
i get following error:
debian:/home/mohsen# net rpc join mylove.com -U mohsen -I 127.0.0.1
Enter mohsen's password:
[2009/06/28 11:12:31, 0]
utils/net_rpc_join.c:net_rpc_join_newstyle(259)
could not open domain: NT_STATUS_ACCESS_DENIED
Unable to join domain WORKGROUP.
My /etc/samba/smb.conf is :
2013 Jun 21
2
tables between dovecot and postfix and a paradoxical question
Dear all,
I read we create the following table in wiki2 :
CREATE TABLE users (
userid VARCHAR(128) NOT NULL,
domain VARCHAR(128) NOT NULL,
password VARCHAR(64) NOT NULL,
home VARCHAR(255) NOT NULL,
uid INTEGER NOT NULL,
gid INTEGER NOT NULL
);
But i read the following text in the official postfix documentation :
"DO create tables with each matching item as a
2007 Apr 18
2
[Bridge] Getting dynamic ip address for a bridge
Hello,
I how an embedded processor that needs to act as a bridge between a wireless
and wired network. I have managed to bring up the bridge fine. I can also
bring up the bridge with a static ip address. However I can not figure out
how to bring up the bridge with a dynamic ip address.
Is it possible to for a bridge to get a dynamically assigned ip address?
Oliver
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).
2004 Feb 09
1
Start-up
Hi.
I dovecot RPM on RH9,Of course,I used RPM fro RH9,But
when i run "service dovecot start"
I receiving a OK
But when i run "service dovecot status"
I receiving folloing line:
dovecot dead but subsys locked
& even when i run "ps -A |grep dovecot" ,i'm not
receiving anythings.
Please guide me.....
Yours,Mohsen.
=====
---------DIGITAL