Forum Replies Created

Viewing 15 posts - 31 through 45 (of 157 total)
  • Author
    Posts
  • in reply to: setting up os x server as a proxy server #372962
    khiltd
    Participant

    Then you want to be a gateway, not a proxy.

    in reply to: setting up os x server as a proxy server #372956
    khiltd
    Participant

    What kind of proxy? HTTP?

    in reply to: Classified posts allowed? #372926
    khiltd
    Participant

    There are “Misc” and “Open Mike” forums that would probably be more appropriate than the Q/A forum.

    in reply to: PackageMaker File Mode #372909
    khiltd
    Participant

    Tiger’s version was slightly less buggy, and then there’s Iceberg. Otherwise you’ll have to do it on the command line sans project file.

    in reply to: PackageMaker File Mode #372903
    khiltd
    Participant

    Leopard’s PackageMaker spontaneously changes your project’s settings without reason or warning on a fairly regular basis. Nobody at Apple has offered a solution more helpful than “file a bug” that I’m aware of, but you can check the mailing list.

    in reply to: getting Domain name to point to server #372900
    khiltd
    Participant

    Did you create an A record for domain.com or just NS records?

    in reply to: OS X Network Support Job/Service #372899
    khiltd
    Participant

    I’m not sure this belongs here, but good luck.

    in reply to: Address not found on www #372898
    khiltd
    Participant

    Typically you’d setup a single A record and then create multiple CNAME records for its aliases.

    in reply to: Address not found on www #372890
    khiltd
    Participant

    Any name you want to resolve needs to have a DNS record, yes.

    in reply to: Mac Desktop DNS hacked? #372830
    khiltd
    Participant

    [QUOTE][u]Quote by: MacDave[/u][p]Thanks so much – that post was really helpful, and the DNS trojan you mentioned seems to be exactly what happened. I found this article on it:

    http://ithreats.wordpress.com/2008/01/11/analysis-of-osx-trojan-dns-changer/

    which goes into some detail about exactly what it does.[/p][/QUOTE]

    That would be the original version which requires quite a bit of user assistance in order to elevate an installer script’s permissions. The hole I found requires no elevation whatsoever so long as it is run under an admin account.

    in reply to: Mac Desktop DNS hacked? #372824
    khiltd
    Participant

    I can’t say that this is what’s to blame in your case, but I found and documented a fairly serious security hole in Leopard that allows pretty much anybody in the world to muck around with your network settings without so much as an authentication dialog:

    [url]https://www.afp548.com/forum/viewtopic.php?showtopic=18982[/url]

    The response I got from Apple was something along the lines of “so what.”

    I’d grep for those IPs, strip them out of whatever files you find them in and make sure you keep your network settings locked. If they turn up again then it’s obviously another issue.

    [url=http://www.khiltd.com/Downloads/Consultant’sCanary.zip]This script[/url] will catalog much of the third-party software installed on the machine and may turn up something suspicious, but if it really is a trojan of some sort odds are good the developer spoofed the Info.plist file to make it look like it came from Apple. If that’s the case it won’t find anything useful, but might be worth a shot anyway.

    It’s pre-compiled Python so you’ll need to invoke it as follows:

    [code]python cc.pyo [/code]

    in reply to: Misreported Folder Sizes #372804
    khiltd
    Participant

    Sounds like filesystem corruption to me.

    in reply to: Leopard Server – Certificate Assistant #372790
    khiltd
    Participant

    Certificate Assistant is incredibly buggy, and even when you do everything right it will frequently fail to generate anything useful and leave a bunch of hung orphan processes laying around you either have to find and clean up or restart the entire machine before it will let you try again. It’s much easier to simply use openssl directly:

    [code]openssl genrsa -des3 -out ca.key 2048

    openssl req -new -x509 -days 365 -key ca.key -out ca.crt[/code]

    in reply to: Enabling Java #372780
    khiltd
    Participant

    Tomcat is for serving JSP content. You probably shouldn’t worry about it.

    in reply to: DNS A record changes suddenly #372777
    khiltd
    Participant

    I’m sure that somebody here has some experience with Windows 2003’s DNS server, but you would probably have better luck elsewhere since this really doesn’t seem to be a Mac issue at all.

Viewing 15 posts - 31 through 45 (of 157 total)