Lost Local Netowrk...

Help, I cant get my Mac back on the local network... I am not sure what I did but my server I turned off yesterday, then rebooted and no longer accepts the IP from my Switch for DHCP. It keeps wanting to put it's own self assigned IP address in. I cannot get to be seen by the switch and therefor do no have access to any of my network hard drives or the internet. I can manually assign an IP but it still doesn't connect to my local network and I still cannot see my network hard drives... I can get to the internet but that is it. What happened?

Lost 1 Port on my router. What a headached, Time to buy a new router.

Similar Messages

  • Zones on Virtual Local Netowrk?

    Networking is not my strong suit so please forgive me if this is basic.
    I have one nic connected on Solaris 10 with a public IP address on the internet. I have another zone with a public IP address as well. What I would like to do is setup one or more zones in a private IP address space that can access the internet outbound. I don't require port forwarding (yet?), just to be able to wget, ftp and ssh out, etc. Basically, I have zones I want to create that don't need to be accessible via the internet and since I have to pay for additional IP addresses and wait for them to be assigned, I'd like to be able to set up a virtual network inside the box for additional zones to communicate.
    I think I have to create a virtual nic in the global zone with a local ip address and a vnic for each zone. Then use that nic when creating the zone. I'd also have to add that interface to the existing public zone to be able to talk to the private ip zones.
    This seems to be what I need http://blogs.sun.com/droux/entry/private_virtual_networks_for_solaris do I just need to add a virtual nic to each zone, including the one that already has an internet ip address using the add-net command in zonecfg? I understand the vnic stuff but the ipfilter I'm a bit confused about.
    Then, if I get another physical server, is there a way to have the private zones talk to private zones on the other server as well? Or would I need to have a separate physical nic with a physical switch/crossover cable connecting the two and then get rid of the virtual nics altogether?

    Darren_Dunham wrote:
    These are advanced features of crossbow. It does not exist in any current version of Solaris. I'm not sure if it's in recent SXCE builds yet or not.
    DarrenI came across this message on the crossbow discussion list [http://mail.opensolaris.org/pipermail/crossbow-discuss/2007-February/000983.html|http://mail.opensolaris.org/pipermail/crossbow-discuss/2007-February/000983.html]
    If you would like multiple containers to communicate with each other, without
    using the physical network for inter-container transport, you can do that
    today without Crossbow. All inter-container traffic stays in the IP stack.
    Another example that you can do without Crossbow is a web server which sits in
    one container and uses the physical network, and an app server which only
    communicates with the web server, and perhaps with another container in which
    you run a DB server.
    But if you would like something more sophisticated, e.g. packets come in from
    the network into one container where they are filtered, and some packets are
    forwarded/routed to other containers in the same system, you should be looking
    at Crossbow.This is exactly what I'm trying to do but not sure how.
    Edited by: njjavadev on Apr 18, 2008 3:36 PM

  • Lost Locale problem with Struts/Validator Plugin client side validation

    Has anyone else had problems losing the locale in the generated javascript ?
    With the following tiles def and layout (nmLayout.jsp) I can get the locale from the browser OK with
    <html:html locale="true"> and it works ok for imported text (picking up the enCA properties file. But when the javascript executes in the provisionCustomer.jsp the locale reverts to the default property file.
    The Strruts Validator loses the locale of the containing html page. (I do a show source.) I've tried an explicit <fmt:setLocale value="en_CA" scope="session"/> but this has no effect either.
    Thanks
    Bruce
    <?xml version="1.0" encoding="ISO-8859-1" ?>
    <!DOCTYPE tiles-definitions PUBLIC
    "-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN"
    "http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd">
    <!--
    Tiles definition file
    -->
    <tiles-definitions>
    <definition name="nm.MainMenu" path="/nmLayout.jsp">
    <put name="pageTitle" value="Distibutel Network Management" />
    <put name="header" value="header.jsp" />
    <put name="body" value="mainMenuBody.jsp" />
    <put name="footer" value="footer.jsp" />
    </definition>
    <definition name="nm.customer" path="/nmLayout.jsp">
    <put name="pageTitle" value="Distibutel Network Management -- Provision Customer" />
    <put name="header" value="header.jsp" />
    <put name="body" value="provisionCustomer.jsp" />
    <put name="footer" value="footer.jsp" />
    </definition>
    <!-- sample tiles definitions
    <definition name=".mainLayout" path="/common/layouts/classicLayout.jsp">
    <put name="title" value="Sample Page Title" />
    <put name="header" value="/common/header.jsp" />
    <put name="menu" value=".mainMenu" />
    <put name="footer" value="/common/footer.jsp" />
    <put name="body" value=".portal.body" />
    </definition>
    <definition name=".mainMenu" path="/common/layouts/vboxLayout.jsp" >
    <putList name="list" >
    <add value=".menu.links" />
    <add value=".menu.taglib.references" />
    <add value=".menu.printer.friendly" />
    <add value=".menu.old.documents" />
    </putList>
    </definition>
    <definition name="aPage" extends=".mainLayout">
    <put name="title" value="Another Title" />
    <put name="body" value=".aPage.body" />
    </definition>
    end samples -->
    <definition name="${YOUR_DEFINITION_HERE}">
    </definition>
    </tiles-definitions>
    nmLayout.jsp :
    <%@ page contentType="text/html; charset=UTF-8" %>
    <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles"%>
    <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
    <%@ taglib uri="http://struts-menu.sf.net/tag" prefix="menu" %>
    <%@ taglib uri="http://struts-menu.sf.net/tag-el" prefix="menu-el" %>
    <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %>
    <%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt" %>
    <%@ taglib uri="http://java.sun.com/jstl/sql" prefix="sql" %>
    <html:html locale="true">
    <head>
    <title><tiles:getAsString name="pageTitle"/></title>
    <link rel="stylesheet" type="text/css" media="screen"
    href="styles/global.css" />
    <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
    <style type="text/css">
    body { background: AliceBlue; }
    #appcontent {
                             position:absolute;
                             top: 300px;
                             left: 200px;
                   h1 {color: red;}
                   h2 {color: green;}
    </style>
    </head>
    <body topmargin="0" leftmargin="0">
    <!--
         <fmt:setBundle basename="ApplicationResources"/>
         <fmt:setLocale value="en_CA" scope="session"/>
    -->     
         <script type="text/javascript" src="./scripts/coolmenus3.js"></script>
         <!-- Custom config for this example -->
         <script type="text/javascript" src="./scripts/coolmenu2-config.js"></script>
         <menu:useMenuDisplayer name="CoolMenu"
         bundle="org.apache.struts.action.MESSAGE">
         <menu:displayMenu name="ToDoListMenuProvision"/>
         </menu:useMenuDisplayer>
    <table>
    <tr>
    <td><tiles:insert attribute="header"/></td>
    </tr>
    <tr>
    <td><div id="appcontent"><tiles:insert attribute="body"/></div></td>
    </tr>
    <tr>
    <td><tiles:insert attribute="footer"/></td>
    </tr>
    </table>
    </body>
    </html:html>
    <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
    <%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt" %>
    <html:javascript formName="customerForm" />
    <html:errors/>
    <h1><fmt:message key="ProvisionCustomer.title"/></h1>
    <html:form action="/saveCustomer"
    onsubmit="return validateCustomerForm(this)" >
    <table>
    <tr>
    <td><h2><fmt:message key="ProvisionCustomer.TenantName"/>:</h2></td><td> <html:text property="tenantName"/></td>
    </tr>
    <tr>
    <td><h2><fmt:message key="ProvisionCustomer.TenantID"/>:</h2></td><td> <html:text property="tenantID"/></td>
    </tr>
    <tr>
    <td><h2><fmt:message key="ProvisionCustomer.CustomerID"/>:</h2></td><td> <html:text property="customerID"/></td>
    <td></td><td><input type="submit" value=<fmt:message key="ProvisionCustomer.insert"/>></td>
    </tr>
    </table>
    </html:form>

    you can always get the locale from the request like so....
    <html>
    <%
    request.getLocale().toString();
    %>
    </html>
    you can even stuff it into javascript like so....
    <html>
    <head>
    <script>
    function foo() {
    var locale = '<%=request.getLocale().toString()%>';
    </script>
    </head>
    </html>
    then you can have access to it in javascript code.

  • Lost local network computers in finder and unable to change workgroup

    On my G5, iMac works fine, both OS X10.5.5. After a update from Mac, I think it was Safari, iTunes, and a Security Update, I rebooted the computer and now can no longer view local windows network computers.
    I checked WINS in Network settings and my NetBIOS name is grayed out, in the workgroup box, it is empty, I click on the drop down and my workgroup name is there I select it but it is not saved. Didn't make a difference.
    I was able to use Go in Finder, Connect to Server and put in "smb:// computer name or share" and connect no problem and the computer shows up in finder, but only the one I typed in.
    If I click Go in Finder, Connect to Server, then choose Browse, it dumps me back to Finder Network view and of course none of the Windows shares or computers show except the one I put in with SMB://
    I ran Disk Utility Repair Permissions, rebooted to no avail.
    Anyone have an idea what went wrong and can point me in the right directions to get the Windows Computers back in Finder?
    Thanks,
    Bill...

    Ok This is what I did in trying to fix my problem and it seem to work, although I have yet to turn the G5 off or reboot yet and was able to get Windows shares showing back up.
    System Preferences, Network.- Location: First choose Duplicate Services of Automatic, then I renamed Automatic to my workgroup name ( although I don't think name is important).
    Then chose the Advance button and under TCP/IP changed Configure IPv4 to Using DHCP with manual address. I put in a static address (192.168.1.200) that was out of the range that the router would give out (my router range for DHCP is 192.168.1.5 to 192.168.1.100).
    Then clicked WINS and selected my workgroup name, closed the windows and saved... Worked right off the bat in finder!
    Don't know the Why's or How Come's but it worked and that is all I needed! Maybe some one could explain?

  • Lost local,published page builds n Leopard upgrade/sys crash.How to reload?

    In the process of upgrading to Leopard, I had experienced bad mojo with multiple apps. I bombed off my MBP in an attempt to simplify the end result, only to discover I had corrupted my BackUp with bad management. All data was lost. Now the burning Q: how can I reload my "clean slate" iWeb with the pages I'd previously published under Tiger with my old system?

    Search through your back ups for the Domain.sites (or Domain.sites2 if made with iWeb 2).
    The file would be stored in the User/Library/Application Support/iWeb
    Without that file you'll need to start over.

  • Lost local root folder

    My website was stored on a usb key which I have lost.
    So I created new folders in my documents and am trying to connect to the website to import the folders, but I can't.  An ftp error pops up and it cannot make connection to the host.
    I am using the same settings as before.
    Any help appreciated.

    Create a new site definition.  Go to Site > New Site.
    Tell DW where on your hard drive you want to store your site files.  See screenshots.
    Servers:  Enter your FTP log-in credentials.  Root Directory is whatever your hosting provider told you to use.  If unsure, check with your host.
    Click the Test button.  If you cannot connect, click on More Options.
    When your Test connection is verified, Save your settings and Export to an .ste file.  Store your .ste file in a safe place in case you ever need to restore or transfer your site definition settings to a different computer.
    Nancy O.

  • More dissapearing mailboxes - 10.4 migration "lost" local mailbox

    I recently got a new iBook running 10.4, and transferred my old user account across (from a 10.3 system). I had all the IMAP stuff come across OK, but I also had a local mailbox, called Archive, with an archive dating back to 2001. Mail now thinks that's an IMAP mailbox which isn't in sync with the server (You need to take this account online in order to download it blah blah). All the messages are listed, but unopenable. In ~/Libarary/Mail/Mailboxes I have a folder called Archive.mbox, which is about 800M. About half of that is an mbox file. So the data is there. How do I get this new version of mail to recognise it as a local mailbox and not an IMAP one?
    iBook 1.3Mhz   Mac OS X (10.4.3)  

    Tiger Mail doesn't think the Archive mailbox is an IMAP mailbox stored on the server. This error message indicates an "overstuffed" mailbox issue that was brought over from Panther Mail or brought to the surface with the mailbox conversion process to Tiger Mail.
    Did you create a backup copy of the Panther Mail folder at Home > Library > Mail before upgrading to Tiger?
    If not, try the following.
    Quit Mail first and using the Finder, go to Home > Library > Mail > Mailboxes > Archive.mbox. Copy the Archive.mbox folder and place the copy on the Desktop for backup purposes.
    Within the original Archive.mbox folder at Home > Library > Mail > Mailboxes, delete all files/folders except for the Info.plist file and the Messages folder. The mbox file and any other files/folders within the Archive.mbox folder are left over from the mailbox conversion process to Tiger Mail. These are no longer required by Tiger Mail and are not deleted after the conversion process is completed.
    Launch Mail and select the Archive mailbox in the drawer. At the menu bar, go to Mail and select Rebuild.

  • Lost local copies

    I have always been storing local copies of mail folders of my IMAP server.
    Now this server has problems, and Mail does not show those
    folders. The files are still there under Library/Mail, but Apple mail
    does not give me access to them. One thinks there should be a solution:
    one purpose of caching local copies is for cases when there are
    server problems.
    Any suggestions?

    in iTunes, go to the iTunes Store, on the right side of the store you have some "Quick Links", one is a link to your Account. There you can select your "Purchase History" and you see everything you were downloading... hope that helps

  • Lost local files after update to new version

    I updated to the new version this morning and when I opened the app all my locally (on iPad) stored pdf files were gone. A fair bit of annotation and highlighting work seems to have gone down the drain!
    What happened? Can I get them back?
    I did not delete the old app before update, only did a classic AppStore update.

    Also discovered just now how to see your files. At least it works on Android so it should be simiar for Apple devices. If you click on the floating file folder it will ask you where to look. Tell it internal devices. Then when you click on the file folder it will give you options of places to look like recent, drive, gallery, dropbox, etc. Click on your options button to bring up settings or your settings button if you have it. Some boxes for advanced devices come up. Check the boxes and viola your internal storage area and external sd card if you have it should appear. Then it is just a matter of locating the old and new folders. My old one was located under download Adobe Reader. My new one was located under downloads adobe acrobat. Hope this helps. Going to try and include a few screenshots.

  • How to recover lost local 'On My Mac' folders after Mail 6 upgrade?

    The Moultain Lion Mail 6 upgrade has dropped all my local 'On My Mac' archive folders.
    Any ideas how to get these back?
    Best,
    Keith..

    Number 6 wrote:
    Nice idea but one of the 'value-adds' of my Mountain Lion 'upgrade' was it broke my Time Machine backups' integrity and forced a fresh backup.
    Time machine is good when trying to recover from small
    incremental changes or the accidental trashing of work
    data, but should really not be relied upon for any major
    system changes such as an OS upgrade. 
    I personally don't use it at all.  For data and entire home folder
    for that matter, I have a backup drive and for the system itself
    I do periodic clones.  Actually, since I rely on coputers for work,
    I also do daily backups of projects I work on.
    Some one asked me once how many backups should I have.
    My answer was, "Always one more than what you have."

  • How to remove "Firefox prevented this page from automatically reloading" message bar at top. It appeared at the same time I lost local news on my homepage. Neither Tools or Preferences seem to have a solution. Any suggestions?

    Firefox 3.6.15, Mac OS X
    There's no "options" setting in Tools.

    Do you know if that then allows the page to automatically reload or does that just get rid of the message? Thanks!

  • Online account is offline & cannot switch to local account

    I've encountered some weird bug, where my user account cannot sync or has no connection - so any apps that require it like feedback, onedrive stay loading and crash. Tried to switch back to local and then sign in again and see if this would help but:

    Hi, may I suggest you to do a new user, but not an administrator, and check if the problems are still there? If yes, you seem to have an Internet connection problem, for the first one. The second one (the screenshot you've post) may come from lost local
    path of local account. I hope this helps.

  • Cannot switch to local admin on MDS9513

    FDBEMF5C1(config)# aaa authentication login default local
    % Permission denied

    Hi, may I suggest you to do a new user, but not an administrator, and check if the problems are still there? If yes, you seem to have an Internet connection problem, for the first one. The second one (the screenshot you've post) may come from lost local
    path of local account. I hope this helps.

  • Cannot see Time Capsule for backup but internet perfect A

    I've seen other posts about time capsule problems and most talk about wireless dropout and loss of internet connectivity. My situation is almost the reverse:
    Full airport strength in menu bar. Full access to internet sites on at least one computer. Cannot see Time Capsule via Airport Utility or in Finder on any computer. Time Machine backups fail (marked as Delayed in menu bar item).
    If I reboot (via unplugging) the Time Capsule, it shows up again in Airport Utility and backups are successful. This has happened three times now. I think the first time was prior to upgrading the firmware. The second two times were after the Time Capsule firmware upgrade. In the second two instances, it looks like the backups run for about 12-13 hours, every hour. No problems. Then, they drop out. Yesterday, it ran from 8:30 AM until 9 PM.
    I've got two Macs (a Powerbook G4 and a MacBook Pro), each running latest software updates (security, 10.5.2, etc.).
    Unplugging (rebooting) my Time Capsule each day is not an option. That's partly why I moved from an ancient LinkSys router that always needed to be rebooted since we lost local and internet access. Any help is much appreciated!
    Cheers,
    Drew

    Have you set up the TC with user accounts??
    Most people just use the TC password..
    I have done very little with user accounts on the TC.. it seems fundamentally wrong headed to me.. If you have a domain controller with everyone using accounts to login that is fine.. and the TC would then exist in connection to the domain controller.. but it is a home device and there is no function to all that.
    What will happen if you change over to standard security or even turn on the guest account I am too scared to suggest as you may not easily get connection back again.. The TC certainly displays a warning going to accounts.. I am not sure of warnings going away from accounts.
    If you didn't setup the TC, do you have admin access to it??
    Perhaps I am assuming too much before you tell me everything. But I may suggest things you don't want to try.. unfortunately I cannot say this will work.. the issue is widespread across the Mountain Lion TC combo and I have yet to see Apple suggest a solution or even fess up there is a problem. Daily reboots are just simply now a part of the scene for all windows and Mac users.
    Is the TC the main router for the network.. 1 hour is not default lease in the TC and very few people even know how to change it.. standard is 1day. I would consider 1hr adequately short for all arp tables to be kept up to date.. the computer should be seeking new lease at 30min.. ie half lease time.
    If the TC is bridged an not controlling the network.. that can contribute to the issue.
    Setting a static IP on the TC if it is bridged my help.

  • Using itv as a music server

    How can iTV best be used as a music server?

    >I want to capitalize on the library on the external hard drive.
    As long as the music is in iTunes on the Dell and iTunes is running and ATV is on the same local netowrk than ATV can play your music.  iTunes is the music server.  ATV is just a client that pulls music from either iTunes, or iCloud.

Maybe you are looking for

  • Keyframing - making it act like "ease both"

    I've always been stumped by the following issue, and once again I'm trying to understand how to achieve specific fluid movements with keyframes. I've gotten into a project where simple sweeps or dollies aren't cutting it. The thing I love about behav

  • Slideshow made in i Photo(v5). Transfer to iPod 5th. gen.

    I have a 2 year project of the homeless in NYC an I'm having trouble trnsfering it (180 photo's with music to my new iPod. Brian

  • How to create 3d effect of the movie clip on mouse move

    Dear All I have done the research a lot but failed I need to give the effect in flash like this http://www.soft.se/#/sv/portfolio/web,single,kaffeakademi any one know how to do that please send me any hint or peace of code so i will get an idea Thank

  • Change capture

    in ssis i have 2table, one has latest copy of data s whatever changes made for current date i have to capture that change  and send on text file, how to do changes in ssis or sql

  • UCCX-RTMT-ALERT- After Upgradation of UCCX from 8.0.2 to 8.5 SU2.

    Hello After upgradation of UCCX from 8.0.2 to 8.5 SU2 we are receiving below RTMT error which says critical. Any ideas ? At XXX 02 08:37:27 EDT 2012 on node XXX-IPCC01, the following SyslogSeverityMatchFound events generated:  SeverityMatch : Critica