The Macintosh or Mac is a series of several lines of personal computers designed, developed, and marketed by Apple Inc.
Questions tagged [mac]
722 questions
2
votes
1 answer
Converting iptables command to ipfw
I am trying to convert code I made on ubuntu work with osx.
I do not know how to convert the iptables commands to ipfw commands.
Any help would be appreciated.
Ubuntu Code:
echo 1 > /proc/sys/net/ipv4/ip_forward
iptables -t nat -A POSTROUTING -o…

Quintin
- 35
- 1
- 3
2
votes
2 answers
Unable to install Valgrind to OS X
I downloaded the newest Valgrind and extracted it.
I run
./configure --prefix=/usr/local/valgrind
make
which gives me
make: *** No targets specified and no makefile found. Stop.
I run
make install
It gives me
make: Nothing to be done for…

Léo Léopold Hertz 준영
- 809
- 6
- 22
- 43
2
votes
1 answer
How to install a replacement SSL certificate on a Mac OS X server?
We have a Mac OS X server with an expiring certificate. We have renewed the certificate with the CA, generated a new CSR (using openssl on the command line) and have imported the new certificate successfully. The server admin certificates menu…

moshen
- 1,534
- 1
- 9
- 13
2
votes
3 answers
How to configure a CISCO ASA to support the OS X VPN Client
Given that OS X now supports (natively) CISCO IPSec VPN connections I am wondering what the requirements for the VPN configuration are on the remote end?
I have evaluated a number of CISCO devices (in the smaller range, such as the ASA 5505 routers,…

Matthew Savage
- 528
- 1
- 7
- 18
2
votes
1 answer
Mac clients intermittently wait minutes to connect to SMB shares
My Mac OS X (10.6 & 10.7) clients all intermittently but frequently experience extremely slow connection times to my Windows 2008R2 shares. From the Go To Server menu, they can enter an smb:// path either in FQDN or IP and connect, but encounter a…

Josh
- 21
- 1
2
votes
0 answers
The holy trinity of Exchange, Sharepoint, and.... Macs :(
We have some Public Folders containing Calendars, that were originally set up using Kerio. We've since migrated to Exchange (2010 SP1), and are in the process of recreating some of the systems we had in place. For the most part, we're flexible, and…

Ixobelle
- 137
- 8
2
votes
2 answers
Why would VNC view on mac OSX hang after accepting password?
I'm trying to VNC into a Mac OSX machine. I can ssh in fine. I am also running this VNC connection over an SSH tunnel, however it worked fine yesterday.
I'm trying
$ vncviewer 127.0.0.1::13458
and it connects and gives the following…

Amandasaurus
- 31,471
- 65
- 192
- 253
2
votes
2 answers
exclude ip from vpn
I have a mac running a parallels virtual machine with ubunutu server and a webserver installed. I can ssh to it and navigate to the web server in the virtual machine from the mac. Once I connect to my VPN at work I can't reach the virtual machine…

puppybits
- 145
- 4
2
votes
2 answers
ssh login with putty key from mac
I am trying to login to a server from a Mac with a key I made with putty (Win). The output, some of which is shown below looks like it is trying , but I dont have a passphrase, so I just hit enter when the dialo box comes up, so I dont know how to…

mike628
- 309
- 2
- 5
- 10
2
votes
3 answers
Odd request. iMac physical machine, want to bootcamp to windows native, then run mac os X in VM
I think the subject says it all, but I couldn't find any info quite fitting my desire anywhere. It's hard to search for this and not get tons of articles involving hackintoshes or running a VM on mac.
I want to boot natively into Windows XP (that's…

Matt Dawdy
- 429
- 1
- 9
- 19
2
votes
1 answer
Linux SSH Config Alias Permission Denied (publickey)
I have an AWS linux instance running that I'm trying to SSH into. When I type in the manual command (using mac, terminal):
ssh -i ~/.ssh/PEM.pem root@IPADDRESS
it works fine, but when I try to give that an alias in the config file in my SSH colder,…
Caleb
2
votes
5 answers
Monitoring network latency
We're having some network issues but were not sure when or where the problem is most affecting users, I'd like to ping a bunch of URLs every few minutes and graph the results.
Is there a simple package to do this on Mac?

Tom
- 766
- 3
- 9
- 24
2
votes
4 answers
openVPN Mac(Tunnelblick) all traffic over VPN
The problem is that we want to use openVPN here as default VPN Server. Now we have the same problem like everytime. On Windows all works fine but on Mac we have problems with the routing.
When you are logged on to the network all your internet…

René Höhle
- 1,438
- 3
- 17
- 26
2
votes
1 answer
Does Apple's Remote Desktop need OSX Server?
Does Apple's Remote Desktop need OSX Server? Or are there better management options out there? I'm looking for something to manage a small Mac lab of ~20 machines joined to Active Directory.

user65712
- 387
- 1
- 8
- 17
2
votes
3 answers
DELL switch 6248 port and mac mapping using SNMP
I have a Dell 6248 switch. I connect some of my servers to it and want to know which server nic connected to which switch port. I try using snmpwalk to get this information, but I just can get mac/ip mapping of my server nic from switch, I still…

Brad
- 21
- 1
- 2