Hardware :: Eth0 Dead After Power Outage - Eth1 Works But No Connection

Oct 10, 2010

I setup a mythbuntu pc with an onboard card (eth0) so I could watch and listen to movies and music stored on my other pc in the basement. Everything worked fine until we had a power outage. I turned on the pc after the outage and had no networking.

I looked and saw no link lights. I verified the network port but plugging in a laptop. I got an ip and able to connect to the internet so the port is not the issue. I plugged in a pci 10/100 card (eth1) and booted up, got link lights, but no networking and not able to even ping the gateway. I setup a static ip in /etc/network/interfaces and added a route to the gateway/router. Still nothing.

View 6 Replies


ADVERTISEMENT

Networking :: Sending Video Streams From Eth0 And Eth1 To The Other Server Programs' Eth0 And Eth1?

Jul 30, 2010

I try to generate a server client code. What i try to do is sending video streams from eth0 and eth1 to the other server programs' eth0 and eth1. In order to do that, i decided to use SO_BINDTODEVICE. But the code is not working. Am i misunderstood the usage of SO_BINDTODEVICE.

1-Defining two ports
2-Defining two sockets
3-Assigning host ips on them

[code]....

View 3 Replies View Related

Networking :: Eth0 Works Great - Eth1 Not Working ?

May 14, 2010

Ok, so eth0 is up and working great. eth1, however, comes up with a link light, however the packet counters in ifconfig remain at 0. Appears that eth1 isn't working.

Here's my setup:

-Dell latitude CPi laptop with 2 PCMCIA network cards and no built-in ethernet.
-Slackware v11
-eth0 is connected inside my router on my 192 network. Static address with good connectivity
-eth1 is connected on the other side of my router in promiscuous mode in order to listen to the traffic coming into my network.

Troubleshooting so far: I have switched the pcmcia cards between slots and regardless of which card is in eth0 or eth1, eth0 works and eth1 does not. I have also switched the card dongle between cards as well as the ethernet cabling between the cards. With any of the combinations eth0 works like a champ but eth1 does not, so I think I've ruled out hardware problems.

View 14 Replies View Related

Ubuntu Networking :: Restore Network / Internet Connection After Power Outage

Jan 31, 2010

Sometimes either due to a power outage or due to lightning I turn off my Wimax modem and continue to use my laptop on the battery.Then when I turn the modem back on, there is no internet connection.Here's what I've tried:

1. turn off and on the network connections - right-clicking on the icon on the bar on top of my screen.

2. turn off and on the dsl-provider connection - no effect.

3. When I tried to re-do pppoeconf, it says that there's no response from the concentrator.

This has happened a few times in the past and the only thing I can do to go online again is restart the computer. And it works.Now on Windows, the double-computer icon showing a network indicates connectivity AND data movement. Unfortunately we don't have this on Ubuntu.I'm just after a restart and I'm online now. But I'd like to know if there's a way around this without having to restart.

View 3 Replies View Related

Networking :: Kernel - Forward Packets From Eth0 To Eth1 And Eth1-to Eth0 As Well As Get A Copy Of These Packets For Analysis

Sep 27, 2010

I have a hardware device with two ethernet ports, eth0 and eth1 running Centos 5. Basically my goal is to forward packets from eth0->eth1 and eth1->eth0 as well as get a copy of these packets for analysis. If I set IP routing to do the forwarding then I won't get a copy of the packets for analysis.

View 3 Replies View Related

OpenSUSE Network :: Eth1 Stops Accepting Connections Whenever There Is No SSH Connection Present On Eth0

Oct 2, 2010

I recently setup a new SUSE box for the purposes of acting as an ftp/sftp server. It's currently setup to run ProFTPD 1.3.3.rc3 and mod_sftp/0.9.7. The server has two internal network interfaces eth0 and eth1. eth0 is purely for internal use to accept ftp and ssh. eth1 is outward facing and receives connections from the WAN via SFTP over port 22. The problem I am facing is that after half hour to an hour eth1 stops accepting connections whenever there is no SSH connection present on eth0. I can't figure out why this is happening.

ProFTPD is setup as follows: SocketBindTight directive is on, default server and port are commented out.

[code]...

When the external interface is unreachable the proftpd and proftpd-sftp logs show no record of any connection attempt. I have noticed however if I leave eth0 down eth1 stays contactable without problem. Can anyone give me some pointers on what I can check to find out why this may be happening.

View 2 Replies View Related

CentOS 5 Networking :: Eth0, Eth1, Eth1:0, Route = Get One Gateway For All The Eth?

Mar 4, 2011

