| |
|

|
|

|
|
User Controls
|
|
New User
|
|
Login
|
|
Edit/View My Profile
|
|

|
|

|
|

|
|
Active Network
|
|
ActiveMac
|
|
ActiveWin
|
|
ActiveXbox
|
|
DirectX
|
|
Downloads
|
|
FAQs
|
|
Interviews
|
|
MS Games & Hardware
|
|
Reviews
|
|
Rocky Bytes
|
|
Support Center
|
|
TopTechTips
|
|
Windows 2000
|
|
Windows Me
|
|
Windows Server 2003
|
|
Windows Vista
|
|
Windows XP
|
|

|
|

|
|

|
|
News Centers
|
|
Windows/Microsoft
|
|
Apple/Mac
|
|
Xbox/Xbox 360
|
|
News Search
|
|
XML/RSS Newsfeeds
|
|
Pocket PC Site
|
|

|
|

|
|

|
|
FAQ's
|
|
Windows Vista
|
|
Windows 98/98 SE
|
|
Windows 2000
|
|
Windows Me
|
|
Windows Server 2003
|
|
Windows XP
|
|
Windows 7
|
|
Windows 8
|
|
Internet Explorer 6
|
|
Internet Explorer 5
|
|
Xbox 360
|
|
Xbox
|
|
DirectX
|
|
DVD's
|
|

|
|

|
|

|
|
Latest Reviews
|
|
Xbox/Games
|
|
Fable 2
|
|

|
|
Applications
|
|
Windows Server 2008 R2
|
|
Windows 7
|
|
Adobe CS5 Master Collection
|
|

|
|
Hardware
|
|
Microsoft Express Mouse
|
|

|
|

|
|

|
|
Latest Interviews
|
|
Mike Swanson
|
|

|
|

|
|

|
|
Site News/Info
|
|
About This Site
|
|
Advertise
|
|
Affiliates
|
|
Contact Us
|
|
Default Home Page
|
|
Link To Us
|
Recommended Links:
Play your favourite online pokies and take what you win fast at the same day withdrawal online casinos in Australia.
Now, you can buy real Instagram followers.
AWBridal Highly Recommend Wedding & Bridesmaid Dress Online Store
light tower
buy arabic Twitter follower
buy spotify real followers
A great website to buy Facebook followers from is BRSM. They have a great track record!
the Binary Option Robot
Get Windows Tablet & Phones at DHgate.com


|
|
 |
|
|
#1 By
125 (216.232.67.238)
at
Wednesday, February 12, 2003 04:32:18 AM
|
|
Since you have AD setup on the Win2K server you have a local dns server on the box. Try the following steps.
Hard code the ip configuration of the server to be the following:
ip: 192.168.0.x
subnet: 255.255.255.0
gateway 192.168.0.1
dns1: 192.168.0.1
wins1: <serverip>
Hard code the ip configuration of the laptop and mac to be the following:
ip: 192.168.0.x
subnet: 255.255.255.0
gateway 192.168.0.1
dns1: <serversip>
wins1: <serverip>
Open Start -> Control Panel -> Administrative Tools -> DNS on the Win2K box, right click on the domain name (in forward lookups), click Properties. On the forwarding tab setup the server to forward other requests to the router (192.168.0.1), and delete any existing forwarding root servers. This should allow the server to respond with any addresses it knows, and pass on the request for any it doesn't.
If you have problems, export the DNS config from the Win2K box and email it to me. Start -> Control Panel -> Administrative Tools -> DNS, right click on the domain name (in forward lookups) and click Export List (save it as a tab deliminated file).
I'm not sure if the Dlink router supports this configuration (acting as a gateway for dns forwarding), but my Linksys one at home is comparable and does, so you might as well give it a try (I have two WinXP workstations, a Win2K server, a WinXP laptop, a Solaris UltraSPARC, a Linux box, a FreeBSD machine, and an OpenVMS system all happily communicating in this manner).
Let me know if you have any problems.
Andrew Storrs
astorrs@acsconsulting.ca
|
|
#2 By
125 (216.232.67.238)
at
Wednesday, February 12, 2003 04:32:40 AM
|
[Arial]Nasty error encountered when I posted as follows... [/Arial]
[CourierNew]Server Error in '/' Application.
--------------------------------------------------------------------------------
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>
Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
<!-- Web.Config Configuration File -->
<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
[/CourierNew]
This post was last edited by astorrs on Wednesday, February 12, 2003 4:35:38 AM.
|
|
#3 By
125 (216.232.67.238)
at
Wednesday, February 12, 2003 04:32:53 AM
|
Yet another one....
This post was last edited by astorrs on Wednesday, February 12, 2003 4:33:50 AM.
|
|
|
 |
|