Lion Server Gateway Issues

Hello,
I have a perplexing issue with both my own server and a client's server.  In both cases I am trying to configure a Lion server as a gateway (Firewall, DNS, DHCP, NAT) and I am unable to get the services working consistently.  If I am able to get my server(s) functioning as gateways I lose DHCP any time the service restarts.
I have been able to reproduce this issue on two separate networks in two different locations on two separate static IPs with both a Mac Pro and a Mac Mini.
1. I setup reverse DNS with both ISPs.
2. I began with a fresh 10.7.0 server installation from the recovery partition, the I configured my static IP address and FQDN during the Setup Assistant, rDNS checked out fine, and after the assistant was done I immediately ran updates.
3. After restarting I configured my DNS.  I setup a machine address for the server and linked my FCDN to my static IP address.
4. I downloaded Server Admin Tools 10.7.2 from http://support.apple.com/kb/DL1457 and installed them.  I ran Software Update again to make sure the system was completely up to date.
5. Using Server Admin I enabled NAT and ran the Gateway Setup Assistant.
6. After running Gateway Setup Assistant the LAN was unable to obtain IP addresses via DHCP.  Devices connected to the LAN had self-assigned IP addresses.
7. I opened the Firewall for both "any" and "192.168.1.1-net" by allowing both IP address groups to allow all traffic.
Still no luck.  A little Googling and I found http://support.apple.com/kb/TS3887 - "Unable to connect to the Internet after running NAT Gateway Setup Assistant".
8. I follwed the instructions in TS3887 and my LAN was still unable to obtain an IP address via DHCP.
After 3 days of trial and error I have found that my DHCP settings are being reset whenever I start/stop/start DHCP services.  Whenever I restart the DHCP service I get one of the following error message sequences in /var/system.log:
Jan 25 16:19:43 server servermgrd[71]: servermgr_dhcp:bootp config:Error:Unable to read configuration file - error 2 (No such file or directory)
Jan 25 16:19:43 server servermgrd[71]: servermgr_dhcp:bootp config:Notice:Created default configuration file
Jan 25 16:19:43 server servermgrd[71]: servermgr_dhcp:bootp config:Notice:Created 2 default subnet records
or
Jan 25 16:15:50 server serveradmin[4843]: servermgr_dhcp:bootp config:Error:Unable to read configuration file - error 2 (No such file or directory)
Jan 25 16:15:50 server serveradmin[4843]: servermgr_dhcp:bootp config:Notice:Created default configuration file
Jan 25 16:15:50 server serveradmin[4843]: servermgr_dhcp:bootp config:Notice:Created 1 default subnet records
As it turns out, something is overwriting /etc/bootpd.plist:
sh-3.2# ls -al /etc/bootpd.plist
-rw-r--r--  1 root  wheel  1536 Jan 25 16:20 /etc/bootpd.plist
sh-3.2# serveradmin stop dhcp
dhcp:state = "STOPPED"
sh-3.2# ls -al /etc/bootpd.plist
-rw-r--r--  1 root  wheel  1132 Jan 25 16:47 /etc/bootpd.plist
I have no idea why Server Manager believes that /etc/bootpd.plist does not exist but I began to notice some strang behavior while working on the problem.
- While DHCP was turned off in Server Admin devices on my LAN were often able to obtain IP addresses through BootP.
1. I could use Server Admin to start DHCP but it would fail and create two new subnets, one for my WAN and one for my LAN.  Although no subnets were enabled decices on my LAN would obtain IP addresses through BootP.  I could then start DHCP with none of the subnets enabled.
2. If I enabled the LAN subnet and restarted DHCP Server Admin would fail to start DHCP.  I could try again and DHCP would start with no subnets enabled.
3. If I stopped DHCP the system would again reset my /etc/bootpd.plist and I woudl be left with one subnet for my LAN.  This subnet was enabled by default.
4. If I stopped DHCP the system woudl once again reset my /etc/bootpd.plist and I would have one subnet for my WAN.  This subnet was disabled by default.
And then this loop would continue in slightly different variations indefinately.  Here is what my log looks like while this is happening:
Jan 25 17:09:04 server servermgrd[71]: servermgr_dhcp:bootp config:Error:Unable to read configuration file - error 2 (No such file or directory)
Jan 25 17:09:04 server servermgrd[71]: servermgr_dhcp:bootp config:Notice:Created default configuration file
Jan 25 17:09:04 server servermgrd[71]: servermgr_dhcp:bootp config:Notice:Created 1 default subnet records
Jan 25 17:09:13 server servermgrd[71]: servermgr_dhcp:bootp config:Error:Unable to read configuration file - error 2 (No such file or directory)
Jan 25 17:09:13 server servermgrd[71]: servermgr_dhcp:bootp config:Notice:Created default configuration file
Jan 25 17:09:13 server servermgrd[71]: servermgr_dhcp:bootp config:Notice:Created 2 default subnet records
Jan 25 17:09:25 server bootpd[5726]: server name server.perfecteden.com
Jan 25 17:09:25 server bootpd[5726]: interface en0: ip 192.168.2.1 mask 255.255.255.0
Jan 25 17:09:25 server bootpd[5726]: interface en2: ip 173.160.121.37 mask 255.255.255.252
Jan 25 17:09:25 server bootpd[5726]: DHCP REQUEST [en0]: 1,d0:23:db:a6:77:d <iPhone>
Jan 25 17:09:25 server bootpd[5726]: ACK sent iPhone 192.168.2.9 pktsize 300
Jan 25 17:09:25 server bootpd[5726]: service time 0.001889 seconds
Jan 25 17:09:25 server bootpd[5726]: DHCP REQUEST [en0]: 1,d0:23:db:a6:77:d <iPhone>
Jan 25 17:09:25 server bootpd[5726]: ACK sent iPhone 192.168.2.9 pktsize 300
Jan 25 17:09:25 server bootpd[5726]: service time 0.000943 seconds
Jan 25 17:09:27 server servermgrd[71]: servermgr_dhcp:bootp config:Error:Unable to read configuration file - error 2 (No such file or directory)
Jan 25 17:09:27 server servermgrd[71]: servermgr_dhcp:bootp config:Notice:Created default configuration file
Jan 25 17:09:27 server servermgrd[71]: servermgr_dhcp:bootp config:Notice:Created 2 default subnet records
Jan 25 17:09:37 server servermgrd[71]: servermgr_dhcp:bootp config:Error:Unable to read configuration file - error 2 (No such file or directory)
Jan 25 17:09:37 server servermgrd[71]: servermgr_dhcp:bootp config:Notice:Created default configuration file
Jan 25 17:09:37 server servermgrd[71]: servermgr_dhcp:bootp config:Notice:Created 2 default subnet records
The only times it seems that DHCP is working is when it is off... which does not make any sense.
Here are some screenshots:

