Fedora Networking :: Network Not Up After Reboot
Mar 10, 2009
I have installed fedora core 9 and configures the ifcfg-eth0 script as below. my problem is the network is not coming up after reboot. after the reboot if i restart the network service(service network restart) network is coming up.
View 12 Replies
ADVERTISEMENT
Nov 18, 2009
I am trying to set up bridge, and everything seems to be ok, except 1 thing, it disappears after reboot. So, what I am doing:
Code:
brctl addbr br0
brctl addif br0 eth0
and adding /etc/sysconfig/network-scripts/ifcfg-br0, here it is:
Code:
GATEWAY=192.168.1.1
DEVICE=br0
BOOTPROTO=none
NETMASK=255.255.255.0
DNS1=208.67.222.222
DNS2=208.67.220.220
TYPE=bridge
HWADDR=00:18:f3:75:18:78
IPADDR=192.168.1.3
IPV6INIT=no
ONBOOT=yes
USERCTL=no
and my ifcfg-eth0 is:
Code:
GATEWAY=192.168.1.1
DEVICE=eth0
BOOTPROTO=none
NETMASK=255.255.255.0
DNS1=208.67.222.222
DNS2=208.67.220.220
TYPE=bridge
HWADDR=00:18:f3:75:18:78
IPADDR=192.168.1.3
IPV6INIT=no
ONBOOT=yes
USERCTL=no
How to make it working after reboot?
View 1 Replies
View Related
Jan 20, 2010
DSL modem is a Speedstream 6520 router. All computers work fine via dhcp. I'm trying to setup a small server (print server, ssh & ftp servers). I understand enough of the software part of things to get it going, my problem is setting a static IP on the server box. Every time I set the IP in the /etc/network/interfaces file and reboot, I have no network connection. I can talk to the modem through the browser, but nothing beyond that, not even local computers.
/etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.254.202
network 192.168.254.0
netmask 255.255.255.0
gateway 192.168.254.254
ifconfig shows the .202 address, but box can't get to the outside world, and can't ssh into the box from a computer sitting next to it. If I let it dhcp, then I can ssh into it, and have access to the internet. In the modem, I have dmz set for that address. Wan address is static. I can ssh into it if I let it do dhcp, so I know it can work that far. But if I set static ip, I might as well pull the network cable. I've been beating my head on this for over a week, and I'm lost why I can't get it to work. I even changed the dhcp range on the modem, so the .202 is not in that range. There is no dhcp client installed that I can find. I'm using WattOS beta3, which is a light distro based on 9.04. The computer is an old Dell GX150, integrated nic. I have done ifdown and ifup eth0, still no happiness. Doesn't seem like it should be that hard, but I'm stumped. DMZ should let everything pass, so don't need to mess with port forwarding and such. I know it works using dhcp.
View 2 Replies
View Related
May 13, 2010
I have a Windows 7 Ultimate x64 machine networked with my Lucid machine. When I reboot my Windows machine, the only way I can access the shared drives is to also reboot the Lucid machine. Can anyone tell me why this is, and, more importantly, how to make it stop that?
View 1 Replies
View Related
Nov 1, 2010
I had been manually starting my wireless network with "sudo iwconfig wlan0 essid "my wireless router id". The network would start and work flawlessly for weeks at a time. I can't ask my wife to find the essid in the terminal and then start wireless manually when I'm not here. She hates and fears the terminal. So I downloaded gnome network manager for a point and click interface on gnome panel.The network would start fine but shut down after anywhere from one to six hours. It would then refuse to restart manually or otherwise. I completely uninstalled network manager and tried wicd instead. The same basic problem is happening. The network will restart if I reboot the computer. My system:
Desktop computer acting as proxy server for the internet. Internet connection is by a dial up modem. This computer uses a wireless pci card connected to a dedicated hub. This is for file sharing via nfs. The OS is ubuntu 9.10. My wife's computer sharing the internet using a proxy to my computer. File sharing via nfs and a wireless card. Also running ubuntu 9.10. This same basic system worked flawlessly under Ubuntu Hardy.My desktop was updated recently with new hardware which created the need to move to Ubuntu Karmic. Some hardware was too new for hardy to deal with.
View 6 Replies
View Related
Jul 30, 2010
I have installed Lucid in a new laptop. Things are running OK except for the following problem:
I connect to the network/Internet using Wired ethernet (TCP/IP) with static IP. Everytime I reboot/restart my network configurations are lost and I have to re-configure. I have googled this problem and have seen a few posts/bugs in launchpad etc. for what appears to be the same issue...but unfortunately I am not getting a clear solution to this problem.
Just for clarity, I am using the following commands to re-configure my network everytime:
Also note that I have already tried editing the /etc/network/interfaces and the /etc/resolv.conf files. But it seems that these are not being picked or are being overridden.
View 2 Replies
View Related
Dec 5, 2010
I just loaded 10.10 on an Acer Aspire One D255. When I installed Ubuntu, network manager loaded and I was able to use both the wired and wireless cards. After I used update manager, the kernel was upgraded, and I also added some wireless applications (RutilT WLAN Manager, SWScanner, and WiFi Radar). Upon reboot, the network manager doesn't work, and it cannot find any of the devices.
View 9 Replies
View Related
Aug 24, 2010
I am having some problems with my CentOs 5 install. On Sunday I switched off my PC. I started it again yesterday, but after that no more Internet access and no more network access. When I go to SysTem * Administration - Network I can see what I had before restart. Nothing was changed. When I try to access to Internet, just get "No connection" problem.
When I try to access to the Local network, I CAN see the others pcs connected to the network, but after I click any of them I get a "Can Not see content" message. I really didnt do anything, didnt changed options... nothing... just shut down my pc and started it at next day as usually do. Im searching for info since yesterday and I cant find anything that work.
View 1 Replies
View Related
Mar 3, 2010
I have my ubuntu box hard wired into my network. It all works fine, until I reboot my ubuntu box. After reboot, it can no longer see the network. I have it set up with a static ip. Not sure that I set it up completely correctly but it works fine...when working.. To fix the problem, I enter terminal: ifup eth0 That fixes all know problems until next reboot. What do I need to do so that it will remember settings and automatically be hooked into the network at power up?
View 3 Replies
View Related
Oct 27, 2010
I followed this tutorial => https://help.ubuntu.com/community/OpenVPN
I'm working on ubuntu 10.10 OS
So everything is ok when i start the tutorial with my interface on code...
The only way I can make it work again is by setting the interfaces back to
auto lo
iface lo inet loopback
>> then reboot
and after that put back the br0 settings in the interfaces en restart the network.
View 4 Replies
View Related
Feb 28, 2010
I am running Fedora 12 32-bit on an Intel Core2 Duo system. I just installed some recent updated, and after starting the computer, I no longer have any network access, either to my local network or the Internet.
I'm not sure what information to provide at the moment that will be helpful in diagnosing this problem.
What do people know about how I can restore network connectivity to my computer?
View 12 Replies
View Related
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
Mar 2, 2009
I have entered my primary and secondary DNS addresses through Network Configuration tool (system-config-network). But whenever I reboot the system it loses the DNS addresses. Following another thread, I tried changing the PEERDNS=no in ifcfg-wlan0; but it didn't work. I also put both DNS addresses in the ifcfg file, but that didn't work either.Does anyone know a solution to this?$ uname -aLinux fedoralinux 2.6.27.15-170.2.24.fc10.i686 #1 SMP Wed Feb 11 23:58:12 EST 2009 i686 i686 i386 GNU/Linux
View 11 Replies
View Related
Feb 8, 2009
I've got a problem with samba and the nmb service. My system boots in Gnome
Ive set up Samba and it works ok, untill I reboot, then I have to go into services and restart Nmb service. the services bit says its dead after a reboot, its running on run levels 2345 I had a few hicups setting it up took me a couple of days to figure out the fire wall and SElinus were blocking things, so I ticked all the samba things - and it works a whole lot better.
I have to admit its a whole lot more polished than last time I tried linux - Red Hat 5. I like the Yum installer it takes a lot of guess work out for us novices, one thing I would like is to be able to edit and open things as root in Gnome or just log into it as root so that you can set things up, but I'll save that question for another day.
View 5 Replies
View Related
Apr 1, 2009
I just installed Fedora 10. I entered my static network info in Network Configuration. When rebooting, the eth0 says Inactive. I've read many articles about this problem on earlier versions and tried many of the suggestion, but have not found a definite way of solving this. Is there a better way or a workaround to get this machine on the network?
View 6 Replies
View Related
Dec 25, 2010
I ran yum broadcom-wl and installed the driver for my card no problem. I connected to the internet just fine using my wifi thereafter.
When I shut my laptop down and booted sometime later, the wireless connection was gone and I didn't even see a wireless adapter in the networking applet.
I tried to run insmod wl and insmod wl.ko and that failed.
So... after using yum to install the broadcom drivers, how can I make that install 'permanent'; so I don't lose my wireless adapter each time I reboot?
View 2 Replies
View Related
Mar 2, 2011
I have installed qemu/kvm and created a Bridged network connection which works just fine(Windows 7 VM won't work in NAT mode.)
But when I try to use NetworkManager it says that I have no network connection because the network isn't managed, (I set the settings in ifcfg-br0 and ifcfg-eth0 to be managed)
The real problem is that now I can't use my VPN connections (I have many) in NetworkManager.
Is there a way to have both of these pieces of functionality?
I am using FC14
View 5 Replies
View Related
Apr 21, 2009
running fc10 in a vmware setup Added /etc/sysconfig/network-scripts/ifcfg-eth0:0 to create another interface and all works fine (IPADDR=10.99.56.98). Would you expect this to be available after a reboot, last reboot I had to run ifup eth0:0
View 7 Replies
View Related
Jul 1, 2009
I am applying a virtual interface (eth0:0) which is failing after the system reboots. It actually cause the default interface (eth0) to fail as well, I must manually go in and remove the configuration for the eth:0:0 and restart the network to get it running again. How do I successfully add a Virtual interface to Fedora 11 that will stick when rebooted.
eth0: 192.168.0.200, 255.255.255.0, 192.168.0.1, BROADCAST: 192.168.99.255
eth0:0 192.168.0.98, 255.255.255.0, 192.168.0.1, BROADCAST: 192.168.99.255
View 1 Replies
View Related
Dec 7, 2009
I have installed Fedora 12 on my laptop.Installing my Broadcom BCM 4312 wireless drivers works just fine, but after a reboot I have to reinstall them. modprobe wl, modprobe wlan0 etc doesn't work either. I need to reinstall them every time I reboot.
View 7 Replies
View Related
Mar 3, 2010
After a recent update and reboot, I can no longer access the internet. Typing google.com in firefox or elinks results in firefox/links complaining about the server not found. However, I can find the server by using dig on the command line. I have checked the DNS configuration in resolve.conf and it is exactly the same as on a RHEL 5 system connects fine. The strange thing is, I can connect to other local machines in my domain just fine but can not connect to any other machine on the internet on this one Fedora 12 host even though I can on all other machines!
View 11 Replies
View Related
Nov 19, 2010
I have installed Fedora 14 about 4 days ago. I have set all the networking parameters like dns path, hostname etc. I have also ensured that I select the check-box for "Enable automatically when system starts" for eth0 interface. But weirdly, whenever I boot my system(or restart), I see that the interface eth0 is disabled. I have to manually enter as root and enable it, each time I boot/reboot my system. Why is this happening? Could you please suggest a way so that I have eth0 interface enabled always when I boot up?Also, my domainname also is not boot-persistent. What steps should I take to ensure that the domainname set once persists across reboots?
View 12 Replies
View Related
Mar 12, 2011
Struggled a little to get Broadcom driver working with my Dell laptop. But I am at a point where if I manually type 'modprobe b43' the wireless works. If I reboot, it doesn't work automatically and I have to 'modprobe b43' again. Any ideas what I am missing here?I can't seem to figure out how to get this to work automatically. I did check to activate device when computer starts in network manager
View 1 Replies
View Related
Feb 16, 2011
last -a shows server rebooted, how to identify the source or cause of reboot? thx reboot system boot Wed Feb 16 08:52 (02:0 2.6.21.7-2.fc8xen
View 2 Replies
View Related
Mar 8, 2009
I need to know how to configure automate sending sms if server reboot and shutdown? Now i just set sms notification once my server it's UP by create scripts in /etc/rc.d/rc.local while booting then from server sending sms notification. SMS - using gnokii attached mobibe phone. Server - Fedora 10
View 3 Replies
View Related
Oct 31, 2009
Im new to fedora 11 and iptables, and i need to set the following set of instruction so VirtuaBox can accept request from lan, to the mailServer in the guest os, but after restart fedora i have to input it all again.How can it become permanent entry in iptables.
View 2 Replies
View Related
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
May 25, 2010
Cannot activate network device eth0!"device eth0 does not seem to be present, delaying initialization".i cannot find my network card while i set up network configuration Now I use dual boot window 7 and fedora 9,I cannot find my network card in select network adapter while network configuration ,i have a network card Atheros AR8132 PCI-E fast Ethernet controller NDIS(620)and for wired in Accer laptop .
View 1 Replies
View Related
Sep 20, 2010
Currently my office use a Cisco Firewall which will only allow the ANYCONNECT utility to do the vpn connection. I found a Linux utility (OpenConnect) which will do the same thing, but allow me more flexibility with my networking needs.What I ultimately would like to have is to have a switch that I can connect any network device into it and be connected to the office. IE (my IP Work Phone and Computer) Currently I have is a computer with fedora 13 and two network cards eth0 (home network - connected to a router) and eth1 which I would like to connect a switch to. OpenConnect communicates fine and I can see the work network from the Fedora machine. It creates a vpn0 tun/tap device and I don't know how to pass communication to/from the eth1 device.
Do I try to iptables the ports for the phone and services I need on the computer? Or do I build bridge; and If I do what am I bridging. I have tried making a bridge from eth1 to vpn0 which reply's with unsupported device or something like that.Unfortunately my network skills are bit limited and my office says "it can't be done". Their solution is for me to buy a ASA5505 (or something device) and have a static IP. I would have to make it work as my router and even then it will only DHCP 10 ip addresses; which will cause a shortage of IP addresses in the house.
View 1 Replies
View Related
Jun 25, 2010
Using 10.04 happily for some time, I shut the machine down today and when I started it back up there was no network.
I've tried to fix the problem myself, but probably made things much worse! I've tried to reinstall the network manager, manually bring up eth0 with a static ip address (it was happily using dynamic earlier today). I even followed some instructions for manually configuring a network interface added an entry to the routing table (which I suspect will turn out to be a huge mistake). No matter what I have done, I haven't even been able to ping my router.
I am not sure what if any of the following is useful: my router is 192.168.1.1 and is set up as DHCP server
ifconfig Code: eth0 Link encap:Ethernet HWaddr e0:cb:4e:32:2e:10
inet addre:192.168.1.5 Bcaset:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
[Code]....
View 9 Replies
View Related