Koozali.org: home of the SME Server

.mac Do It Your Self

Offline hardijs

  • ***
  • 77
  • +0/-0
Re: DNS Configuration
« Reply #15 on: January 16, 2007, 09:55:13 PM »
Quote from: "kingjm"
I want to change www.mac.com to a local ibay

I tried to change this under the Domain tab in the server-manager and resolve locally but this is not working at present

When I ping from the sme box it shows that it is pinging locally but on a computer behind the sme box it still goes to the apple site



What's in the "DNS Servers" line ? (System preferences -> Network -> TCP-IP for the active interface)
The mac has a habbit to resolve dns names from the root unless you have an explicit domain name server in that line or the dhcp server has provided one - so yes - if sme has been THE dhcp server for the mac then it should be the one that resolves the names.
Also it may be that the .mac name/ip is hardwired in a way somewhere (I doubt that)

The best place to look for this type of q is at http://www.macosxhints.com - I do remember there was a discussion re this and there was a working solution (though years ago)

Offline KaiNeR

  • ***
  • 122
  • +0/-0
    • http://www.fire-blade.co.uk
.mac Do It Your Self
« Reply #16 on: June 08, 2007, 05:49:45 AM »
is this working yet ?
KaiNeR  :pint: ......

Offline kingjm

  • **
  • 55
  • +0/-0
    • www.iking.ca
Working
« Reply #17 on: June 11, 2007, 11:14:14 PM »
No I have given up on making all of it work. I you can follow through the note s that I have above you can continue on.  PLEASE DO... and put any other information that you have found into solving the mystery.

Offline KaiNeR

  • ***
  • 122
  • +0/-0
    • http://www.fire-blade.co.uk
.mac Do It Your Self
« Reply #18 on: June 12, 2007, 12:14:12 AM »
I will one day when i get more of an understanding of sme and the other packages involved.

where's all your determination gone ?  

I see you already know your way round sme and seeing you give up make's me wonder if it is possible on sme.

It would be a bloody good contrib, just keep at it, hacking away i'll help test or what ever but i aint a programmer or anything.


Could you at least edit your first post or create a new post with all the procedures in one post instead of them being in several replies, just to keep it all together.
KaiNeR  :pint: ......

ChtiRabbit

.mac Do It Your Self
« Reply #19 on: July 09, 2007, 12:11:14 PM »
Hello everyone,
I have a problem to use the contrib mod_dav, I installed it well with:
yum install smeserver-mod_dav --enablerepo=smedev

In the httpd.conf, I have well:
LoadModule dav_module modules/mod_dav.so
All is ok.

When I want to apply mod_dav to a ibay:
<Directory /home/e-smith/files/ibays/webdav/html>
   Dav On
</Directory>
After that apache is broken. I however tested the contrib subversion (which uses mod_dav): read/write works fine.
But to make a simple sharing calendar, I prefer to use mod_dav alone.
Somebody can help me to configure httpd.conf to add mod_dav to ibay on sme7.1.3?