We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
| Subject: |
|
NAT on Panther Server with PPPoE |
| Date: |
|
2007-03-10 18:12:43 |
| From: |
|
kornnutt73
|
Response to: NAT on Panther Server with PPPoE
|
|
This was a huge help for me and anyone needing to do something on osx server that Apple leaves out. Thanks for the help.
FYI. There is a way to keep Server Admin from overwriting changes made to any config file via the CLI.
After editing and saving the file run this command on the file.
chflags uchg "filenane"
This locks the file from being edited by even thr root user.
To unlock the file run this
chflags nouchg "filename"
|