[Solved] Problem with network

Oi,
I have a problem with setting up my network configuration, when I run /etc/rc.d/network start I get the following SIOCADDRT: Network is unreachable. I have a Realteck RTC 8168/8111 and load the following modules: 8139too, 8139cp and r8169.
/etc/rc.conf
lo="lo 127.0.0.1"
eth0="dhcp"
INTERFACES=(lo eth0)
ROUTES=(!gateway)
ifconfig
lo
Link encap: Local Loopback
inet addr: 127.0.0.1 Mask:225.0.0.0
enz..
ifconfig eth0
Link encap:UNSPEC HWaddr 00-DC-10-00-F4-B3-EC-00-00-00-00-00-00-00-00-00
BROADCAST MULTICAST MTU:1500 Metric:1
enz...
When I make an extra divice eth1. ifconfig eth1
eth1: error fetching interface information: Decice not found
I have a Fireware port on my computer. I blocked eth1394, ohci1394 and ieee1394 from loading. Now when i run ifconfig eth0 I get:
eth0: error fetching interface information: Decice not found
It looks like there is something strange with the fireware port and eth0, can someone help me?
<_abe>

It seems to me that this is a driver problem.
Just to get out of doubts do this:
1. type ifconfig eth0 192.168.1.30
2. type route add default gw 192.168.1.1, eth0
3. echo "nameserver xx.xxx.xxx.xxx" > /etc/resolv.conf
IMPORTNAT: The above assumes you are using a LAN with a private address of 192.168.1.x
You should adjust these numbers accordingly based on your LAN settings.
In step 3 the nameserver is the address of one of your nameservers.
This will set up your card with a static address. If this works then dhcp is not working on your network.
Also if this works ifconfig will give you a totally different response than what you currently get.
Finally step 2 is the green address of your router, so you can connect to the internet.
Hope this helps.
R

