Dnia 20-03-2006 o 05:54:56 JM <jerome GMANMI.TV> napisaĆ:
> Hi All,
>
> Im trying to bind 2 IPs (1 private and 1 public), but
for some reason
> it wont
> work..
>
> ns_param address $address
>
> what IP will I place here? or do i have to place both?
You will need to:
ns_section "ns/server/$server/modules"
ns_param "nssock0"
"nssock.so"
ns_param "nssock1"
"nssock.so"
ns_section
"ns/server/$server/module/nssock0"
ns_param "Port"
"80"
ns_param "Hostname"
"www.public.dns.name"
ns_param "Address"
"62.1.2.3"
ns_section
"ns/server/$server/module/nssock1"
ns_param "Port"
"80"
ns_param "Hostname"
"www.private.dns.name"
ns_param "Address"
"192.168.0.1"
--
Wojciech Kocjan
wojciech kocjan.org
--
AOLserver - http://www.aolserver.com/
a>
To Remove yourself from this list, simply send an email to
<listserv listserv.aol.com> with the
body of "SIGNOFF AOLSERVER" in the email
message. You can leave the Subject: field of your email
blank.
|