Mac mini server refuses to get DHCP address from router

Everything was going along fine. But after a power outage the server goes to a 169. address when the router puts out 198. addresses. If I put a static 198. address in it sees the network but won't connect to the internet. I've flashed the router (everything else sees the router fine, 3 computers and a time capsule). I've had the hardware checked at the Apple store - it picked up an address right away. After narrowing everything down the problem has to be in the operating system. I even did a full time machine restore to the day before the storm. No luck. Anyone heard of this problem.

Mauricette has a point.
A server function is not designed to accept a floating or dynamic IP address.  If that is the case, how do you create firewall rules that prevent those unnnecessary ports being left opened from being attacked by rogue machines in Romania and China on a hourly basis when you announce to the world that your server is available if the server IP address keep changing due to the DHCP lease change?  Yes, they do have bots that do this VERY EFFICIENTLY!
By changing the very nature of your firewall rules by working with DHCP, you are opening ports you do not know to accommodate DHCP dynamic addressing, which was the reason why your Mac Mini Server stopped working in the first place.  It's ok for a client, since a client isn't serving any files to any one right.
By using client based firewall rules, you are exposing your server to attacks and when they get through your Mini server, which they can if they are persistent, they get into your home network and then whatever file server services you have opened and unprotected at the time WILL BE copied by these people easily. 
I have a client once who did just that.  She was attacked, the hacker went through her network like a rampaging bull.  They were from China.  My Synology RAID server gets this attack all the time, but I have a well establish IDS system and the Synology RAID has logs that tracks attacks.
For a server setup.  Use static IP and then build a strong firewall around it and protect it and never compromise.
Recently, I just noticed someone somehow hacked and broke my WPA-PSK AES passkey for one of my Wireless N network router.  It was not set up with a strong password though, but thankgod I had a firewall around that so my internal networks were safe. So this teaches you that if someone wants in bad, they will get in. 
Hope this helps.

