Displaying 17 results from an estimated 17 matches similar to: "iproute2 ping question"
2008 Mar 19
2
Stub / Mock - A little guidance?
Hi there,
I''m still trying to wrap my head around when to use a stub and a mock.
If I understand this right, I should be using a ''mock'' when imitating
an object, but not its behavior. I should be using a stub when I want
to imitate the behavior of an object. Does that sound about right?
With that said, I''m struggling a little trying to spec out this
instance
2009 Nov 04
3
How to resell my trunk/provider to others?
Hello,
I've been tasked to look for ways to resell to others the service that  
one of a trunk provides.. In other words, i want to configure my  
current Asterisk (Ver. 1.4.26.1) with Freepbx 2.6.0 so i can act as a  
trunk to others.. I would provide an IP to them from one of my servers  
and they will use that IP to connect to me and i will connect them to  
my trunk/provider.
If
2016 Sep 04
4
more than one IP address on network device?
On 04.09.2016 15:18, Ulf Volmer wrote:
> On 09/03/2016 07:34 PM, Walter H. wrote:
>
>> if I would need an additional IPv6 address I'd just add
>> IPV6ADDR_SECONDARIES="ipv6addr"
>> to this file; if I would need an additional IPv4 address this works only
>> by a virtual device
>> e.g. eth0:1 like this:
> That's not true, you can add ipv4
2016 Sep 04
4
more than one IP address on network device?
On 09/04/2016 05:00 PM, Ulf Volmer wrote:
>> IPADDR2=192.168.1.10
>> BROADCAST2=192.168.1.255 <--
>> NETMASK2=255.255.255.0
>> NETWORK2=192.168.1.0 <--
>> GATEWAY2=192.168.1.1 <--
>>
>> in case they don't match the first IP address?
> 
> I'm not sure at this point. If you have to add a second ip in another
> different network
2016 Sep 03
3
more than one IP address on network device?
Hello
/etc/sysconfig/network-scripts/ifcfg-eth0 looks like this:
# Intel Corporation 82545EM Gigabit Ethernet Controller (Copper)
TYPE=Ethernet
NAME=eth0
NM_CONTROLLED=no
IPV4_FAILURE_FATAL=yes
UUID=cc2635ff-3c14-48ba-b19a-84c5b9d36a9d
ONBOOT=yes
DEVICE=eth0
BOOTPROTO=none
HWADDR=00:50:56:01:00:01
BROADCAST=192.168.0.255
IPADDR=192.168.0.10
NETMASK=255.255.255.0
NETWORK=192.168.0.0
2012 May 11
2
Floating VIP...
Hi,
right now I am using only one external server as a gateway for the internal servers.
I would like to enable a fail-over on a second server.
To implement the floating VIP, should I use heartbeat+pacemaker?
Or is there something more "lightweight"?
Basically, I just need server2 up the VIP when server1 is down, and server2 down the VIP when server1 is back up (or server 1 does not up
2019 Feb 08
2
netmask on aliases overriden by netmask on interface
CentOS-6.10
We have a host with the following ifcfg file contents:
BOOTPROTO=none
BROADCAST=""
DEFROUTE=yes
DEVICE=eth1
. . .
GATEWAY=X.Y.Z.234
IPADDR=A.B.C.2
IPV4_FAILURE_FATAL=yes
NAME="LAN Link - eth1"
NETMASK="255.255.255.128"
NETWORK="A.B.C.0"
NM_CONTROLLED=no
ONBOOT=yes
PREFIX=25
TYPE=Ethernet
USERCTL=no
And an aliased ifcfg containing this:
2017 Jul 06
3
Virtual IP
H? all;
   i need your helps on setting the virtual ip. I am trying to setup static
virtual ip on CenOS7.  but I want my VIP to should not open when rebooting.
My interface settings like this:
*for ens33 NIC -> ifcfg-ens33*
DEVICE=ens33
BOOTPROTO=none
ONBOOT=yes
PREFIX=24
IPADDR=192.168.2.151
*and for VIP NIC ens33:2* * -> ifcfg-ens33:2*
DEVICE=ens33:2
ONBOOT=no
ONPARENT=no
2014 Oct 15
2
IP aliasing on CentOS 7
Hello all,
is there a good wirte-up on how edit script files in
the /etc/sysconfig/network-scripts directory on Centos & to assign multiple
IP addresses to the same NIC on boot?
Thanks for any and all help.
Cheers,
Boris.
2017 Jul 06
1
Virtual IP
On Thu, Jul 06, 2017 at 08:17:17AM -0400, Jonathan Billings wrote:
> On Thu, Jul 06, 2017 at 11:17:12AM +0300, Amine Tengilimoglu wrote:
> >    i need your helps on setting the virtual ip. I am trying to setup static
> > virtual ip on CenOS7.  but I want my VIP to should not open when rebooting.
> 
> It looks like you're trying to add the second IP on an aliased
>
2017 Dec 07
4
GlusterFS, Pacemaker, OCF resource agents on CentOS 7
Hi guys
I'm wondering if anyone here is using the GlusterFS OCF
resource agents with Pacemaker on CentOS 7?
yum install centos-release-gluster
yum install glusterfs-server glusterfs-resource-agents
The reason I ask is that there seem to be a few problems
with them on 3.10, but these problems are so severe that I'm
struggling to believe I'm not just doing something wrong.
I created
2016 Nov 25
1
Pacemaker bugs?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi!
I think I stumbled on at least two bugs in the CentOS 7.2 pacemaker package,
though I'm not quite sure if or where to report it.
I'm using the following package to set up a 2-node active/passive cluster:
[root at clnode1 ~]# rpm -q pacemaker
pacemaker-1.1.13-10.el7_2.4.x86_64
The installation is up-to-date on both nodes as of the
2017 Dec 08
0
GlusterFS, Pacemaker, OCF resource agents on CentOS 7
Hi,
Can u please explain for what purpose pacemaker cluster used here?
Regards,
Jiffin
On Thursday 07 December 2017 06:59 PM, Tomalak Geret'kal wrote:
>
> Hi guys
>
> I'm wondering if anyone here is using the GlusterFS OCF resource 
> agents with Pacemaker on CentOS 7?
>
> yum install centos-release-gluster
> yum install glusterfs-server
2012 Dec 11
4
Configuring Xen + DRBD + Corosync + Pacemaker
Hi everyone,
I need some help to setup my configuration failover system.
My goal is to have a redundance system using Xen + DRBD + Corosync +
Pacemaker
On Xen I will have one virtual machine. When this computer has network
down, I will do a Live migration to the second computer.
The first configuration I will need is a crossover cable, won''t I? It is
really necessary? Ok, I did it. eth0
2018 Jul 05
5
two 2-node clusters or one 4-node cluster?
Hello,
I'm planning migration of current two clusters based on CentOS 6.x with
Cman/Rgmanager going to CentOS 7.x and Corosync/Pacemaker.
As the clusters and their services are on the same subnet, and there no
particular security concerns differentiating them, I'm also evaluating the
option to transform the two clusters into a unique 4-node one during the
upgrade.
Currently I'm
2006 Sep 07
13
How to handle config files used by a combination of classes?
Hi,
How should I handle the combinatorics when one config file must be
built for a combination of possible classes?
Take for example the amd automounter''s configuration file, which on
Debian is found at /etc/am-utils/amd.conf.  This is an INI style file
which looks like:
[fsname1]
  param1=foo
  param2=bar
[fsname2]
  param1=baz
  param2=quag
In my case I have one class of machines