I need to setup two ethernets in my Centos box. OK no problem both ethernet and 1 virtual works perfect. eth0, eth1 and eth1:0. I'm trying to set up diferent routes for eth0 and eth1/eth1:0 I need eth0 has a 192.168.1.1 gateway and eth1/eth1:0 192.168.1.100 gateway.I think I've tried almost every thing but always get one gateway for all the eth.These are my config..

/sbin/ifconfig
eth0 Link encap:Ethernet HWaddr 00:XX:XX:XX:XX:XX
inet addr:192.168.1.168 Bcast:192.168.1.255 Mask:255.255.255.0[code]......

View 7 Replies View Related

Networking :: Eth0 Fixed IP - Eth1 DHCP Gateway - Access To Eth0?

Aug 19, 2009

5.10 Breezy configured as machine controller. Works great eth0 is a fixed IP to communicate with controller comms board. Not easy at all to alter - the comms board is hard coded to listen on eth0 for commands.

I can use eth1 as the default gateway and ping google.com, etc. But when I now attempt to communicate with the controller with netcat, e.g.

Code: echo !HH | nc 192.168.1.6 80

I obviously never get an answer since the request is passed via eth1. Using the -g option with netcat doesn't work either. I had a look at iptables but it doesn't seem to be able to do what I want. How I can still use eth0 as my communication port to the controller whilst eth1 is the default gateway?

View 17 Replies View Related

Networking :: Production Server With Static IPs On Eth0 And Eth0:1 - Getting Private LAN On Eth1?

Jul 1, 2010

I have two servers on a vlan at my datacentre/colocation and previously both servers had public IPs on their eth0 interfaces. The servers are HP ProLiant DL360s - one is a G4 and one is a G5 The newer G5 is now the LAMP server and the G4 has been retired and I want to repurpose it as an iSCSI target using openfiler freenas or similar.

My G5 has public/static IPs lashed to the eth0 physical interface and the eth1 is not configured to do anything yet. The G4 will have both interfaces available - perhaps one for ssh access from one of my static public IPs and the other to be a private IP on the local vlan. Here is what I am trying to get my head around...

The G5
eth0 - Public IP - full LAMP services on two or three virtual interfaces
eth1 - Private IP 192.168.0.1
The G4
eth0 - Public IP for ssh
eth1 - Private IP 192.168.0.2

Because my traffic between eth1 on these boxes is via private IPs on the local private vlan it doesn't add to my quota for bandwidth. How do I go about configuring the routing and gateways and other aspects of this so that I can run a private IP space network between the eth1s and still serve the outside world from the eth0s...

I am afraid that if I assign the private IPs to the eth1 interfaces the routing may either not work or interfere with the access to the production internet facing interfaces (eth0s).

View 10 Replies View Related

Slackware :: No Network After Power Outage

Jun 21, 2010

I have a slackware 12.2 server. We had some really rough storms this weekend that took the power out for many hours. The UPS that it was connect to gave up the ghost and the server went down hard. I powered up the unit and it some up fine but with no network. Ifconfig -a shows that it only knows about the lo interface. Both integrated gig ethernet ports are missing. I am not a slackware expert. Need to figure out what is needed to get it back on the network. dmesg | grep eth0 shows nothing. Nor eth1. ifconfig eth0 returns no such device.

View 14 Replies View Related

Fedora :: Slow Performance After A Power Outage

Aug 7, 2010

My computer is running really slow after a power outage. It was fine, then the power went out. Now it's *unabably* slow. The OS takes a long time to load, the simple calculator takes a few minutes to show up, Firefox doesn't even load at all before I give up. And it won't shut down normally. I have to use the power button.

So did the power outage fry somthing on my PC. Do I have ot replace RAM or the processor? Or is it a software issue? Do I have to do something as drastic as a reimage?

View 6 Replies View Related

OpenSUSE Hardware :: APC UPS Won't Restart After Power Outage

Dec 22, 2009

Installed new APC Back-UPS CS 350 on single server running openSUSE 11.2 64-bit and configured NUT 2.4.1 (SUSE package) according to instructions. When testing, NUT shuts down the server correctly and instructs the UPS to power down. UPS does so after some 20s delay, everything without errors. But after restoring main power, even after waiting for 1/2h UPS does not by itself turn on again, all LEDs are dark. One has to manually press the UPS's power button, which makes server and monitor run again immediately. What could be wrong that prevents UPS from turning itself on again?

Below output of upsc:

[Code]...

View 2 Replies View Related

Ubuntu :: Power Outage Causes Synaptic Freeze

Aug 3, 2010

A 2sec service interruption was enough to cold-crash my PC and its given me a few issues, most I have solved but Synaptic is freezing up. I can get into Synaptic if I go to the terminal and become root with sudo -i If I do it through Gnome it show a frozen-screen version of synaptic like the image I posted with this. Right after the outage (it cold-crashed my PC) I used to get a message box that would pop up when I tried to shut off the PC (I have enclosed images to illustrate) but I have since overcame that problem.

