Fedora Networking :: F11 - Service Network Restart Does Not Bring Up All Interfaces

Jun 23, 2009

If I restart the network service, not all interfaces come back up. Is this expected behaviour or does something need a kick?

Code:
[root@@aspire3500 ~]$ service network restart
Shutting down interface eth0: [ OK ]
Shutting down interface wlan0: [ OK ]
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
[root@@aspire3500 ~]$

View 3 Replies


ADVERTISEMENT

Fedora Networking :: Service Network Restart - Device Not Active

May 1, 2011

I use fedora 14 and when I'm trying to run the network service on my system it gives me the following error -

# service network restart
Shutting down interface eth0: Error: Device 'eth0' (/org/freedesktop/NetworkManager/Devices/0) disconnecting failed: This device is not active [FAILED]
Shutting down loopback interface: Error: Device 'lo' not found. [FAILED]
Bringing up loopback interface: [OK]
Bringing up interface eth0: Error: Connection activation failed: Device not managed by NetworkManager or unavailable [FAILED]
RTNETLINK answers: File exists
RTNETLINK answers: File exists
RTNETLINK answers: File exists
RTNETLINK answers: File exists
RTNETLINK answers: File exists
RTNETLINK answers: File exists
RTNETLINK answers: File exists
RTNETLINK answers: File exists
RTNETLINK answers: File exists

And whenever I try to activate the device in graphical mode again it shows the above same error.

View 6 Replies View Related

Fedora :: Bring Up Whatever Service Holds The Network Settings Without GNOME?

Aug 27, 2010

I have a problem with my Fedora system. Whilst I was messing around with my graphics drivers I managed to totally screw up the system, now my desktop won't start, leaving me with just the command prompt. In order to fix it I will need to get my wireless adapter connected to my home network, this is proving tricky. I understand that NetworkManager is responsible for bringing up the network but unfortunately without starting GNOME I don't have the settings available to me (through the nm-cli) or a way to configure it.

Is there a way to bring up whatever service holds the network settings without GNOME? In the meantime I am looking into alternative ways of configuring NM, perhaps through the DBUS interface? Even so, I suspect that I will still need a settings ervice at the end of it..

View 6 Replies View Related

Networking :: No IPv6 Global Address When Restart The Network Service

Jul 26, 2010

I addes IPv6 address to my interface as

Code:

ifconfig eth0 inet6 add 3fff:ffff:6:5:4:3:2:1

But, when I restart the network service this IPv6 address is gone. How could I make it as a permanent IPv6 address( that should be edited or deleted when I want but not when I only restart the network)to my interface?

View 1 Replies View Related

Fedora :: F11 - Force The NetworkManager To Bring Up The Interfaces Right Way

Jan 7, 2010

Is there a way to force the NetworkManager to bring up the interfaces right way. I have a service( postgres ) that needs to have a network interface up when it starts. Right now it is not even through I have the box check to have the network interface active on boot up.

View 1 Replies View Related

Ubuntu :: How To Restart Network Adapter (not Service) Without Restart?

Mar 13, 2010

I have a suspend problem in my laptop. Sometimes, when resuming from suspend, the network adapter is down (that is, the network does not work and the light of the network adapter is off). Restarting the network service doesn't work, because I think that the system forgot about the hardware, and probably the driver should be reloaded.Does anyone knows how to do that?(ps. /etc/init.d/networking restart does not work, because the hardware driver is not being recognized anymore).

View 5 Replies View Related

Red Hat / Fedora :: Shows Unrecognized Service After Restart Service Smb

Feb 28, 2010

i can smb in centos 5 and i run service smb restart, it shows :smb: unrecognized service..... i run rpm -qa |grep samba,it shows

samba-common-3.0.33-3.7.el5
samba-client-3.0.33-3.7.el5
.....

View 2 Replies View Related

Ubuntu Networking :: Adding Interfaces To /etc/network/interfaces?

Apr 16, 2010

If I try to add a new interface (eth1) to /etc/network/interfaces, I get

Code:
* Reconfiguring network interfaces... SIOCSIFADDR: No such device
eth1: ERROR while getting interface flags: No such device
SIOCSIFNETMASK: No such device

[Code]...

How do I add 2 interfaces and get anyone of them to work, as available ?

View 5 Replies View Related

Fedora Networking :: Setup The Network Scripts To Create Two Network Interfaces For Vlan X And Y?

Apr 7, 2009

Using Fedora 10, can anyone tell me how to setup the network scripts to create two network interfaces for vlan x and y. Both interfaces should obtain an ip from dhcp and both interfaces should run over eth0.

View 2 Replies View Related

Fedora Networking :: What Happens With Multiple Network Interfaces

Apr 30, 2009

What traffic goes where? Why? Any bandwidth advantage? What if one goes down?

View 4 Replies View Related

Ubuntu Networking :: Create Sub Interfaces But Being Removed After Restart?