I don't know if it's directly related, but your setup is wrong. That could be why the config is resetting.
On your 'internal' interface you're manually setting the IP address to 192.168.2.1/255.255.255.0, and that's fine, but this interface should have NO router address specified. In your case you've set the router address to the server itself, which is never going to be accurate.
Secondly, the DHCP settings don't have a router address set. This means that your DHCP server will hand out addresses to clients, but won't tell them how to get to the outside world. Hardly seems appropriate to me.
In your DHCP settings you should set the router address to the address of your NAT server (in this case 192.168.2.1).
Try those fixes and see if it makes any difference.

Similar Messages

  • Lion Server iCal Issue -- CoreDAVHTTPStatusErrorDomain Code=405

    I have Lion Server set up with iCal Server enabled/running.  I've set up a iCal client and it frequently gets this error when syncing:
    The server responded with an error.
    http://zmac.home/principals/__uids__/54FCAB02-50E8-45DB-8437-CD011076B055/ is not a location that supports this request.
    When I look at the console on the server, this is the error that shows up there:
    2011-10-16 7:30:33.191 AM iCal: Account refresh failed with error: Error Domain=CoreDAVHTTPStatusErrorDomain Code=405 "The operation couldn’t be completed. (CoreDAVHTTPStatusErrorDomain error 405.)" UserInfo=0x7fe3419c36e0 {CalDAVErrFromRefresh=YES, CoreDAVHTTPHeaders=<CFBasicHash 0x7fe3419be970 [0x7fff71e10f40]>{type = immutable dict, count = 7,
    entries =>
        0 : Case Insensitive Key: Server = <CFString 0x7fe34193a2c0 [0x7fff71e10f40]>{contents = "Apache/2.2.20 (Unix) mod_ssl/2.2.20 OpenSSL/0.9.8r DAV/2"}
        1 : Case Insensitive Key: Content-Type = <CFString 0x7fe341939f00 [0x7fff71e10f40]>{contents = "text/html; charset=iso-8859-1"}
        2 : Case Insensitive Key: Allow = <CFString 0x7fe33fc9fca0 [0x7fff71e10f40]>{contents = "GET,HEAD,POST,OPTIONS"}
        6 : Case Insensitive Key: Date = <CFString 0x7fe3419c6870 [0x7fff71e10f40]>{contents = "Sun, 16 Oct 2011 14:30:33 GMT"}
        10 : Case Insensitive Key: Keep-Alive = <CFString 0x7fe3419c4cf0 [0x7fff71e10f40]>{contents = "timeout=15, max=100"}
        11 : Case Insensitive Key: Content-Length = <CFString 0x7fe3419c2020 [0x7fff71e10f40]>{contents = "395"}
        12 : Case Insensitive Key: Connection = <CFString 0x7fe3419b7b10 [0x7fff71e10f40]>{contents = "Keep-Alive"}
    , AccountName=Mac OS X server}
    Does anyone know what this might indicate and how to resolve it?  zmac.home does resolve properly to the IP address of the Lion Server.
    Thanks in advance.

    I have quite the same issue. Sometimes it works to sync, sometimes (and definitely to often) it doesn't.
    I try to sync Lion iCal Clients with a Snow Leopard Server.
    And the error I get on the client is:
    Account refresh failed with error: Error Domain=CoreDAVErrorDomain Code=3 "The operation couldn’t be completed. (CoreDAVErrorDomain error 3.)" UserInfo=0x8fe11d67bad0 {AccountName=Full Username, CalDAVErrFromRefresh=YES}

  • Mountain Lion Server App - Issue with Time Machine Volume Selection

    Besides my gripes that 10.7 Server or the 10.8 Server app are radically dumbed down versions of what 10.6 Server was capable of, the upgrade to 10.8 from 10.7 unexpectably broke my home time machine backup.
    Am quite familiar with the prior server versions as we are still using 10.6 Server on a dozen or so Xserve's, plugging along nicely
    This is for our house setup using a Mac Mini with an attached 8TB RAID managing media serving and time machine backups. For simplicity, the array is partitioned as a single volume and simply configuring a file sharing sharepoint as a Time Machine Volume. Simple and easy!
    When upgrading to 10.8 and then installing the server app, the upgrade conveniently didn't migrate any file sharing settings, forcing me to set them up again. Easy enough, just took a couple of minutes, except that the share point I used for time machine backups has no more setting to turn it into a Time Machine volume.
    As such, under the Time Machine tab, which shows only logical volumes, I simply can't back up to our existing backups.
    I suppose I can re-partition the array to create a logical volume for TM backups, but I can't believe that there is no provision to change a sharepoint into a TM volume anymore.
    Am trying to stay away from CLI settings as well as that defeats the purpose of the app.
    Any thoughts or suggestions?
    Wolfman

    I have asked the hosts to move your post to the OS X Server forum.

  • Will Mountain Lion Server be slower that Lion Server on my 2009 Mac Mini?

    I have a 2009 Mac Mini running Lion Server. Specs are: 2.0 GHz 8 GB ram.
    As always, I'm wanting to reap the benefits of the latest OS without upgrading my hardware. I know mirroring won't be supported, but who cares about that on a server.
    Does anybody have Mountain Lion on a similar setup?

    We've found Mountain Lion Server to run just as fast as Lion.  MLS boots a bit slower on our Mac minis, but it's
    neglegable.
    Also have had trouble migrating from Lion and 10.6.8 server to Mountain Lion Server.  Issues with Open Directory and Mail.
    Hope Apple puts out a .1 release to address the issues soon.

  • Lion Server issues

    I recently set up a Lion Server to test it out as a home server but I seem to be running into a lot of issues. All computers are running OS X 10.7.2
    What I'm attempting to accomplish:
    I'm attempting to create a network test user with a remote home folder (on the server) and log in to that test users account from my macbook pro. I would like that account to use mobile sync to copy over documents and pictures whenever the user logs on and off. I would also like to be able to VPN into my server while out and about to screen share & share files. This test user is simply for testing purposes as of now, once I get it all working I want to set this same config up for my current local users.
    What I've done:
    I've configured the server to manage domain accounts, and given my server a static IP of 192.168.1.105. I configured it's hostname as a Internet hostname and registered that hostname with Dyndns.com pointing to my External IP address. I also set up my Linksys router with the DynDNS information so that it updates my Dyndns account with my external IP, and port forwarded every VPN port on Apple's list of ports. Server admin tools have been installed, DNS is turned on, and its configured as an Open Directory Master. My macbook pro's dns settings are configured so that it sends everything through the server, and the server is set up to forward all inquries out of my router that it isnt authoritative for. The MBP is bound to the Open Directory and is allowing network accounts to log in. I set up a shared folder on the server that can be used as a home folder.
    Issues I've run into:
    My network account (Test user) cant log in on my MBP unless it creates a local home folder, which I dont want it to do (i want it to use the shared folder i set up on the server). When I attempt to log in I either get an error, or it shakes, not allowing it to log in. I cannot get the VPN to work, but I'm not too worried about it at this point, I'd rather get the users up and running first. I've spent a ton of time attempting to figure this out and its getting very frustrating. I followed the setup guide provided by wegotserved.com and anandtech.com. If anyone has any suggestions, or see's something I'm doing wrong I appreciate any input.

    Yeah, I can log into the server using the OD account I created called test user just fine, I just cant get on my wireless client (macbook pro) with the OD test user account.

  • Lion server as advanced gateway

    Hello, first of all, I want apologize for mistakes in language.
    Today I've installed Lion server at work. This is our first time of using Mac as network server.
    We need this server for several tasks:
    - file sharing
    - web server with different hosts (we are web developers)
    - gateway (2 internet connections: 1 - fast and expensive (eth0), 2 - slow and cheap (USB 3G))
    - collaboration assist.
    Here I need to say, that prevoriously we hadn't server with those roles. We had:
    - My office iMac as storage
    - there was a separate web server on each developer's computer
    - Windows Server 2003 and Kerio Contnrol as gateway
    - as collaboration assist we use white office desk =)
    Now about problems. First and last server roles are not so difficult, and mostly so I want to ask about third role: "Advanced gateway".
    We have LAN for a 10 computers (some of them PC, some - macs), also we have two internet connections (as I said before) and the mission =):
    - ALL traffic from 7 computers must go thru USB 3G modem
    - common traffic from 3 others computers must go thru eth0
    - all traffic to google, facebook etc from those 3 comps must go thru USB 3G modem (drivers was installed, modem works fine)
    Is it real to get it works?

    I'm not entirely sure I understand what you're asking.
    From your post it sounds like you just need to setup file sharing and some simple access controls, right? What's the block here? Have you tried it and it didn't work? What's preventing you from just doing this? (it's not all that hard).

  • Lion server file sharing issue with windows API read/write ini file (GetPrivateProfileString)

    Hello,
    I try to config lion server as file server for a windows application we use at work. All other computers are windows 7 or XP, lion server is the only mac. I choose lion server because it's size, quality and personal love of apple products.
    10.7.2 lion server's samba file sharing works almost perfectly with all my windows machines, I can copy, delete, modify any text files or office files without any issue, but the most important windows application for my business doesn't work with samba file sharing. After some digging, I found it is because windows program can't read or write INI file stored on lion share. Windows API GetPrivateProfileString always returns empty if the INI file is store on lion share.
    You can download a small application for read/write windows INI file from codeproject.com to test this problem:
    http://www.codeproject.com/KB/files/ini.aspx
    I can open/edit the in file using any text editor without any problem. The only problem is with those windows APIs. ACL is turned on for my lion share and assigned "delete" rights to samba users.
    I install samba3 on the same server; it works perfectly with windows API. My windows program also works. Looks like there is something wrong with lion server's sambax.
    I'd prefer to use built-in samba even I have samba3 working. Built-in samba is very immature right now, but considered how young it is, I will give apple some time to make it mature.
    Does anyone have same issue or knows how to fix it?
    Thanks,
    Michael.

    All the memory is fine. The server rarely if ever goes down when there are only around 10-12 users connected. When there are 20+ users connected and working heavily it goes down often. When I say working heavily, I mean they are transferring huge files to the SAN (100GB+), sometimes 5 at a time per user, and there are a bunch of others who are reading large video files at a minimum of 220MB/sec from the SAN.
    Though this worked on Snow Leopard without any issues, Lion just doesn't seem to be able to handle it. The odd thing is, on Snow Leopard there was only a single 1GB ethernet connection to a NAS system, whereas with Lion we have a much more powerful machine with a 6-port 10GB ethernet card and a 4 lane 8GB fiber card to a true SAN. You would think that the newer scenario with Lion would handle far more users with ease.
    So far, very disappointing with regards to Lion's file serving performance.

  • Mac OSX Lion Server Network User Login Issue

    We have in the office a server running Mac OSX Lion, and several network users who've all been running happily for quite a will.
    About a month ago I was added to the system, and initially we had a few issues relating to the home directory, but we changed 'something' and it all worked.
    Fast forward to now, and we've added a new user - Hannah - to our system.
    I've added her in the Workgroup Manager, and set her up everywhere I can find on the server. Her home directory creates on the server fine.
    She appears in the Logon list on the client machines, and here's where the trouble starts...
    Every time she tries to log on, it fails. The logon box just bounces or wobbles as though the password is incorrect. We've tried changing the password, to no avail. We've tried adding new test users - same problem.
    We've tried sudo kinet on the Terminal as a local user, with variable results.
    I'm at my wits end, and really hoping someone here can help offer some suggestions or advice we can work through to get to the bottom of this.
    Thanks in advance!

    Your problems are likely occurring because you added her to the directory with Workgroup Manager.
    You should really start avoiding WGM when at all possible as Apple is clearly moving away from it. Because of this, things don't always work as expected when using 'legacy' tools like WGM.
    My guess as to what your problem is: When you create a new user in Server.app, two things happen for you automatically that WILL NOT HAPPEN if done from WGM.
    First the user is added to the default "Workgroup" group.
    More importantly (and the source of much confusion), the user is automatically added to SACLs.
    Check the SACL for the user in Server.app, I bet you'll notice that they aren't a member of the File Sharing group like they should be. To solve this problem, you can either delete the user and recreate them in Server.app, or manually add them to the appropriate SACL.
    I would opt for recreating them in Server.app if I were you, as I don't trust user accounts that originate in WGM on Lion Server.

  • Serious log in issues after installing Lion Server

    Hi all,
    I am relatively inexperienced with software involving essentially anything technical, so you will have to pardon my ignorance.
    I am currently trying to set-up a wireless network at home using Lion Server, and it would appear I have bitten off more than I can chew. I installed Lion Server on Tuesday, and have been battling with it ever since - attempting to use a 'We Got Served' guide to walk me through.
    I installed the Server app on my iMac as I figured the 3 computers on the network would not require very much space, and so there would be little point in buying a whole new machine to run it from. Whilst I was having little luck in making it work as I had hoped - I have now managed to completely lock the iMac. Since it's installation I have had no issue logging in and out of my actual account on OSX, however earlier the computer froze following an Adobe update and I was forced to do a hard restart. However, when I attempted to log back in I now get the following error:
    "You are unable to log in to the user account "xxxx" at this time.
    Logging in to the account failed because an error occurred."
    I have tried everything in my limited knowledge to rectify this, and nothing works it would seem. I've read examples of this happening when trying to log into the actual server app, or where the hard drive is corrupt on the machine itself - this seems to be a hybrid of the two.
    I can no longer open the computer in Safe Mode, however when I go into Disk Utility all disks when verified appear to be absolutely fine with disc repair making no difference. The only available drive is now listed as a Server drive so I cannot even re-install Lion on there.
    This is causing me much distress as I can as far as I can tell not only log into my computer, but can do nothing to repair the issue bar erasing everthing from it. There is a lot of important data on there and I am confident that it is not actually corrupt, however Server seems to have just locked it completely.
    Help would be much appreciated!

    I am having a similar issue, but in my situation, my users cannot log in.  All of my users are network users on Mini's.  I am running 10.6.8 on my server.  I have created users before with no issues, but have not done so in months.  When I try to log the new user in, I get the following error:
    xpchelper: Could not get path of user account (uid:1029) home directory:/Network/Servers/server.xxx.net/Volumes/Data/Users/username; error; The operation couldn't be completed. No such file or directory. Using home directory.
    CFPreferences: user home directory at file://localhost/Network/Servers/server.xxx.net/Volumes/Data/Users/username/ is currently unavailable. User domains will be volatile.
    Authorizationhost: error |-[homedirmounter mount NetworkHomeWithURL: attributes: dirPath: username:]|PremountHomeDirectoryWithAuthentication (url=AFP://server.xxx.net/Users/homedir= /Network/Servers/server.xxx.net/Volumes/Data/Users/username, name=username) returned 5.
    I have no idea of what to do.  I have verified that the user looks the same as my other users in WGM. The user's folder was created on the server.  The user has access to the folder.  I'm not sure what else could be wrong here.

  • Mountain Lion Server PHP Upgrade issue

    I need to upgrade my Server PHP, since my web site needs PHP 5.4 or above to work.
    I have followed the steps from previous discussion
    Updated PHP to 5.4 following steps from here
    Updated bash_profile, httpd.conf, and updated $PATH variables.
    In terminal php version and php path points to correct version /usr/local/php5/
    But phpinfo still points to php 5.3.
    I was able make the update on my local machine running Mountain Lion. The issue occurs only on the Mountain Lion Server.
    It there any other settings that needs to be done to udpate PHP path?

    Thanks for the input. Did you have any issues with running MAMP on server? I was under the impression Server tools, (web, ftp, opendirectory, etc..) are tightly integrated to one another.
    Installing MAMP on a server might be the next option. Did you remove Lion server completely or just the web server part?
    I did test out MAMP on server. It seem to have some database issues and give a blank page when it has to connect with Database. Probably have to work on the db issues, if PHP update is impossible.

  • Push Notification Issues - Lion Server 10.7

    Hey All,
    Am having a few issues with Push on Lion, it seems to work for a short period of time after setting up, then seems to stop being able to push.  Today I woke up to a server running at a constant ~60% processor utilisation and this error repeating itself over and over again in the log...
    Jul 29 15:11:05 mail push_notify[105]: discarding message; not connected to notification server
    There is also single errors from com.apple.APNBRidge saying "Disconnected from apn feedback server feedback.push.apple.com for topic com.apple.mail.xserver.xxxxxxxxxxxx: error (null) - there is one for each different service push supports and they are straight after connect messages.
    Do Push services require any ports opening up? I did have the server set up in DMZ for a while but it still managed to fall over, so I took it back out.  However I'd imagine the server is sending notifications out rather than listening in for anything.
    I've reinstalled this server around 5 times now and am reaching the end of my patience!  Everytime Push starts working then stops, last night Web services fell over and I was getting database connection errors, as there were push notification errors in the log, I un-ticked and re-ticked the Apple Push notification checkbox and things came back up.  It's a shame it seems very temperamental as it's such a huge feature.  I have this one set with a self signed cert, set up as per when you enable profile server.  This is also trusted by any devices testing.
    I've turned Push off for the moment as it seems intent on bringing down the rest of the services I have set up Just turned off Mail and the processor use dropped to almost nothing, restarted it and things are now calm.
    Also anyone know how to set up automount's from the command line?  My production environment has NFS sharepoints for User directories - for the purpose of being able to use fast user switching on client machines (AFP doesn't support this).  Exports are easy as are in a file, but I'm struggling with the automounts.
    Any ideas?
    Cheers all.

    Any luck on this?  I got my Lion Server running and managed to get puch notifications on Mail, but no luck with iOS.  Appear to have the same problem:
    Aug  1 10:20:25 server push_notify[102]: notification server connect failed, will retry in 300 seconds
    Aug  1 10:20:28 server push_notify[102]: discarding message; not connected to notification server
    Aug  1 10:20:58 server push_notify[102]: discarding message; not connected to notification server
    Aug  1 10:21:29 server push_notify[102]: discarding message; not connected to notification server
    Aug  1 10:21:59 server push_notify[102]: discarding message; not connected to notification server
    Aug  1 10:22:29 server push_notify[102]: discarding message; not connected to notification server
    Aug  1 10:22:59 server push_notify[102]: discarding message; not connected to notification server

  • Performance issues home sharing with Apple TV2 from Mountain Lion Server

    I have a Mac Mini which I have just upgraded to Mountain Lion Server from Snow Leopard Server.
    I have noticed that the performance of Streaming a film using Home Sharing to an Apple TV2 has degraded compared to the Snow Leopard setup. In fact the film halts a number of times during play back which is not ideal.
    I have tested the network between the 2 devices and cannot find a fault.
    Has anyone come across this problem before.
    Are there any diagnostic tools I can use to measure the home sharing streaming service to the AppleTV2 device.
    Any help much appreciated

    Well, I tried a few other things and one worked but again just the first time I tried connecting to the desktop PC with iTunes. I flashed my router with the latest update and the ATV2 could see the iTunes library and I was able to play media. Later in the day I was going to show off to my daughter that I had fixed it and, to my dismay, no go. I tried opening the suggested ports but no luck.
    I then tried loading iTunes on a Win7 laptop and it works perfectly with the ATV2. Both the laptop and the ATV2 are connected to the router wirelessly while the Desktop is connected to the router by Ethernet. Not sure if this is part of the issue as it sounds like this didn't work for others. The only other difference between the laptop and desktop is that the desktop has Win7 SP1 loaded while the laptop does not; now I'm scarred to load it though I don't think that's the issue. All in all, a very vexing situation. Hopefully Apple comes up with a solution soon.

  • Lion server/Mountain Lion client connection issue

    I am trying to set up our work Lion Server to use open directory. The DNS settings are fine on the server side but the Mountain Lion clients cannot bind to the server. We are hoping to get a static IP soon so the directors can access the network remotely but I want to get this cracked before I take that step.
    The server was set up normally as far as I'm aware (I didn't set it up).
    I'm wondering if I upgrade the server to Mountain Lion if that will help, it seems as though open directory is easier to manage wit ML. Would I need to reinstall server and start from scratch?
    Any help much appreciated, excuse my ignorance I am a bit of a novice but do have some experience.

    After force Quit the option Notes is not marked in the new configured Profile. I check it in a new VM and fresh clean install and have the same problem.
    If is it not marked, the Sync not with the Server and save only localy.
    Have you check it with an other Mac or Device too?

  • VPN to Mountain Lion Server issues

    Hi,
    I checked a lot of VPN threads here today, but I wasn't able to find a solution for my problem just now. I try to connect by VPN to my Mountain Lion Server, but I get an error message that the VPN server is not responding. I get this message from iPhone and Mac. The Mountain Lion Server is a new installation, no upgrade from an older server.
    Some informations on my setup:
    I installed the server with a hostname like myserver.mycompany.com and option 3 (internet access), as I want to use it for email at a later stage. All services are working fine (except VPN). DNS is active, but basically it only contains the adress myserver.mycompany.com and forwards everything else to our router.
    I changed the DNS settings of our domain ( hosted by an ISP - so not in the local DNS ! ). I created a subdomain vpn.mycompany.com which points to the static IP of our router.
    In the router I opened the UDP ports 500, 1701 and 4500, and for 1701 i made the same thing for TCP (I found this in a forum, but I think this is not necessary?), the ports are pointing to the ip of the os x server.
    In OS X Server I started VPN for L2TP using the vpn.mycompany.com hostname, and a shared secret.
    When I try to connect with I client from outside I try to connect using L2TP via vpn.mycompany.com using the shared secred and user-id and password. The user-id is created in OS X Mountain Lion server and is configured to use VPN service. When trying to connect I get the error message "L2TP-VPN server is not repsonding...".
    In the log file of the server I see some entries for each connect:
    Oct 10 20:21:45 myserver.mycompany.com racoon[13873]: Connecting.
    Oct 10 20:21:45 myserver.mycompany.com racoon[13873]: IPSec Phase1 started (Initiated by peer).
    Oct 10 20:21:45 myserver.mycompany.com racoon[13873]: IKE Packet: receive success. (Responder, Main-Mode message 1).
    Oct 10 20:21:45 myserver.mycompany.com racoon[13873]: IKE Packet: transmit success. (Responder, Main-Mode message 2).
    Oct 10 20:21:45 myserver.mycompany.com racoon[13873]: IKE Packet: receive success. (Responder, Main-Mode message 3).
    Oct 10 20:21:45 myserver.mycompany.com racoon[13873]: IKE Packet: transmit success. (Responder, Main-Mode message 4).
    Oct 10 20:21:48 myserver.mycompany.com racoon[13873]: IKE Packet: transmit success. (Phase1 Retransmit).
    Oct 10 20:22:06 --- last message repeated 2 times ---
    Oct 10 20:22:06 myserver.mycompany.com com.apple.SecurityServer[17]: Succeeded authorizing right 'system.privilege.admin' by client '/Applications/Server.app/Contents/ServerRoot/usr/libexec/ServerEventAgent' [2967] for authorization created by '/Applications/Server.app/Contents/ServerRoot/usr/libexec/ServerEventAgent' [2967] (2,0)
    Oct 10 20:22:06 myserver.mycompany.com com.apple.SecurityServer[17]: Succeeded authorizing right 'system.privilege.admin' by client '/Library/PrivilegedHelperTools/com.apple.serverd' [1716] for authorization created by '/Applications/Server.app/Contents/ServerRoot/usr/libexec/ServerEventAgent' [2967] (100000,0)
    Oct 10 20:22:06 myserver.mycompany.com racoon[13873]: IKE Packet: transmit success. (Phase1 Retransmit).
    No more entries in log file now. Anyone any ideas what's going wrong. Might there be a problem as I use another servername outside as inside (vpn... instead of myserver...)?
    Thanks!

    Solved, first of all we tested to establish the VPN connection locally by adding the ip address of the server to /etc/hosts for vpn.mycompany.com. The VPN connected without problems then, so it was clear that it is a firewall/router problem, and not a server problem.
    After that we studied some more documentations and found that we don't have to open port 50, but ip protocoll 50 (ESP) on the firewall. After that was done, the connection was working from the internet as well.

  • Mail relay issue since lion server install

    I upgraded (or not) my Mac Mini Server with Snow Leopard, to Lion Server.
    I'm now getting mail relay errors when sending email to an account on my server from gmail.
    "Technical details of permanent failure:
    Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further information about the cause of this error. The error that the other server returned was: 554 554 5.7.1 <[email protected]>: Relay access denied (state 14)."
    I'll post postconf -n if required.
    voigtstr.com has an A name at the domain name registrar
    mail.voigtstr.com has an mx record.
    dig +short MX voigtstr.com     returns
    1 mail.voigtstr.com.
    voigtstr.com and mail.voigtstr.com both point to my external ip address
    any pointers?

    LincNesh,
    Seems the problem has been solved by Peter Rauen.
    See this discussion: Mail relay SASL problem / postconf -n
    I checked on my server and Peter is right. Although there are configs in /etc/postfix there is another path with postfix conf files: /Library/Server/Mail/Config/postfix
    I actually only had to insert this line to main.cf there: smtp_sasl_security_options =
    After a postfix reload my mails are being delivered via dyndns again.
    Cheers!

Maybe you are looking for

  • Problem in opening Query

    Hi all, I need to create a workbook on a query, Am facing problem in opening the query, when i try to open a query in analyzer/ RSRT  it starts processing & continues till 1 hour or more & finally message "Time limit Exceeded" pops up. i tried openin

  • Create an HTML form

    This question was posted in response to the following article: http://help.adobe.com/en_US/dreamweaver/cs/using/WSE27BE211-43F0-4b43-95C1-3D4EB7A8A98E.ht ml

  • HSL Tuner not working Premiere Elements 11

    Hello... After dropping the HSL Tuner onto the selected video clip nothing happens.  If I try to click on hue, saturation or luminance I get no response.  No slidebar - no options whatsoever.  I need to desaturate one color in the video without alter

  • Where is the toggle for company/individual?

    When I enter a contact on Apple mail, there is a toggle check box for individual or company. If it is a company, then it is listed under the company's name, and if it is an individual, it is listed under the person's name. However, I cannot find this

  • Xcopy in java?!

    Dear all, I wonder if there is a simple way in java 1.4 to perform a xcopy (copying all files in one directory and its subdirectories to another directory). Thank you very much! Matthias