View 3 Replies View Related

Ubuntu :: Low Graphics Mode After Power Outage?

Mar 16, 2011

So the power went out at my house recently, and my home theater PC seems to have taken a blow. We had it on a surge protector, which didn't blow so that's fine, but it keeps telling me its in low graphics mode, and I can't seem to fix it for the life of me. I could reinstall ubuntu, but I have a bunch of movies and music on that drive that I want to keep.

View 3 Replies View Related

Ubuntu :: Unable To Boot After Power Outage?

Aug 12, 2011

My computer was on when the power went out. I am not able to boot into ubuntu 11.4 install since that happened. I also have debian 6 and ubuntu 11.10 installed on the same machine and both boot just fine.

The machine boots as normal but stops with the line "disconnected from Plymouth". After the machine just sits there with a blinking cursor. I cannot start another terminal. Is my only option to reinstall.

View 6 Replies View Related

Ubuntu :: After A Power Outage Fails To Boot?

Jun 7, 2010

After a power outage Ubuntu fails to boot. How can I resolve this ? Is there a safe mode method to resolve the booting problem?

View 8 Replies View Related

Ubuntu :: 10.04: File System Failure After Power Outage

Jun 8, 2010

I recently installed Lynx 10.04 amd64. Twice now, my entire file system has become unusable -- each time after a short power outage (2 seconds).

In the first setup, I had two primary partitions: 1) / that was ext4; 2) /home that was ext4.

In the second setup, I changed the /home to ext3.

Both times, after booting up following the power outage, I received a message saying that "serious errors" were found in /home. But, after several reboots, I was able to login and use the system. Then, some time later, I would started getting "Read Only" messages when trying to write to the file system.

fsck gave the following message: "/home terminated with status 4". I received numerous "I/O error" on sda messages.

My question: Is this vulnerability due to using ext4 or is it related more to something else in Lynx 10.04? Further, what can I do (other than buying a power backup device) to avoid my file system becoming unusable after a power outage?

View 5 Replies View Related

Ubuntu :: Power Outage - Uuids Changed - No Gigabit

Jul 14, 2010

I come with questions to try out the wonderful forum support I keep hearing Ubuntu has! I figure this is a convenient time to ask, since I am soon to swap the UPS on my Ubuntu box. This all refers to Ubuntu 9.04. You see, not too long ago, I had a couple of power outages, and suffice to say, despite the efforts of my UPS, I didn't get to shut down my Ubuntu box properly on either occasion. After the first one, when I powered the computer back on it failed to boot. Some googling of the error message led me to find that the UUIDs Ubuntu assigns to things like hard drives, which are not SUPPOSED to change, had in fact changed. From an archived thread here I found out how to find out what the new ones were, and slapped them into my FSTAB hoping that'd be the end of it.

(Partitions/Drives affected: hda2, hdb) It wasn't. Ubuntu came up with new errors to throw at me. This time, it threw the "bad superblock/wrong fs type" error that I'm used to seeing when I fudge a mount command. It appeared to be the same anyway, it went by so fast I couldn't really read it, sure wish the pause button worked. The gui did finally load, but showed no sign of the affected drives.

