I've configured my two network interfaces : ETH0 and ETH1. ETH1 has 3
subinterfaces.
When I restart my server or just the network by 'service network
restart', my networks interfaces are no longer reachable.
I have to stop ETH0 and after ETH1. Then, I restart ETH1, I stop
ETH1:xxx1 and then the network is reachable. And finaly, I can restart
my ETH1:xxx1.
I feel like I have to restart interfaces in a certain order.
Do you have any ideas ?
Thanks in advance,
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
12-14-2011, 03:41 PM
Network interfaces not reachable
Bob Sauvage wrote:
> Hello *,
>
> I've configured my two network interfaces : ETH0 and ETH1. ETH1 has 3
> subinterfaces.
>
> When I restart my server or just the network by 'service network
> restart', my networks interfaces are no longer reachable.
>
> I have to stop ETH0 and after ETH1. Then, I restart ETH1, I stop
> ETH1:xxx1 and then the network is reachable. And finaly, I can restart
> my ETH1:xxx1.
>
> I feel like I have to restart interfaces in a certain order.
>
Is this CentOS 5.7 or 6? Have you looked in
/etc/udev/rules.d/70-persistant-net,rules, to see if something's out of
whack?
mark
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
12-14-2011, 03:42 PM
Marco Shaw
Network interfaces not reachable
Hi,
Can you further define "not reachable" with exact details?
Marco
On Wed, Dec 14, 2011 at 12:34 PM, Bob Sauvage <bob.sauvage@gmx.fr> wrote:
> Hello *,
>
> I've configured my two network interfaces : ETH0 and ETH1. ETH1 has 3
> subinterfaces.
>
> When I restart my server or just the network by 'service network restart',
> my networks interfaces are no longer reachable.
>
> I have to stop ETH0 and after ETH1. Then, I restart ETH1, I stop ETH1:xxx1
> and then the network is reachable. And finaly, I can restart my ETH1:xxx1.
>
> I feel like I have to restart interfaces in a certain order.
>
> Do you have any ideas ?
>
> Thanks in advance,
>
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
--
*Microsoft MVP - Windows PowerShell
https://mvp.support.microsoft.com/profile/Marco.Shaw
*Co-Author - Sams Windows PowerShell Unleashed 2nd Edition
*Blog - http://marcoshaw.blogspot.com
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
12-14-2011, 07:58 PM
Frank Cui
Network interfaces not reachable
As a workround, u can automate your interface restart procedure on rc.local file.
And for troubleshooting, you need to put your interface config and script in the list so that we can analyze it, it's easier for us than just to predict what the actual problem is.
Thanks
FrankCui
Sent from my iPod
On 2011-12-14, at 12:34 PM, Bob Sauvage <bob.sauvage@gmx.fr> wrote:
> Hello *,
>
> I've configured my two network interfaces : ETH0 and ETH1. ETH1 has 3 subinterfaces.
>
> When I restart my server or just the network by 'service network restart', my networks interfaces are no longer reachable.
>
> I have to stop ETH0 and after ETH1. Then, I restart ETH1, I stop ETH1:xxx1 and then the network is reachable. And finaly, I can restart my ETH1:xxx1.
>
> I feel like I have to restart interfaces in a certain order.
>
> Do you have any ideas ?
>
> Thanks in advance,
>
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
12-15-2011, 09:59 AM
Bob Sauvage
Network interfaces not reachable
Hello,
Firtst of all, thanks a lot for your responses.
1. @Marco : I mean by 'not reachable' that nether my local network,
nether the internet can ping my network interfaces.
2. @Mark : I use RHEL 6, I will look in '70-persistant-net'.
3. @FrankCui : Here my network interfaces config :
Can you further define "not reachable" with exact details?
Marco
On Wed, Dec 14, 2011 at 12:34 PM, Bob Sauvage<bob.sauvage@gmx.fr> wrote:
Hello *,
I've configured my two network interfaces : ETH0 and ETH1. ETH1 has 3
subinterfaces.
When I restart my server or just the network by 'service network restart',
my networks interfaces are no longer reachable.
I have to stop ETH0 and after ETH1. Then, I restart ETH1, I stop ETH1:xxx1
and then the network is reachable. And finaly, I can restart my ETH1:xxx1.
I feel like I have to restart interfaces in a certain order.
Do you have any ideas ?
Thanks in advance,
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
Is this CentOS 5.7 or 6? Have you looked in
/etc/udev/rules.d/70-persistant-net,rules, to see if something's out of
whack?
mark
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
12-15-2011, 12:42 PM
"white.heron white"
Network interfaces not reachable
Dear All,
For your information. If the RHEL server setup within local area network. You may either configure each Network Interface card by:
1) Receiving IP address from nearest DHCP server appliance e.g network switches
2) Manual. By allocate exactly. Static IP address for each Network Interface card.
For manually configured static IP Address. You may refer the following command:
$ ifconfig eth0 xxx.xxx.xxx.xxx netmask yyy.yyy.yyy.yyy up
$*ifconfig eth1 xxx.xxx.xxx.xxx netmask yyy.yyy.yyy.yyy up
$*ifconfig *eth2 xxx.xxx.xxx.xxx netmask yyy.yyy.yyy.yyy up
*
where xxx = IPv4 static ip address
and yyy = IPV4 netmask ip address.
Regards,
MOHAMMAD ADLI BIN MT TAJUDIN
A8-2-7, DESA PANDAN APARTMENTS,
OFF JALAN KG. PANDAN,
55100 KUALA LUMPUR,
WEST MALAYSIA.
________________________________
From: Bob Sauvage <bob.sauvage@gmx.fr>
To: redhat-list@redhat.com
Sent: Thursday, December 15, 2011 6:59 PM
Subject: Re: Network interfaces not reachable
Hello,
Firtst of all, thanks a lot for your responses.
1. @Marco : I mean by 'not reachable' that nether my local network,
nether the internet can ping my network interfaces.
2. @Mark : I use RHEL 6, I will look in '70-persistant-net'.
3. @FrankCui : Here my network interfaces config :
On 12/14/2011 05:42 PM, Marco Shaw wrote:
> Hi,
>
> Can you further define "not reachable" with exact details?
>
> Marco
>
> On Wed, Dec 14, 2011 at 12:34 PM, Bob Sauvage<bob.sauvage@gmx.fr>* wrote:
>> Hello *,
>>
>> I've configured my two network interfaces : ETH0 and ETH1. ETH1 has 3
>> subinterfaces.
>>
>> When I restart my server or just the network by 'service network restart',
>> my networks interfaces are no longer reachable.
>>
>> I have to stop ETH0 and after ETH1. Then, I restart ETH1, I stop ETH1:xxx1
>> and then the network is reachable. And finaly, I can restart my ETH1:xxx1.
>>
>> I feel like I have to restart interfaces in a certain order.
>>
>> Do you have any ideas ?
>>
>> Thanks in advance,
>>
>> --
>> redhat-list mailing list
>> unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
>> https://www.redhat.com/mailman/listinfo/redhat-list
> Is this CentOS 5.7 or 6? Have you looked in
> /etc/udev/rules.d/70-persistant-net,rules, to see if something's out of
> whack?
>
>* * * * * mark
>
>
>
>
>
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
12-15-2011, 12:42 PM
"white.heron white"
Network interfaces not reachable
Dear All,
For your information. If the RHEL server setup within local area network. You may either configure each Network Interface card by:
1) Receiving IP address from nearest DHCP server appliance e.g network switches
2) Manual. By allocate exactly. Static IP address for each Network Interface card.
For manually configured static IP Address. You may refer the following command:
$ ifconfig eth0 xxx.xxx.xxx.xxx netmask yyy.yyy.yyy.yyy up
$*ifconfig eth1 xxx.xxx.xxx.xxx netmask yyy.yyy.yyy.yyy up
$*ifconfig *eth2 xxx.xxx.xxx.xxx netmask yyy.yyy.yyy.yyy up
*
where xxx = IPv4 static ip address
and yyy = IPV4 netmask ip address.
Regards,
MOHAMMAD ADLI BIN MT TAJUDIN
A8-2-7, DESA PANDAN APARTMENTS,
OFF JALAN KG. PANDAN,
55100 KUALA LUMPUR,
WEST MALAYSIA.
________________________________
From: Bob Sauvage <bob.sauvage@gmx.fr>
To: redhat-list@redhat.com
Sent: Thursday, December 15, 2011 6:59 PM
Subject: Re: Network interfaces not reachable
Hello,
Firtst of all, thanks a lot for your responses.
1. @Marco : I mean by 'not reachable' that nether my local network,
nether the internet can ping my network interfaces.
2. @Mark : I use RHEL 6, I will look in '70-persistant-net'.
3. @FrankCui : Here my network interfaces config :
On 12/14/2011 05:42 PM, Marco Shaw wrote:
> Hi,
>
> Can you further define "not reachable" with exact details?
>
> Marco
>
> On Wed, Dec 14, 2011 at 12:34 PM, Bob Sauvage<bob.sauvage@gmx.fr>* wrote:
>> Hello *,
>>
>> I've configured my two network interfaces : ETH0 and ETH1. ETH1 has 3
>> subinterfaces.
>>
>> When I restart my server or just the network by 'service network restart',
>> my networks interfaces are no longer reachable.
>>
>> I have to stop ETH0 and after ETH1. Then, I restart ETH1, I stop ETH1:xxx1
>> and then the network is reachable. And finaly, I can restart my ETH1:xxx1.
>>
>> I feel like I have to restart interfaces in a certain order.
>>
>> Do you have any ideas ?
>>
>> Thanks in advance,
>>
>> --
>> redhat-list mailing list
>> unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
>> https://www.redhat.com/mailman/listinfo/redhat-list
> Is this CentOS 5.7 or 6? Have you looked in
> /etc/udev/rules.d/70-persistant-net,rules, to see if something's out of
> whack?
>
>* * * * * mark
>
>
>
>
>
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list