Tagged Questions
0
votes
0answers
39 views
Configuring syslogd to accept remote connections on OS X Mountain Lion and assign them a category
From another thread here on Stack Exchange, I have discovered that it's pretty easy to enable syslogd on Lion or Mountain Lion to accept incoming connections.
cd /System/Library/LaunchDaemons
sudo ...
1
vote
1answer
68 views
Connect to a Windows Server 2012 share from OS X Mountain Lion
I'm having problems connecting to a Windows Server 2012 share from my iMac.
I'm connected to the server via VPN, which seems to be working:
Now when I try to connect to the share by typing ...
1
vote
0answers
242 views
OSX 10.8.3 slow SMB file access - especially over VPN
Possible same issue here: slow SMB transfers from Mountain Lion over VPN to Windows Server with no answer.
On the local LAN SMB file browsing is OK. It's slower than a Windows client, but ...
0
votes
0answers
152 views
Need a way to force an application to use a specific network interface in OS X (10.8)?
Scenario:
I have an HTPC computer that functions as both a server and client for the Plex Home Theater (fork of XBMC) suite (www.plexapp.com). There are 2 pieces of software for Plex: The player ...
1
vote
0answers
68 views
Is it possible to automate creation of an ad-hoc network and/or changing network location on OSX?
I use TouchOSC often and when I do I need to create an ad-hoc network between my iPad and Macbook Pro.
For the convenience of not having to go into settings in the OSC clients and changing IP ...
0
votes
1answer
390 views
Mac OS X Mountain Lion can't ping/telnet localhost. Point to a wrong public IP
I've been developing Node.js apps on my localhost on port 1337 for last two years with no problem as shown below.
$ node app
App started on port 1337
Today I wanted to test how things go with ...
1
vote
0answers
330 views
Problems with network connection mac os x mountain lion
I'm having issues with my wireless network connection on my macbook pro 10.8.2
I thought it might be airport/hardware issues but it's not.
At the moment I'm using a wireless usb adapter (Realtek ...
10
votes
1answer
1k views
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 ...
3
votes
1answer
958 views
How do you get loopback addresses other than 127.0.0.1 to work on OS X
According to everything I read, the entire 127.x.x.x subnet should loopback.
However, on my Mac, I can only ping 127.0.0.1
I know I've done this before (though possibly on another OS) and has come ...
1
vote
1answer
494 views
Mac updated to OSX 10.8 is causing Windows network account lockout
I updated my Mac to OSX 10.8 and now every time I try to login to my work network (a windows network) it locks my account. Each time, my sysadmin unlocks my account and I am able to successfully login ...
4
votes
4answers
2k views
How to prevent password popup everytime for changing network configuration in OS X Mountain Lion?
I have a few network scripts that I used under OS X Lion that automatically created a ssh connection and then changed network configuration on my local machine to run traffic through the ssh tunnel. ...