I found that if I commented out the affected drives in the fstab, they would appear in the gui, ready and mountable and apparently just fine. I've double-checked the UUIDs. The new UUIDs I put in fstab match the new UUIDs that the vol_id command reports. What is wrong with my fstab? Why won't it mount them automatically? (I'll post both versions as an attachment)

Another minor problem is for some reason I can't get privoxy running anymore. I've temporarily taken to running the Windows version in wine. I seem to remember I had a helluva time getting the linux version to work in the first place anyway, so I think I'll just keep running the windows version in wine. Most importantly, what can I do to prevent this happening again? Debian Sarge never gave me such trouble (and my deb box suffered quite a few improper shutdowns too). Ubuntu's based on Debian. What gives?

View 5 Replies View Related

Ubuntu Networking :: Reconnecting Wifi After Power Outage?

Feb 10, 2011

I am using ubuntu 9.10. in my area there are frequent power outage. So my wifi get disonnected as the router stops. And it asks for security code. So when power comes the router starts but i have to manually write the security code and connect to wifi again. how i can make the computer to auto connect to wifi after power comes.

View 3 Replies View Related

General :: Windows Xp Failed To Restart After A Power Outage?

Sep 29, 2010

I have thought about it many times but just never found enough guts to attempt using it before..but necessity is the mother of invention so here I am.

I have a Dell PC with windows Xp that failed to restart after a power outage it went into auto restart and caught itself in a loop of restarts and wont see the hard drive so therefore will not start up in windows at all I downloaded feather Linux onto a cd and it does start the PC In Linux but I cant seem to figure out how to find the hard drives in the pc to get the info off of it

View 3 Replies View Related

OpenSUSE :: 11.4 - Time And Date Disappeared With Systray After Power Outage

Jun 23, 2011

We got a power outage yesterday. When my PC went back on, I noticed the Date and Time display disappeared along with the System Tray. How do I get these back? By the way, I only see the icons for printer, networkmanager and pulseaudio applet on the Taskbar at the bottom.

View 4 Replies View Related

Ubuntu Servers :: After A Power Outage, Server Gets Hung In GRUB?

Feb 10, 2010

When power was restored after an outage, my server (running Ubuntu server 9.10) started back up & got stuck in the GRUB menu ("Version 1.97~beta 4" I think) - it didn't do that countdown & auto-select the top item like I'm used to. Just stayed there, and since the server is headless, I had to dig out my monitor & hook it up to see what was wrong.

View 1 Replies View Related

Ubuntu :: Screen Resolution Stuck After Power Outage / Solve This?

Feb 11, 2010

So yesterday, I my power went out on my desktop and when I rebooted, the screen resolution was stuck at 640x480. When I go to the display settings, no other higher options are available. Any suggestions?

View 1 Replies View Related

Ubuntu Installation :: Failed Initramfs After Upgrade And Power Outage?

Aug 6, 2010

did an update from ubuntu 8 to 10.04, this has failed. At boot there is initramfs error with prior message saying.

Code:
alert /dev/disk/by-uuid/-the_uuid does not exist dropping to shell (initramfs) I boot to livecd and check disk uuid and compared it to the fstab and it is correct, is there anywhere else this uuid but have been corrupted or any issue that may cause this issue. note there was power cut during upgrade but this occurred when upgrade should have finished.

View 1 Replies View Related

Ubuntu Networking :: Get "sudo Iwconfig Eth1 Power Off" To Stick After Plugging/unplugging Power?

Oct 15, 2010

After much research, I have found the solution to my intermittent wireless problem!Whenever the laptop is plugged into power, wireless is perfect, when I'm on battery, wireless is horrible.Here is the fix:

Code:
sudo iwconfig eth1 power off
Unfortunately, I have to type this in everytime I unplug the laptop.

[code]....

View 3 Replies View Related

OpenSUSE Install :: EXT4 And Power Outage - No Longer Mount At Boot-up

Sep 24, 2010

Due to a power outage, my EXT4 file systems (which contain /usr and /opt) no longer mount at boot-up. They are, however, seen by disk utility in Knoppix, so I assume the data is still there and that it's just matter of making a connection to it.

View 6 Replies View Related

OpenSUSE Install :: Unable To Login To Sled 10.1 After Power Outage - Error In Module

Aug 16, 2010

Our Sled 10.1 server is running as a VM on VSpher 4. After a power outage we can not log into the server we get the Error in Module message. I can however disable the nic card for the server in the vm console and the system logs in with no problem.

View 2 Replies View Related

CentOS 5 :: Edit Bios - Compaq Evo 5.4 Web Server Fails To Restart From A Power Outage

Jun 7, 2011

I have a small problem on my Compaq Evo Centos 5.4 web server. The web server runs just fine, the problem is it fails to restart from a power outage. Simple edit the BIOS. No! For a reason I can't think of the keyboard stops working after a few key strokes following the F10 to enter BIOS setup. Then its a power cycle. If left to BOOT the PC and keyboard are fine. After hearing about viruses which get to the BIOS I will ask can NIX get that far so I can adjust the Power ON?

View 4 Replies View Related

Red Hat :: Change Eth1 To Eth0 ?

Jun 22, 2010

I'd like to ask you all for a simple thing on Slackware that I dont know how to do under RHEL 5.4.

Under Slackware 12.2 it is easy to change eth0 to eth1.

This should be done in file: /etc/udev/rules.d/75-network-devices.rules:

Code:

Code:

Well, under Red Hat it looks slight diffrent. It looks like RHEL does not use udev ( correct me if i am wrong but there is no simillar file in /etc/udev/rules.d and cant see any script in /etc/init.d/).

I have found that all NIC configuration is stored in /etc/sysconfig/netwotk-scripts/ifcfg-ethx.

On this file it is possible to place varible: HARDWARE=

However after reboot it doesnt work. So, my question is - how to assign eth[number] to specified MAC-addr ?

View 7 Replies View Related

General :: Which Card Is Eth0 And Which Is Eth1

Nov 2, 2010

I have a Linux machine with two Ethernet cards both using the Intel e1000 driver. lspci reports different models of Ethernet cards, but I can't tell which is eth0 and which is eth1. Other than turning off the machine and reading the chips, how can I tell which model is eth0 and which is eth1?

View 3 Replies View Related







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