Questions tagged [osx-server]

Mac OS X Server was an almost identical version of Mac OS X in terms of capability but adds many more features to support Mac, Windows and Linux clients. In Lion, Server can be installed additionally, not requiring a separate Operating System.

Mac OS X Server was an almost identical version of Mac OS X in terms of capability but adds many more features to support Mac, Windows and Linux clients.

In Lion, OS X Server additions can be installed and don't require setting up a separate Operating System.

Apple's Web Page for OS X Server

102 questions
42
votes
4 answers

How do I stop httpd running under Mac OS X (10.11) El Capitan Server?

I am using OS X El Capitan with the Server (app) configured to allow me VPN access to my home network. Unfortunately, the Server app has decided to start a bunch of httpd processes, which are now listening on ports 80, 443 and others, even though…
Chris
  • 1,268
11
votes
10 answers

Can't resolve localhost on Mac OS X Server

I have a server running OS X Server 10.5 and it can't resolve localhost to 127.0.0.1. When I try ping this is what happens: > ping localhost ping: cannot resolve localhost: Unknown host SSH and web browsers get similar results (uknown host). If I…
iainbeeston
  • 211
  • 1
  • 2
  • 5
11
votes
3 answers

How do you enable syslogd to accept incoming connections on Snow Leopard from remote loggers?

How do I get syslogd to accept incoming connections from remote hosts on Snow Leopard? I'd like to centralize logging such that various devices and systems send logs to Snow Leopard's syslogd, which normally hangs out on UDP 514. However, I'm…
Emmel
  • 351
10
votes
1 answer

Mac OS X 10.8 VPN Server: Bypass VPN for LAN traffic (routing LAN traffic to secondary connection)

I have somewhat of an odd setup for a VPN server with OS X Mountain Lion. It's essentially being used as a bridge to bypass my company's firewall to our extranet connection - certain things our team needs to do require unfettered access to the…
Brovaccie
  • 119
9
votes
1 answer

Setting and enforcing password policies and across a network of Macs

I have been looking at ways of essentially having a domain environment for an office of about 15 Macs which can be used to enforce password changes, a minimum level of password strength and even encryption of the user directories etc. Ideally this…
Richard
  • 131
  • 1
  • 4
6
votes
2 answers

com.apple.emond keeps getting restarted

My system log tells me that the Event Monitor is constantly getting restarted and I have no clue what the actual problem might be. system.log: Oct 19 21:03:44 funkymachinename emond[51201]: SetUpLogs: uid = 0 gid = 0 Oct 19 21:03:44 funkymachinename…
Till
  • 161
6
votes
2 answers

Is there the command in Mac OS X(10.8) equivalent to 'iptables'?

I want to reject some traffic in Mac OS X 10.8(Server) like using: iptables -t filter -I INPUT 4 -s xxx.xxx.xxx.0/20 -p tcp --dport 1723 -j REJECT Is there the equivalent command for Mac OS X?
6
votes
1 answer

Mac - Run java program at launch

I want to launch a java program (server program) at computer startup. I can run it from the command line perfectly. I created /Library/Server/startFS.sh. The file is executable by root and contains: cd /Library/Server/FiloSync /usr/bin/java -jar…
emd
  • 163
  • 1
  • 4
5
votes
1 answer

How do I connect Android 4.2 VPN to OS X Server VPN (L2TP)?

I have a Mac mini running OS X 10.8.2 with the OS X Server 2.2.1 from the app store, and I have set up the VPN using L2TP in the Server.app interface. I have tested this VPN connection using a Macbook, which works, but I can't figure out how to get…
nerdherd
  • 306
4
votes
1 answer

Connect to external drive wirelessly, securely, and easily

I'm moving from using a laptop as my sole computer (MBP, early 2011) to having two active computers (the MBP and an iMac). Instead of keeping all my data on my MBP, I'd like it all on an external drive that: I can access wirelessly in my home, or…
Rogare
  • 111
4
votes
1 answer

How do I automatically share external USB drives over the network?

I used to have an old G5 tower running OS X 10.5 (Leopard) which I was using as a fileserver. In this tower I had a USB dock connected where I could plug in 2.5 inch drives from my archive and then access them over the network by connecting to the…
4
votes
2 answers

How to install Mac OS X Snow Leopard server on any virtual machine with DMG?

I'm trying to install Mac OS X Snow Leopard Server on VirtualBox. I know this is duplicated question, however another questions have no fine answer. I'm trying to install on VirtualBox on iMac. So this is pretty legal. But the problem is I want to…
Eonil
  • 6,094
4
votes
2 answers

Automatically reboot OS X after crash

I have an off-site server, which I can get to physically if I drive to the office, but ash been having some stability issues lately. So I dont have to wait until Monday to reboot the server, is there a way to have the server reboot automatically if…
3
votes
1 answer

Is it possible to add markdown to the OS X Server blog editor?

I recently installed OS X Server and have enabled the wiki/blog functionality. Is it possible to add markdown to the blog editor? If not, is there software that integrated with the blog functionality and provides a markdown editor as part of a…
Sam Axe
  • 490
3
votes
1 answer

Roaming profiles on OS X 10.7 Lion Server

Is there a way to store user data like documents folder deskstop folder pictures etc on the server? If not how can a user access their files from a different computer on the network?
1
2 3 4 5 6 7