Similar Messages

  • Upgrading to 6.1.1 hasn't solved the problem with network connection on 4S. Still "No Servise"!

    Upgrading to 6.1.1 hasn't solved the problem with network connection on 4S. Still "No Servise"!

    Same here.  Everything was fine running on ios 6.0, I don't know what possessed me to upgrade!  I contacted O2 and thet went through the usual settings; reboot; airplane mode etc and it works for a while (like 5 mins) then service is losted with the network.  I've even deleted the exchange email account and rebooted as read on the internet that this would fix the problem.... guest what....yep no joy!  This is clearly a faulty software update and need fixing pronto!  I've read that ios6.1.2 will be out soon to fix the firmware that was suppose to fix the initial network problem.   When will this be realeased Apple?!  It's hardly fit for purpose when I can't make calls or surf the internet. 

  • SAP Screen Personas error "A problem with network connectivity has been detected"

    Hi,
    We just installed Personas release 100 SP02 and performed the
    configuration steps necessary. But when we acces the url and logon to
    personas we get the following erre
    A problem with network connectivity has been detected.
    Please check you connection and refresh your browser.
    Any help to solve this issue would be appreciated.
    Best Regards.

    Please use this checklist to see if everything is correct:
    1. restgui service handler class has CL_HTTP_EXT_ITS_BASIC
    2. SPRO -> Sap screen Personas -> Maintain system has
           - 3 letter system id
           - "Server.Url" without typo and value in http(s)://<SERVER>:<PORT>/ format 
           - "Service.Uri" without typo and value as /restgui
    3, Note 2026487 is installed
    4. If target system is different from source system then you are able to access the following
             - http(s)://<TARGETSERVER>:<PORT>/clientaccesspolicy.xml
             - http(s)://<TARGETSERVER>:<PORT>/crossdomain.xml
    5. role is assigned to user under /n/persos/admin_ui -> User Maintenance -> Search -> Show user -> Role
    If you still get error, then if you are using SSO, please check if you have configured login/create_sso2_ticket parameter correctly.
    Thanks
    Chinthan

  • Problem with network on Iphone 4

    Please tell me if someone has a problem with network on Iphone 4?

    Of course other people have had problems. However, just knowing that other people have had some vague, undefined "network problems" most likely isn't going to be very useful. You'll get more and better help if you can give some details about your specific problem. Include who your carrier is, what country you're in. Then describe the exact nature of the problem. Then, maybe someone will be able to give good suggestions.
    And, by the way, the free bumper program ended some time ago. It also was only a "solution" for one of many possible problems.
    Best of luck.

  • Since I upgrade my iphone 3gs to ios 5.1, I have several problems with network and wi-fi, any solution?

    Since I upgrade my iphone 3gs to ios 5.1, I have several problems with network and wi-fi, any solution? (No jailbreak)
    Most of the time the iphone cannot reach any network and when it can, there is no data transfer, I can only make calls and sms.

    Skizofrenias wrote:
    Since I upgrade my iphone 3gs to ios 5.1, I have several problems with network and wi-fi, any solution? (No jailbreak)
    Most of the time the iphone cannot reach any network and when it can, there is no data transfer, I can only make calls and sms.
    iOS: Troubleshooting Wi-Fi networks and connections
    iOS: Wi-Fi or Bluetooth settings grayed out or dim

  • Facing problems with network due which the phone goes into hangs status

    Facing problems with network due which the phone goes into hangs status.  some one help me with switching between 2g and 3G network

    Hi Mani Nair,
    I apologize, I'm a bit unclear on the exact nature of the issue you are describing. If you are talking about having issues with a 3G cellular data network, you may find the troubleshooting steps outlined in the following article helpful:
    iPhone cellular data connection issues
    Regards,
    - Brenden

  • When Apple solve problems with new iTunes calendar sync with windows and outlook?

    When Apple solve problems with new iTunes calendar sync with windows and outlook?

    Anything Downloaded with a Particular Apple ID is tied to that Apple ID and Cannot be Merged or Transferred to a Different Apple ID
    More Info here...
    Apple ID FAQs  >  http://support.apple.com/kb/HT5622
    If necessary...
    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • [SOLVED] Problem with passwd

    Hey there,
    I came to Arch because I wanted to learn how Linux works and I thought the best way to learn is start from scratch and work my way up to a finished product. Well I've been following the Beginners Guide wiki which has been a good guide to get up and running although it is a little scarce on describing why I was typing these commands and what effect they had... Anyways.
    I can now boot into my new installation and that's the main thing...
    Here's my situation:
    From root I created a new user using "useradd -m -g users -G audio,games,lp,network,optical,power,scanner,storage,video,wheel -s /bin/bash rob"
    I then did "passwd rob" then entered by password twice.
    So my /etc/passwd looks like this:
    I then type "exit" and try and login to rob using my newly set password but it still says my login is incorrect. I then try setting the password yet again from root but I still face the same problem.
    What's going on? What am I doing wrong?
    Many thanks
    Last edited by Robula (2012-11-21 15:41:14)

    Antoine wrote:
    illusionist wrote:Why is there /usr/bash in your /etc/passwd ?
    Yeah. I'm thinking he (mis)typed "-s /usr/bash" instead of "-s /bin/bash" when he created the password.  It doesn't look like put himself in the "users" group either:
    Robula wrote:From root I created a new user using "useradd -m -g users -G audio,games,lp,network,optical,power,scanner,storage,video,wheel -s /bin/bash rob"
    My advice to the OP would be to delete that user and start again, putting himself only in "users" for now. We don't need to be in other groups now, unless we need to be.
    Thank you! I didn't realize I had missed typed /bin/bash as /usr/bash... After correcting this I was able to change my password and login. Such a silly mistake...
    Trilby wrote:
    Robula wrote:I've been following the Beginners Guide wiki ...it is a little scarce on describing why I was typing these commands
    A bit off the main topic - but to address you interest in learning:  I suspect this scarcity is by design.  This is a guide for beginners to get up and running, not necessarily an educational resource.  You will find that for every command it tells you to use, you can also do `man command` and get plenty of additional reading material.
    "man <command>", I've been messing around on and off with Linux for years and I have never come across this gem!
    EDIT: The 'man' command is amazing! I've managed to solve my other problems with netcfg I was having by reading the man file. Thanks a bunch Trilby!
    Thank you all for your replies, patience and helpfulness.
    Last edited by Robula (2012-11-21 15:50:32)

  • Windows 8/8.1 Partial Print Problems with Networked Inkjet Printers (Envy, Officejet and Deskjet)

    There are a lot of threads being posted about this problems with printing on the following these devices when they are connected in a Network Environment (Wireless or Wired)
    HP Officejet Pro 6830
    HP Officejet 6800
    HP Officejet Pro 6230
    HP Officejet 6220
    HP Officejet Pro 8610 e-All-in-One Printer series
    HP Officejet Pro 8620 e-All-in-One Printer series
    HP Officejet Pro 8630 e-All-in-One Printer series
    HP Officejet Pro 8640 e-All-in-One
    HP Officejet Pro 8650 e-All-in-One
    HP Officejet Pro 8660 e-All-in-One
    HP Officejet 7610 Wide Format ePrinter
    HP Officejet Pro 3610 Black and White e-All-in-One
    HP Officejet Pro 3620 Black and White e-All-in-One
    HP Officejet Pro 251dw Printer series
    HP Officejet Pro 276dw MFP series
    HP Officejet 7110 Wide format ePrinter
    HP Officejet Pro 501dw Printer
    HP Officejet Pro 401dw Printer
    HP Officejet Pro X451dw Printer
    HP Officejet Pro X576dw MFP
    HP Officejet Pro X476dn MFP
    HP Officejet Pro 451dn/551dn MFP
    HP Officejet Pro 451dw/551dw MFP
    HP Officejet 4630 e-All-in-One
    HP Deskjet Ink Advantage 4640 e-All-in-One Printer series
    HP Deskjet 2540 All-in-One Printer
    HP Deskjet Ink Advantage 2540 All-in-One Printer
    HP ENVY 5530 e-All-in-One Printer
    HP Deskjet Ink Advantage 4510 e-All-in-One Printer
    HP ENVY 4500 e-All-in-One Printer
    HP Deskjet Ink Advantage 3540 e-All-in-One Printer
    HP posted a workaround for this problem while they were working with Microsoft to get the root cause of the problem, many customers commented that the workaround helped them out and they were able to print. This workaround was not easy to use as the customer needed to add another printer manually and changed drivers.
    We can now announce that the problem has been fixed, the problem involved a Microsoft Network component that HP was using to talk to and track the printers on the network. This fix is being rolled out by Microsoft via Windows Update and anyone who has Windows Update enabled and set to automatically install updates should have already received this update. For those that do not have Windows Update setup to automatically install fixes the fix is available now and should be installed.
    The details of this fix and a manual method of installing it can be found here.
    http://support.microsoft.com/kb/3000461
    This fix is only designed for users that are using there printer on a Network (Wireless or Wired) and will not fix partial printing problems encountered with USB connections.
    There are many threads in HPs forums about this issue (below are links to a few of them)
    http://h30434.www3.hp.com/t5/Printing-Issues-Troubleshooting/Missing-partial-prints-amp-Printer-Offl...
    http://h30434.www3.hp.com/t5/Printing-Issues-Troubleshooting/HP-Envy-4500-cancels-job-in-the-middle-...
    http://h30434.www3.hp.com/t5/Other-Printing-Questions/Only-prints-half-a-page/m-p/4054888
    JonW
    I work for HP

    @tenkeypro 
    First, I would suggest you uninstall the exsisting driver and reinstall following one of these documents to see if it will clear this error message:
    Install HP print and scan software on a Windows 8 computer (32-bit and 64-bit)
    Universal Print Driver (no scan)
    Driver support included in Windows 8 / Windows 8.1 or in Windows Update
    I am an HP employee.
    Say Thanks by clicking the Kudos Star in the post that helped you.
    Please mark the post that solves your problem as Accepted Solution

  • Having Problem With Network

    Hi,
    I'm having problem with a carrier network (Maxis),which i always get 'no service',whether i on the phone and after i off the phone.I try to reset the network,but it seems the same.Please help me solve my problems.

    did u have this problem before of after the last update.

  • [SOLVED] Problems restoring network on wake from sleep - Zbox AD04

    I have some issues with restoring the wired ethernet connection when waking from sleep. Sometimes it takes 1 or 2 minutes before it comes back up and sometimes it won't work at all unless I restart (usually when it has been in sleep for hours).
    The network is configured to a static IP address in rc.conf. Hardware is a Zotac Zbox AD04 (AMD Fusion E450 system) using the r8169 driver. I guess this is probably a driver issue, but I wondered if there's anything else which I could do to solve the issue. I've tried adding r8169 to SUSPEND_MODULES, but that seems to make no difference.
    Another issue is that the network is "unreachable" for about 30s to a minute after booting.
    Could it be a problem with my router?
    Last edited by shaurz (2012-04-13 01:03:13)

    I haven't really found anything much in my logs. From the kernel message log:
    [ 3.457080] r8169 0000:02:00.0: eth0: link down
    [ 3.457146] r8169 0000:02:00.0: eth0: link down
    [ 3.458714] ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 7.573639] EXT4-fs (sda3): re-mounted. Opts: discard,commit=0
    [ 88.121693] r8169 0000:02:00.0: eth0: link up
    [ 88.123403] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 98.483350] eth0: no IPv6 routers present
    It seems it took 84 seconds after initial setup for the network to come up...
    Something a bit odd in errors.log:
    Apr 12 20:20:07 zedbox kernel: [ 2.030578] SP5100 TCO timer: mmio address 0xbafe00 already in use
    Last edited by shaurz (2012-04-12 21:51:05)

  • [solved] Problems with HAL

    I am having problems with HAL. I first noticed it when trying to log out of XFCE an it was asking for my password and then I would see this message when X stopped:
    xfsm-shutdown-helper.c:134: Failed to contact hal: The name org.freedesktop.Hal was not provided by any .services files
    Hal is listed in my daemons of rc.conf
    DAEMONS=(syslog-ng network netfs crond hal @fam @alsa)
    I am part of the power group
    [ryan ~]$ groups
    disk lp wheel log locate network video audio optical storage scanner power users
    I think there is something wrong with hal since it's not loading at boot and I can't start it once logged in
    [ryan ~]$ sudo /etc/rc.d/hal stop
    :: Stopping Hardware Abstraction Layer [FAIL]
    [ryan ~]$ sudo /etc/rc.d/hal start
    :: Starting Hardware Abstraction Layer [FAIL]
    I don't know what to do. Searching for the 'xfsm-shutdown-helper' error says to look in .xsession-errors but I can't find that file. HAL should be loading at boot though and it is not so I think that is the cause of the error anyway.
    This all started when I was trying to clean up goup.pacnew and gshadow.pacnew files.
    Edit: solved
    Last edited by M177ER (2008-10-07 15:22:31)

    pointone wrote:Check /var/log/daemon.log for errors related to HAL.
    Thanks but there was nothing there about hal.
    My problem is solved though. hal was updated to version 0.5.11-4 and it is loading during boot and my error message on shutdown is gone.

  • Permissions problems with networked users

    Hi,
    We use 11 intel imacs with networked users from an xserve and run Logic Pro. I have told all students to run their projects from a temporary folder on the local hard drive and then copy the final work to their desktop to secure it for next time if they use a different machine, this seems to work OKish.
    However there are a few features that refuse to work in Logic for a managed user, time stretching is one and various others so what I need to know is anyone have a comprehensive list of ALL the folders that logic would use so I can make them all read/write to everyone and see if the problems go away. A local account with admin privileges seems to work fine but I am keen to solve the problem at the root level and this seems like a good place to start.
    Anyone have any tips on networked LDAP users and Logic Pro?

    I don't know about the network stuff as such, but there are various utilities that hook into OSX to display all file activity - you can turn on logging, run the application, then look through the log to see what files that Logic was trying to access while it was running.
    It might give you some clues, beyond all the obvious stuff (application, preferences files, app support files, garageband libraries, plugin settings, plugins, sampler instruments, audio files, project manager database files and so on)

  • HT1976 Y have the problem with network 5.1.1 ...no services ??

    Hello my name is costel end y have an iphone  4 ios 5.1.1  factory unlock  end the last night appear on display "no service" end searching.... But nothing, what is hapening? Y make restore end nothing she dont work...please y want help

    It seems that there is an issue with IOS 5.1.1
    1)  Charlie3012
      Re: Updated to ios 5.1.1 and had no service since for least 6 hours now.
       I had the same problem, the network provider had an issue with their network but after that was fixed, I still got the message "no service". I have an iPhone 4, no jailbreak, everything standard. What solved the problem for whatever reason was to remove the sim card and put it back in.
    2) As suggested on another thread:
    FarID0
    Re: Updated to ios 5.1.1 and had no service since for least 6 hours now.
    hey, he is alive!
    i've turned on reseted iphone, waited 10 minutes, pulled out sim card, iphone says "no sim card" and pulled sim in, waited search stage and vuola!
    Hope it will help
    3) Go to your carriers' shop and change your SIM card.

  • Syncing problem with network home folders

    Deaar Community,
    I recently obtained a Mac Mini Server. I had a problem syncing my iPhone after moving all my data to network home folders.
    Everytime I got the following message:
    "Syncing cannot be enabled on this computer"
    "Multiple computers are logged in to this same network home folder."
    "Please turn off syncing on all other computers..."
    There were no other computers syncing into the same directory.
    This turned out to be a wrong error message.
    I solved the problem by turing off the firewall on the server.
    That was strange. Although the firewall rules were set to allow all traffic within the local zone iTunes had a problem with its presence.

    Please be also sure that the permissions for the files are set correctly. In my case it turned out that the permissions for the iTunes Library were set in a way that the directories were owned by the server administrator's account. I had to reset the owner.
    I also feel that there is a bug in the permissions administration in snow leopard server. I ended up with files that had a lot of permissions entries which were completely identical.
    i. e.
    Angela read only
    Steve read+write
    Steve read+write
    Steve read+write
    everyone none
    Stll, a different error occurs randomly, but I finally managed to completely sync the iPhone. The error message now says that the iPhone could not be synced because the sync server could not sync the iphone. (?! This is somewhat redundant.)

Maybe you are looking for

  • Dynamic Creation of list box on excel sheet and handling events

    hi all , i m working on excel to sap integration application and for that i need to create dynmicaly list boxes in excel and also needs to handler events of each boxes.. please suggest me somehting asap/ thanks in advance, jigs helpful ans will be re

  • I try to install adobe photoshop cc and it says that I do not have some colorsync files

    Hi, I have tried to install adobe photoshop cc and it says that I do not have some colorsync files like "colorsync file 201" and what not, I'm not sure what the problem is. Some help would be great.

  • Iphoto cannot find original photo

    I cannot open photo files in iphoto from pictures I have imported the photos several years ago.  I'm just sick...these are old family pictures I want to use.  iPhoto can't find the original...what the heck...it's popping up for me to see I just can't

  • A-B driver problem, still unsolved

    This problem got marked as solved, but is not. Any NI techs familar with this driver and/or A-B KF2? I am having a problem with the Allen Bradley driver. The help file says it "enables serial comm via a KE, KF or KF2 module". I am using a KF2 device.

  • Download multiple files

    hi,all downloading files from server has been discussed for many times, i have known how to download one file after reading some older topics,but now i want to download multiple files,and I want browser prompt "Save As" only one time, then all the fi