Similar Messages

  • Mac Mini Server - Can't get past...

    Mac Mini Server
    I'm getting the "You are unable to log in to the user account xxx" message. I click OK, then the Apple icon appears, and that's as far as I can get.
    I'm new to the Mac, and have had it running for a month. Set it up initially as "Host Name for local network."
    Here is where I got into trouble. I changed it now to the 3rd item, "Host name for Internet." I entered a domain name I have, "ve3zt.ca" and I recall at the time that the computer name changed to VE3ZT from local.mini, or something similar. I rebooted and am in this position. Obviously, I made a major boo boo.
    As I said, I now can't get past the Apple logo. Pressing any keys on the keyboard results in a "beep" from the Mini. That's it!
    Any help would be appreciated.
    Thank You.
    Paul.

    Update:
    I did the "command-R" recovery and everything went smoothly. However, the message,  "You are unable to log in to the user accound "xxxxx" at this time. Logging in to the account failed because an error occurred." Pressing OK brings up the Apple logo screen. Can only get out of this by pressing the power button on the Mini for several seconds.
    Any advice?
    Regards, Paul.

  • Upgrading to CS6 on Mac Mini Server. Keep getting errors.

    My computer
    Mac mini Server - Mid 2011
    Software  Mac OS X Server Lion 10.7.3 (11D50b)
    Processor  2 GHz Intel Core i7
    Memory  8 GB 1333 MHz DDR3
    Graphics  Intel HD Graphics 3000 512 MB
    I keep getting errors when I tried to upgrade to CS6 from CS3 extended.
    Error report says:
    Exit Code: 15
    0 Fatal errors, 2 errors, 0 warnings
    error: ASU has quit unexpectedly.
    error: Media DB error : 18
    Please help.
    I even uninstall original CS4, install CS3 extended and try to upgrade. still getting errors.
    HELP HELP HELP. SOS

    How do you go to safe mode in mac? I created a new user and tried to instal but it still doesn't work. Anyone encountered such a problem?

  • Why does Mac Mini Server refuse to accept my Airport WPA password?

    I've several Macs all able to access my ADSL net connection with no problems. However I am trying to configure a Mac Mini Server to do so but it keeps asking for the WPA password which I've correctly entered.
    Any clues for a solution please?
    Thanks
    Peter

    try again.  delete the account, and start from scratch.  pay real close attention to the password entry, including capitals and any special characters.
    At one point i got real frustrated with that same issue.  to this day I do not know what the issue was.  but i ended up going into my google account from a pc, and changing the password to a new one, then readded the gmail account to the pad and all was well.  (you then need to updaye any other devices using the same g mail account)

  • Setup VPN on Mac Mini Server running OSX through a BT Hub Router

    Hello everyone,
    I know this question has been posted several times and I have looked at the suggested solutions, trying each of them. I think this is really down to my lack of knowledge hence hoping someone out there could point me to the right direction for more resources / information, please.
    I am trying to setup a Mac Mini Server with VPN access. My server sits behind a BT Hub router. These are the steps that I have been through:
    1. I am using the server app and after registering a free account with no-ip, I got myself a host name <myname>.ddns.net.
    2. Then I setup the server using a domain name
    3. I configured the DNS by first setting up a primary zone - zone: ddns.net. Then added machine record host name: <myname> pointing to my server which I have configured my router to assign a static ip address to it at 192.168.x.x
    4. Then, I configured the VPN setting up for L2TP and PPTP, setup the shared secret, change the ip address range to match that of the DHCP range on my router. My router by default has a DHCP range between 64 - 253.
    5. Then, I also configured my router to port forward 500, 1701, 1723, and 4500 to my server at 192.168.x.x (I selected both TCP and UDP).
    6. Finally, setup a user account with account name test and password abcd12345
    7. Gone on my "client" machine which is basically my Samsung S4 handphone, selected VPN -> PPTP -> server address: <myname>.ddns.net -> entered account name test and password abcd12345.
    This didn't work.
    Then, I read some post about manually configure DHCP on the server app. Went on the server app, turned on DHCP and setup a network named TestDHCP. Assigned ip address range between that of the default DHCP range on my BT Hub router.
    This does not work either.
    Could someone please kindly help me with it? I am completely lost.
    Thank you in advance.

    To run a public VPN server behind an NAT gateway, you need to do the following:
    1. Give the gateway either a static external address or a dynamic DNS name. The latter must be a DNS record on a public DNS registrar, not on the server itself. Also in the latter case, you must run a background process to keep the DNS record up to date when your IP address changes.
    2. Give the VPN server a static address on the local network, and a hostname that is not in the top-level domain "local" (which is reserved for Bonjour.)
    3. Forward external UDP ports 500, 1701, and 4500 (for L2TP) and TCP port 1723 (for PPTP) to the corresponding ports on the VPN server.
    If your router is an Apple device, select the Network tab in AirPort Utility and click Network Options. In the sheet that opens, check the box marked
              Allow incoming IPSec authentication
    if it's not already checked, and save the change.
    With a third-party router, there may be a similar setting.
    4. Configure any firewall in use to pass this traffic.
    5. Each client must have an address on a netblock that doesn't overlap the one assigned by the VPN endpoint. For example, if the endpoint assigns addresses in the 10.0.0.0/24 range, and the client has an address on a local network in the 10.0.1.0/24 range, that's OK, but if the local network is 10.0.1.0/16, there will be a conflict. To lessen the chance of such conflicts, it's best to assign addresses in a random sub-block of 10.0.0.0./0 with a 24-bit netmask.
    6. "Back to My Mac" is incompatible with the VPN service. It must be disabled both on the server and on an AirPort router, if applicable.
    If the server is directly connected to the Internet, see this blog post.

  • VWLC clients getting DHCP address from management VLAN

    Hi,
    We have a strange scenario whereby some wireless employees are obtaining addresses from the management VLAN.
    Some details:
    DHCP managed by MS DHCP 2008 R2 (in remote data centre)
    Cisco vWLC AIR-CTVM-K9 running v7.6.110.0
    AP's are a mix of 2602 and 3702 (46 and 2 of each respectively)
    SSID's are employee, guest, and production devices (all mapped to their own interface with relevant VLAN tag as per normal)
    AP's all in FlexConnect mode as per vWLC caveats
    Some employees are receiving addresses in the wireless management VLAN. This network only has six DHCP addresses available as it is solely for AP's, WLC and HSRP gateway. Obviously this gets exhausted very quickly leaving us with a scenario where clients are not obtaining DHCP addresses.
    I understand that with FlexConnect mode, it will assign IP's from the native VLAN. What I don't understand is why most clients receive addresses in the correct VLAN, but a handful do not, and then cannot get an address from DHCP. Obviously the ideal scenario would be to put the AP's into local mode but unless this has changed in a SW release then I don't believe it's possible...
    My question is: How do I get ALL the employees to obtain addresses from their interface and not the management VLAN?
    Thanks in advance.

    Hi,
    I think we need a closer look to your configurarion to eliminate some possibilities:
    - What is the WLAN security you choose?
    - What is the interface that is configured under the WLAN?
    - Does your WLAN have local switching enabled?
    - If your security is using RADIUS server, do you have AAA override enabled under the WLAN config?
    - If your security is using RADIUS server, do you send any attributes to the users?
    - You have eliminate that clients that got management vlan IPs are always on same AP or they can be on any AP.
    HTH
    Amjad

  • Mac Mini Server (Late 2009) - Won't boot from Windows USB/DVD

    Hello all,
    I have a Late 2009 Mac Mini Server (Macmini 3,1) with OS X Lion.
    I have created a Bootcamp Windows Partition on one the 500GB Disk using Bootcamp 4.0.
    After the partition is created, I have tried installing Windows 7 using the Bootable USB method as well as using the CD Drive from the attached SuperDrive.
    But all I encounter is either the blinking cursor or after the "Starting Windows" logo, a BSOD.
    Any tips/help on how to proceed?
    Thanks in advance.

    Cattus,
    Thanks for the reply.
    I did use BC to create the USB stick. I also tried to create the USB on a WIndows Machine (just in case). But still can't boot from USB. What's the WIndows Utility you mentioned?
    Also, according to the this LINK, The firmware for Macmini 3,1 should be MM31.0081.B06 (EFI 1.2).
    However, the BOOT ROM info on my mac mini says MM31.00AD.B00 and I can't seem to update the EFI Firmware. I get a message "This computer does not need this update" when I try to run the MacminiEFIupdate.pkg

  • Mac Mini Server unable to login or reinstall from DVD

    Hi all,
    I bought a mac mini server in dec 2009, it was working great for the past 6 months. Recently, I was unable to login to any of my accounts. I brought the machine to my local authorized service provider(Singapore Wheelock Epic Centre). They said that the hardware is fine but they cannot do a fresh install for me because they do not have the install disk. On top of that, they want to charge me $150 if I bring the install disk in for them to do a fresh installation for me even though I am under warranty.
    With that I bought a superdrive and attempt to boot from my install disk for a fresh installation. But the superdrive cannot boot up when I pressed 'D' numerous times.
    Is there any solution to this or do I have to throw away my $1.5k server?

    +But the superdrive cannot boot up when I pressed 'D' numerous times+
    I realize that you meant to say "C" instead of "D", but the technique also requires that you hold down the startup modifier key ("C" in this case) rather than pressing and releasing it.
    You should hold down a startup modifier key (like C or Option) as soon as you hear the startup chime or beep. Keep holding down it until you see the "gear" spinning or you get a menu on the screen.
    You may also have better luck if you just borrow a PC USB keyboard to do this startup modifier sequence. The C key will work the same; but to get Option, you press the Alt key instead.
    Also keep in mind that you cannot use the install disc from your MacBook to startup the Mini.

  • Linksys WRT54GL won't get dhcp address from isp

    I'm using Linux.
    I just bought this router because it had good reviews on Newegg but for the past 4 hours I have gotten nowhere with it.
    When I connect the router to the net and click the refresh button on the browser interface, the router doesn't go out and get a dhcp address. I see the initial click of the mouse that hits the modem but no information comes back. No addresses are updated.
    I have tried cloning the mac address but that does no good either.
    Any hints appreciated.
    Thanks

    Try resetting the router for 30 secs in such a way that power light is blinking on the router.Also, try doing the complete network power cycle i.e., unplug the power cables from the modem & from the router.Then, plug in the power cable to the modem first once all the lights are solid on the modem you could plug in the power cable to the router & then try configuring the router & it will definately work!!!

  • OS X 10.6.7 not getting reserved DHCP address from router.

    I have a MacBook Pro running OS X 10.6.7
    My router is NetGear WGT624v3.  I have the router setup to assign out reserved DHCP address for my Macs.
    I am not getting the reserved address, but rather "any" address in the pool.
    Other types of devices are getting the reserved address.  For example, old windows computers, and my Android phone.  Only the Mac computers seem to be getting the incorrect addresses.
    Any ideas please?
    Duane

    As long as it shows up in the Windows Boot Camp control panel I'd say fine, happened to a lot of people - I have not had Windows 7 show in Mac Startup Disk control panel for years in my Mac Pro.

  • Cannot see Mac Mini Server from Internet: DynDNS alias gets thru cable modem to wireless router, not to the Mac Mini. How to configure?

    I want to make my Mac Mini Server (Lion) visible to the Internet from my home LAN. I have followed the Lion server install wizards and also set up a dynamic DNS at DynDNS.com.
    When I enter the Internet address with the proper alias from a web browser, I get dumped into the admin screen of the Linksys wireless router WRT300N. Hint: the WRT300N provides DHCP for the LAN, not the cable modem providing DHCP. The WRT300N has DDNS service set up. NAT and RIP are disabled. The Mac Mini DHCP is reserved.
    Suggestions? I could use the Motorola Surfboard SB6121 to provide DHCP but have hesitations.
    Point me to the right discussion/article and get me back on track, please.

    This sounds like a simple port forwarding issue, but I don't understand your LAN setup.
    The WRT300N has DDNS service set up. NAT and RIP are disabled.
    The chances are, you're running NAT somewhere in your network. If not the WRT then what? If it's your cable modem then you must have port forwarding configured on the cable modem, and that's where you need to focus - change the port forwarding to point to your Mac Mini's address rather than the WRT.
    HOWEVER, it is far more common to have the wireless router perform NAT and DHCP, which is why I question your setup.
    Not directly related, but:
    The Mac Mini DHCP is reserved
    Nix this. Your server should be configured manually, with a static IP address, not DHCP, even with a reservation in the DHCP server. The only advantage of DHCP is for dynamic hosts (hence the 'D' in 'DHCP') or if you expect to change your entire local subnet on any kind of frequent basis. The reality is that you can't just change the IP address of Mac OS X Server like this - there are too many dependencies, so it's better to set it manually, knowing that there's a cost (and pain) to change the server's address.

  • Using a Mac Mini Server as a traditional stand alone desktop

    Hello all, currently I have a late 2008 model 17" MacBook pro, Time Capsule, Apple TV and an Iphone 3GS and Ipod Traditional. I would like to add a desktop system to coordinate all of these items, to be the centerpiece is you will, in my home. I'm interested in buying a mac mini, I began to do research however and saw the Mac Mini Server which has greater memory capacity 4GB vs 2GB RAM, and dual 500Gb vs the standard Mac Mini which has one at 320GB. I would like to take advantage of these upgrades as I'm a writer and will be constantly on the web for work as well as likely keep a lot of items on the hard drive.
    However I noticed the Mac Mini server utilizes Mac OSX snow leopard SERVER as opposed to the user grade Mac OSX. *My question is if the Mac Mini Server with MAC OSX server can still be used as a stand alone desktop, connecting it to a spare LCD television I have and a mac wireless keyboard/mouse?*
    I'm aware that unlike the other mac mini and imacs it does not come with ilife and other pre-installed software, and *I want to know if it's still possible to purchase after market and install said software utilizing them in the traditional manor?*
    Thank you in advance for any feedback you can provide and I apologize if my question was difficult to comprehend due to my lack of computer knowledge. I also apologize if this question is similar to others you've received lately as I did a quick scan of google and these forums and did not seem to find the specific answer I was looking for.

    Welcome to the Apple Discussions!
    Let me clear up a misperception that you have. Both the Mac mini and the Mac mini Server have a capacity to address 8 GB of RAM. There are two SO-DIMM slots in each model. The mac mini comes preconfigured by Apple with 2 GB of RAM (2 x 1 GB). The mini Server comes preconfigured with 4 GB of RAM (2 x 2 GB). You can buy and install yourself up to 8 GB of RAM (2 x 4 GB).
    You can even install Mac OS X Snow Leopard client, which will meet your needs a bit better than Server, now that folks have figured out how to do it;
    http://discussions.apple.com/thread.jspa?threadID=2539663&tstart=0
    And yes you can buy and install iLife, and pretty much everything else that you want to include in your kit. Either model of mini works fine with wireless keyboards and mouses. If your LCD TV has an HDMI port, then a simple HDMI to HDMI cable would be the simplest manner to connect it to the mini.
    Dah•veed

  • How To Set Up Mountain Lion Server/Point DNS to Mac Mini Server

    Hello, First of all I have no experience with setting up servers whatsoever. Below is what I have
    - Mac Mini with Mountain Lion Server
    - Time Capsule as my router
    - Comcast as my service provider
    My goal is to set up my MacMini as a sharepoint for files and other data with my other partners.
    - I have purchased a domaine name from NetworkSolutions. Does this mean that they are my DNS hosting as well? Not really sure. My biggest question is how to point my DNS to my mac mini server correctly.
    1. How do you point the DNS to my mac mini server.
    2. I've read somewhere to use the IP address from my mac mini server. The only IP address I see is from my Time Capsule (router). I know what my public IP adress is but I am not sure if that's the one to use. I think once I figure this DNS thing I can figure out the rest.
    Thanks - Need lots of help.

    Here's a detailed write-up on setting up internal (private) DNS on OS X Server, and no, you're probably not going to be setting up external DNS on your servers.  Your public DNS service will be hosted on and served from the Network Solutions DNS servers.

  • HT4805 Mac mini server startup

    I purchased a used Mac mini server and can get past the startup screen for the setup process. There is a little spinning wheel in the lower left hand corner of the initial server setup screen. Anyone see this before?

    Did you erase the boot drive and reinstall from the original media? That should be the first thing you do after buying a used computer. You of course ran the Apple Hardware Test before buying it.

  • How to use webmail address book on Mac Mini Server with Lion Server.

    I have a Mac Mini Server with Lion Server installed; the webmail is setup and working but I can not get the address book to work.
    I have followed an instruction from this website on how to activate the address book icon in webmail but can not add any addresses.  Is there something that needs to be activatied before it will work?

    No, I didn't solve the problem. The monitor still goes to sleep with WIndows but not with my Mac Mini. About 8 months ago I basically wore out the power switch on my monitor so I bought a wireless power switch to shut it off at the outlet. The VX2835wm monitor itself is now starting to fail as well-- a couple of times it's gone through a weird sequence of flashing screen colors on power up and ended up in an overscan mode (that took me for ever to figure out how to fix). I have decided to replace my VX2835wm with a Dell u2412m once it fails for good partly because I really want to keep the 16:10 resolution (very hard to find these days) and partly because I want to see if a different make of monitor will go to sleep properly based upon my Mac Mini power down settings.

Maybe you are looking for

  • Switching iPhone from Windows based computer to Apple

    Could one switch an iPhone from a Windows XP computer to an Apple seamlessly, or are you stuck with whichever system you initially sync up with? I will be getting my iPhone 3GS on the 19th, and shortly thereafter (not sure of the timeframe) I will be

  • MuVo TX FM display and power prob

    hello to all! good evening...i've been the owner of a creative MuVo TX FM for a little over a year now and im extremely satisfied with it. it was extremely reliable and handy and was a worthy competitor against the shuffle...it never gave me any prob

  • Automator - to fill in internet fields

    I have to do weekly submissions via the internet and I would like to be able to use automator to help. Any body know how to get automator to help fill in internet fields? Arturo

  • Mm predefined constants

    Hello! Considering MM and Purchase Requisitions, I would like to know if there is some interface defining common constants, like 'item category purchase requisition'. For example, I wanna compare the pstyp value but I don't wanna to use the value to

  • How to download apps 20Mb with 3G (Iph4)

    My Iphone don't allow me to download apps > 20MB when using 3G. How can I change this limit?