Nice.  I do the port forwarding too so I don't have to run ADS as root.
Right now I create a apacheds_default init script copy that does not require
the additional instance parameter and use that as the init script which I
setup using either update-rc.d for deb systems or chkconfig for rpm based
systems.

It would be nice to have these example NAT scripts and other associated
recipies on our site.

Cheers,
Alex

On Thu, May 22, 2008 at 10:51 AM, Jeroen Vriesman <[EMAIL PROTECTED]>
wrote:

> Hi,
>
> I use the following two lines in /etc/rc.local
>
> /etc/init.d/apacheds start default
> /usr/local/scripts/ipt_dnat
>
> where ipt_dnat is:
>
> #!/bin/sh
> iptables -t nat -F
> iptables -t nat -A PREROUTING -i eth0 -d 192.168.203.250 -p tcp --dport
> 389 -j REDIRECT --to-port 10389
> iptables -t nat -A PREROUTING -i eth0 -d 192.168.203.250 -p tcp --dport 88
> -j REDIRECT --to-port 10088
>
> the apacheds script is attached, but you probably already have it.
>
> by the way, this doesn't stop the service at system shutdown
>
>
> On Thu, May 22, 2008 at 4:20 PM, Pierre Smits <[EMAIL PROTECTED]>
> wrote:
>
>> Does anyone know how to set up apacheDS 1.5.2 as a service in Linux?
>>
>
>

Reply via email to