Displaying 20 results from an estimated 27 matches for "ipaddr2".
Did you mean:
ipaddr
2016 Sep 04
4
more than one IP address on network device?
...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 address to the interface in the same way:
>
> | IPADDR2=172.17.170.101
> | NETMASK2=255.255.255.0
>
> There is no need to create a virtual network device.
ah ok, and the other values?
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...
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...
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
2018 Apr 09
0
nm-bridge & nm-team and no connection.
hi guys
I have a kvm quest & two nodes.
a kvm guest on nodeA and IPaddr2 on nodeB(at this time)
nodeA & nodeB comprise a HA cluster
now...
- nodeA can ping IPaddr2 IP
- nodeB can ping kvm guest IP
- kvm guest can get to nodeB's IP but*
Only a bit non-common bit in my setup is:
- both nodeA & nodeB be interfaces which are relevant to the
subnet on which it...
2016 Sep 04
0
more than one IP address on network device?
On 09/04/2016 04:40 PM, Walter H. wrote:
> On 04.09.2016 15:18, Ulf Volmer wrote:
>> That's not true, you can add ipv4 address to the interface in the same
>> way:
>>
>> | IPADDR2=172.17.170.101
>> | NETMASK2=255.255.255.0
>>
>> There is no need to create a virtual network device.
> ah ok, and the other values?
no other values needed. i assume that the second ip is in the same
subnet as the first one.
> IPADDR2=192.168.1.10
> BROADCAST2=192.168.1...
2016 Sep 04
0
more than one IP address on network device?
On 04.09.2016 17:33, Ulf Volmer wrote:
>
> OK, some testing has been done. you have to specify
>
> IPADDR=192.168.0.10
> NETMASK=255.255.255.0
> NETWORK=192.168.0.0
> GATEWAY=192.168.0.1
> IPADDR2=192.168.2.10
> NETMASK2=255.255.255.0
> NETWORK2=192.168.2.0
I tried this way; but
'ifconfig' doesn't show these additional addresses ...
> please note, that you have to specify only one GATEWAY, there can be
> only one default gateway active.
sure?
thought that IPADDR, GAT...
2016 Sep 04
0
more than one IP address on network device?
...pv6addr"
>>> 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 address to the interface in the same
>> way:
>>
>> | IPADDR2=172.17.170.101
>> | NETMASK2=255.255.255.0
>>
>> There is no need to create a virtual network device.
> ah ok, and the other values?
>
> IPADDR2=192.168.1.10
> BROADCAST2=192.168.1.255 <--
> NETMASK2=255.255.255.0
> NETWORK2=192.168.1.0 <--
> GATEWAY2=19...
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
2005 Jun 29
1
iproute2 ping question
Hi List,
New subscriber/lartc user here. Have read the entire lar&tc howto,
alexy''s ip_cref, etc. and must say, this makes iptables seem downright
*easy*.
I''m trying to build a three-legged linux router (WAN/LAN/DMZ) and have
had it more or less working with iptables but would like to learn layer2
routing with iproute2.
I have an adsl/29 network and would like my
2014 Jan 13
1
Fwd: HA cluster - strange communication between nodes
...:47 2014 via cibadmin on lb1.asol.local
Stack: cman
Current DC: lb1.asol.local - partition with quorum
Version: 1.1.10-14.el6_5.1-368c726
2 Nodes configured
2 Resources configured
Online: [ lb1.asol.local lb2.asol.local ]
Full list of resources:
Resource Group: LB
LAN.VIP (ocf::heartbeat:IPaddr2): Started lb2.asol.local
WAN.VIP (ocf::heartbeat:IPaddr2): Started lb2.asol.local
----------------------------------------
After manual shutdown of one node 2 (pcs cluster stop), the node 1
doesn't get this information and still believes node 2 is up and
running. In the log of corosync @l...
2017 Jul 06
1
Virtual IP
...s and ippp devices. For all other
> configurations, use PREFIX instead.
>
> The "n" is expected to be consecutive positive integers starting from 0.
> It can be omitted if there is only one address being configured.
>
> So, you can have IPADDR0, IPADDR1, IPADDR2, etc.
>
> All of these will configure an IP on the device named in the DEVICE
> line. No need to have multiple alias interfaces.
>
> --
> Jonathan Billings <billings at negate.org>
> _______________________________________________
> CentOS mailing list
> CentOS...
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
2008 Mar 02
0
Cisco 7970 - register with NAT phone
...lManagerGroup>
<srstInfo uuid="{cd241e11-4a58-4d3d-9661-f06c912a18a3}">
<name>Disable</name>
<srstOption>Disable</srstOption>
<userModifiable>false</userModifiable>
<ipAddr1>206.80.94.20</ipAddr1>
<port1>2000</port1>
<ipAddr2></ipAddr2>
<port2>2000</port2>
<ipAddr3></ipAddr3>
<port3>2000</port3>
<sipIpAddr1>206.80.94.20</sipIpAddr1>
<sipPort1>5060</sipPort1>
<sipIpAddr2></sipIpAddr2>
<sipPort2>5060</sipPort2>
<sipIpAddr3>&...
2016 Nov 25
1
Pacemaker bugs?
...6 Last change: Fri Nov 25 10:51:32 2016 by root via cibadmin on clnode1
Stack: corosync
Current DC: clnode2 (version 1.1.13-10.el7_2.4-44eb2dd) - partition with quorum
2 nodes and 12 resources configured
Online: [ clnode1 clnode2 ]
Full list of resources:
p_ip_cluster (ocf::heartbeat:IPaddr2): Started clnode2
Master/Slave Set: ms_drbd_r0 [p_drbd_r0]
Masters: [ clnode2 ]
Slaves: [ clnode1 ]
p_fs_drbd1 (ocf::heartbeat:Filesystem): Started clnode2
p_apache (ocf::heartbeat:apache): Started clnode2
p_dhcpd (ocf::heartbeat:dhcpd): Started clnode...
2017 Dec 07
4
GlusterFS, Pacemaker, OCF resource agents on CentOS 7
...74ec8) -
partition WITHOUT quorum
Last updated: Thu Dec? 7 13:20:41 2017????????? Last change:
Thu Dec? 7 13:09:33 2017 by root via crm_attribute on pcmk01-cr
2 nodes and 13 resources configured
Online: [ pcmk01-cr ]
OFFLINE: [ pcmk02-cr ]
Full list of resources:
?FloatingIp???? (ocf::heartbeat:IPaddr2):?????? Started
pcmk01-cr
?test_logs????? (ocf::heartbeat:Filesystem):??? Stopped
?Clone Set: glusterd-clone [glusterd]
???? Stopped: [ pcmk01-cr pcmk02-cr ]
?Clone Set: gluster_data-clone [gluster_data]
???? Stopped: [ pcmk01-cr pcmk02-cr ]
?Clone Set: gluster_vol-clone [gluster_vol]
???? gluster_...
2017 Dec 08
0
GlusterFS, Pacemaker, OCF resource agents on CentOS 7
...Thu Dec? 7 13:20:41 2017????????? Last change: Thu Dec?
> 7 13:09:33 2017 by root via crm_attribute on pcmk01-cr
>
> 2 nodes and 13 resources configured
>
> Online: [ pcmk01-cr ]
> OFFLINE: [ pcmk02-cr ]
>
> Full list of resources:
>
> ?FloatingIp???? (ocf::heartbeat:IPaddr2):?????? Started pcmk01-cr
> ?test_logs????? (ocf::heartbeat:Filesystem):??? Stopped
> ?Clone Set: glusterd-clone [glusterd]
> ???? Stopped: [ pcmk01-cr pcmk02-cr ]
> ?Clone Set: gluster_data-clone [gluster_data]
> ???? Stopped: [ pcmk01-cr pcmk02-cr ]
> ?Clone Set: gluster_vol-clo...
2016 Sep 04
0
more than one IP address on network device?
...itional 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 address to the interface in the same way:
| IPADDR2=172.17.170.101
| NETMASK2=255.255.255.0
There is no need to create a virtual network device.
best regards
Ulf
2017 Jul 06
0
Virtual IP
...t mask; just useful for aliases and ippp devices. For all other
configurations, use PREFIX instead.
The "n" is expected to be consecutive positive integers starting from 0.
It can be omitted if there is only one address being configured.
So, you can have IPADDR0, IPADDR1, IPADDR2, etc.
All of these will configure an IP on the device named in the DEVICE
line. No need to have multiple alias interfaces.
--
Jonathan Billings <billings at negate.org>