Sep 18, 2010

When I create eth0:1 sub interface after restart it is not there anymore. how to properly set a new interface with ip address and make it permanent

View 1 Replies View Related

Fedora Networking :: Change Network Interfaces Names?

Dec 11, 2009

I found problem in FC 12 release. I installed fc 12 to server (earlier there was FC 7). Then as always i realised that names of interfaces (eth0, eth1, eth2 .... eth9) changed after install. eth0 became eth9, eth1 became eth5 ... Earlier on previous fedora releases i solved this problem correcting HWADDR in ifcfg-eth files, so i linked MAC addresses to names (eth0, eth1, eth2) as i wanted in a right order. Now I can't do this. After correcting these files and restarting network sevice i constantly get a message: device ... has different mac than expected. I looked ifup-eth file and compare it with the same one in fedora 7. And i found that in fedora 7 there is function rename_device which processes if HWADDR value doen't coincide with real mac address value. See code:

# remap, if the device is bound with a MAC address and not the right device num
# bail out, if the MAC does not fit
if [ -n "${HWADDR}" ]; then
FOUNDMACADDR=`get_hwaddr ${REALDEVICE}`
if [ "${FOUNDMACADDR}" != "${HWADDR}" ]; then
curdev=`get_device_by_hwaddr ${HWADDR}`
if [ -n "$curdev" ]; then
rename_device "${REALDEVICE}" "${HWADDR}" "${curdev}" || {
echo $"Device ${DEVICE} has different MAC address than expected, ignoring."
[Code].....

But in fc 12 release there is no function rename_device!!!!!!!!! So in this case if HWADDR value is not the same as FOUNDMACADDR value (which equal to REALDEVICE mac address) i just get an error message So I can't change interfaces names, as result i can't organize right order of network interfaces as it was earlier on fc7.

View 1 Replies View Related

Fedora Networking :: Two Network Interfaces - Setup Default Gw Route?

Mar 26, 2009

So I have two network Interfaces

eth0 - NAT behind a router
eth1 - Public IP

When ever I restart the machine, both interfaces pull a IP, but the it randomly chooses eth0 or eth1 to have the gateway. I want the gateway to be eth0 always.

[Code]...

Is there some file or setting I can modify in Fedora10 that will always choose 192.168.1.1 on eth0 as the default gateway?

View 2 Replies View Related

Fedora Networking :: Set Up Multiple Virt Interfaces In Network-scripts?

May 15, 2009

if I want to do eth1, eth1:0, eth1:1 etc and automatically configure them at startup where do I put that in the network-scripts?

View 2 Replies View Related

CentOS 5 Hardware :: Service Network Stop Automatically - Restart In Cron Tab

Jan 23, 2011

I am using
# uname -rmi
2.6.18-194.26.1.el5PAE i686 i386

# cat /etc/*release*
cat: /etc/lsb-release.d: Is a directory
Red Hat Enterprise Linux Server release 5 (Tikanga)
CentOS release 5.5 (Final)

I have noticed that after few days of ideal system it will stop its network interface. To resolve this I have to login to the machine it self and then issue
# service network start
Is this a feature. If this is not a feature then what is this. As an workaround I am thinking of adding service network restart in cron tab for everyday in night when I am not using it.

View 6 Replies View Related

Fedora Networking :: Enable 3 Interfaces \ When Start One Interface The Another Interfaces Goes Down?

Jan 25, 2010

I have 3 Interfaces for a different LAN's and when I start one interface the another interfaces goes down.How can it's possible?I configure my ethernets as:

Code:
/sbin/ifconfig eth0 172.16.3.108 netmask 255.255.0.0 broadcast 172.0.255.255
/sbin/ifconfig eth1 172.16.3.109 netmask 255.255.0.0 broadcast 172.0.255.255
/sbin/ifconfig eth2 172.16.3.1110 netmask 255.255.0.0 broadcast 172.0.255.255

View 12 Replies View Related

General :: Will Command Service Httpd Restart Apache Service?

Dec 25, 2009

will the command service httpd restart the apache service if i enable httpsd service in graphical mode

View 12 Replies View Related

Red Hat :: Networking - Setup Network Scripts To Create Two Network Interfaces For Vlan X And Y

Apr 7, 2009

Can anyone tell me how to setup the network scripts to create two network interfaces for vlan x and y. Both interfaces should obtain an ip from dhcp and both interfaces should run over eth0.

View 4 Replies View Related

Fedora Servers :: Service Httpd Restart - Broken In F11?

Jul 5, 2009

Has anyone noticed that when using NameVirtualHost's in apache that the service httpd restart command is broken?Also it seems system-config-bind has glitches too.

View 10 Replies View Related

Ubuntu Networking :: Change Network Card And Bring Eth0 Up

Mar 14, 2010

I run an Ubuntu Server in a Virtualbox environment. Setup works fine. In virtualbox, I accidentally hit a button that generates and assigns a new mac address for the network adapter. Since then the machine does not bring eth0 up. I tried the following ifconfig eth0 down; ifconfig eth0 hw ether macaddress; ifconfig eth0 up. Then restarted networking.

View 2 Replies View Related

Fedora Networking :: Unplugging Network Cbl - Restarting Service Crashes FC12

Feb 2, 2010

The system will also crash when booting if it is not plugged in. However, this behaviour is not consistent. The crash is not really a crash so much as a complete system freeze, where not even the numlock light on the keyboard will turn on or off. I have to do a hard reset to get it going again.The last entry before the reboot in /var/log/messeges just shows eth0 link going down.

View 1 Replies View Related

Fedora Networking :: Run A Stable Service For Downloading File In 14 In A Network With 800 Users

May 8, 2011

i want to run a stable service for downloading file in fedora 14 in a network with 800 users. i want to whole of users can connect to server and download my files.

View 8 Replies View Related

Ubuntu Networking :: Eth0 Unstable - Iptables Empty - Cant Service Iptable Restart

May 13, 2011

This is my first use of Ubuntu, but I have previous decent experience on Centos & Mandriva. I've just installed Natty 11.04 on a box that was running a mandriva 2010 - and the network is acting quite strange. When I define a static IP for eth0 through the gui, along with route & dns, it sort of works: ssh is fine, vnc too. However, I have an asterisk running on the box, and it is wild: some packets get lost in the box.

An ngrep shows the packets reaching the interface, but they dont show in asterisk !!! I've done a ufw disable, iptables is empty (why cant I service iptable restart btw ?). ip route list show decent routes (eth0 default); When I switch to DHCP, it is better, but unstable... If i plug a wifi usb stick, it seems to be better... Is there some known issues that could explain this behaviour ? The nic is a: Ethernet controller: Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller

View 5 Replies View Related

General :: Create Cron Tab When DSL Line Down Set Automatically Restart The Network Service While DSL Line Up?

Oct 7, 2010

How to create cron tab when DSL line down set automatically restart the network service while DSL line up?

View 3 Replies View Related

Fedora :: Start A Service Before Network Service?

Nov 6, 2010

I need to start a service before network service How to?

View 1 Replies View Related

Fedora Servers :: Upgrade From 10 To 11 Breaks Service Httpd Restart?

Mar 22, 2010

Alright, so I upgraded my old fedora 10 server to Fedora 11 with a netinstall CD, but now service httpd restart is broken. I already had to delete the old config file and reinstall apache, but now I can't restart it. I can kill it and then start it manually, but it never stops the running instance and fails to bind the port. I know it's because /var/run/httpd/htpd.pid is in the wrong place, which would be /var/run/httpd.pid, but do I have to make a symlink every time I want to restart it? I edited all the config files to point to the right place, but the system does not honor them. What do I do?

View 3 Replies View Related

General :: Bring Up System Recovery Durin The Restart Process?

Aug 28, 2010

I have forgotten my administrative password and am locked out of my system. I have an HP Mini 1120NR and I am running Edubuntu software. I cannot remember which key I need to press during the restart process to bring up the system restore/recovery option.

View 9 Replies View Related

Ubuntu Networking :: Ad-hoc Network Doesn't Survive A Reboot / Avoid Having To Bring Down And Up Interface?

Mar 1, 2011

I'm configuring an HP Mini 110 (wireless BCM4313) to use it as a small Access Point (ad-hoc mode).

I want to make my configuration reboot friendly. With what I have right now, as soon as I reboot the laptop, the wireless interface configuration isn't correctly setup. I have to do "ifdown eth1; ifup eth1" manually.

Here is what I have in /etc/network/interfaces for the wireless interface code...

So the question is how can I avoid having to bring down and up the interface?

View 1 Replies View Related

Fedora Networking :: Network Restart Errors - Bcm4311 On Dell Inspiron 1501

Jun 19, 2009

I have installed F11 on my Dell Inspiron 1501. I tried to get the Broadcom 4311 wireless card to work by following the instructions for installing the Broadcom driver from this link: [url].

That resulted in the following errors when I gave the command:

Code:

I removed the broadcom-wl package and installed the autoen package from DangerMouse. After rebooting wireless works but I still get the same errors when I give the command:

Code:

I had to disable encryption on the router to connect, but I guess that's a compromise I'll have to make right now. I will work on that some more after I get these error messages straightened out:

Code:

Note that wireless does seem to be working (though without encryption) despite the error messages. And I got these same error messages with the Broadcom driver but I could not get wireless working.

View 1 Replies View Related

Networking :: Network Interfaces Is Not Configured?

Sep 29, 2010

I have installed Debian 5 and dident configure the network interfaces at installation.Now i am not able to connect to the internet through Ethernet or Wireless. How do i configure the interfaces after installation ?PS. the interfaces show up as "Not configured" in the network manager

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved