Displaying 6 results from an estimated 6 matches for "broadcast2".
Did you mean:
broadcast
2016 Sep 04
4
more than one IP address on network device?
...ice
>> 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 the first IP address?
Thanks,
Walter
2016 Sep 04
0
more than one IP address on network device?
...;
>> | 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.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 maybe you need a virtual devi...
2016 Sep 04
0
more than one IP address on network device?
...9;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 <--
Interesting... With these settings, namely GATEWAY2=..., how the
arbitration is done (in networks stack) which of gateways is used for
packets to be sent outside of networks the machi...
2005 Oct 18
0
Two differente networks at the same ethernet pci adapter
Hello all,
I need to put an IP alias to the same ethernet card, like this:
eth0 - IP1/MASK1/BROADCAST1
eth0:1 - IP2/MASK2/BROADCAST2
In this box I will have another card that conects to a LAN netowork. I
need this two alias in eth0 becouse I have two routes do take, but it seens
to do not work. This is the script I am using (this scripts works fine when
I have two ethernet cards like eth0 and eth1 for backbone and eth2 f...
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 net...
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