Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2001 13:10:15 +0200
From:      "Murat SULUHAN" <murat.suluhan@tesam.com.tr>
To:        "Freebsd-Questions" <freebsd-questions@freebsd.org>
Subject:   hard problem
Message-ID:  <NEBBKCBJALGONAJFPFDJIECACGAA.murat.suluhan@tesam.com.tr>

next in thread | raw e-mail | index | archive | help
Hi all,

I have a W2K Terminal Server (Its name is appsrvr), and it is behind the
FreeBSD based IPFW+NATD+DNS server. This server has a single internal
private ip (10.100.100.80) and  our clients want to access this server via
their www brosers.

I define these records in the DNS zone files,

// ------ db.10.100.100 file
80      IN      PTR             appsrvr


// ------ db.mydomain.com.tr file
appsrvr                 IN      A       195.x.y.34

// ------ db.195.x.y  file
34      IN      PTR     appsrvr


and

I create a rule with ipfw "ipfw fwd 10.100.100.80 ip from a.b.c.d to
appsrvr.tesam.com.tr" but ipfw change this rule into the  "00800 fwd
10.100.100.80 ip from 0.0.0.0 to 10.100.100.80", I think this rule doesn't
works, so although our clients try to connect W2K;
But some errors occured
. some browsers wants to connect 10.100.100.80, I think this is dns refresh
problem
. some browsers wants to connect 195.x.y.34, but no page to displayed

So,  how our clients can connect this W2K Terminal Server
--------------------------------
|
| Murat SULUHAN
| TE.SA.M. T.U.R.K. / GLOBALSTAR
|
--------------------------------




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NEBBKCBJALGONAJFPFDJIECACGAA.murat.suluhan>