Networking Forums

Networking Forums > Computer Networking > Windows Networking > Share data between Workgroup/Domain

Reply
Thread Tools Display Modes

Share data between Workgroup/Domain

 
 
Edwin V.
Guest
Posts: n/a

 
      03-29-2005, 04:43 PM
I need to share data (html) between a Windows Workgroup and a Domain through
a Stand-a-lone Windows 2003 Server running IIS with dual NIC's.



My Workgroup users will be copying (html) files to a shared folder on the
IIS server where my selected users on the Domain can access through (http).
Note: My Domain users that need to access this info are in a separate
building on my 12 network. I have 2 NIC's in this server. First NIC has a
(10.0.0.X) address going to the Workgroup. Second NIC has a static IP
address (10.10.50.X) and is connected directly to my switch, which is my 50
network.



I can ping (10.10.50.X) when the (10.0.0.X) is disabled. As soon as I enable
the (10.0.0.X) NIC, I stop pinging. Which means I cannot access (http)
files?



I had this scenario working from my 12 network to my 13 network when I was
testing it. Now that I moved my 2003 server to the 50 network, I can't even
ping it, except when I disable the (10.0.0.X) NIC.



Is this something to do with Dual Homing that I'm missing?



Any ideas on what could be causing this issue or what I can try would be
greatly appreciated.


 
Reply With Quote
 
 
 
 
Phillip Windell
Guest
Posts: n/a

 
      03-29-2005, 07:12 PM
Forget Dual Homing.

Use one Nic in the Server.

Use a regular LAN Router between the network segments. If you need security
between the segments then use ACLs on the router. A simple LAN router can
be built from and old worn out NT4.0 Workstation box if you have to,...or a
Linux box if you are up to dealing with Linux.

--

Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com


"Edwin V." <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I need to share data (html) between a Windows Workgroup and a Domain

through
> a Stand-a-lone Windows 2003 Server running IIS with dual NIC's.
>
>
>
> My Workgroup users will be copying (html) files to a shared folder on the
> IIS server where my selected users on the Domain can access through

(http).
> Note: My Domain users that need to access this info are in a separate
> building on my 12 network. I have 2 NIC's in this server. First NIC has a
> (10.0.0.X) address going to the Workgroup. Second NIC has a static IP
> address (10.10.50.X) and is connected directly to my switch, which is my

50
> network.
>
>
>
> I can ping (10.10.50.X) when the (10.0.0.X) is disabled. As soon as I

enable
> the (10.0.0.X) NIC, I stop pinging. Which means I cannot access (http)
> files?
>
>
>
> I had this scenario working from my 12 network to my 13 network when I was
> testing it. Now that I moved my 2003 server to the 50 network, I can't

even
> ping it, except when I disable the (10.0.0.X) NIC.
>
>
>
> Is this something to do with Dual Homing that I'm missing?
>
>
>
> Any ideas on what could be causing this issue or what I can try would be
> greatly appreciated.
>
>



 
Reply With Quote
 
Edwin V.
Guest
Posts: n/a

 
      03-29-2005, 07:42 PM
Does it have to be an NT4.0 or can I use a W2K Server as the router?

"Phillip Windell" <@.> wrote in message
news:(E-Mail Removed)...
> Forget Dual Homing.
>
> Use one Nic in the Server.
>
> Use a regular LAN Router between the network segments. If you need

security
> between the segments then use ACLs on the router. A simple LAN router can
> be built from and old worn out NT4.0 Workstation box if you have to,...or

a
> Linux box if you are up to dealing with Linux.
>
> --
>
> Phillip Windell [MCP, MVP, CCNA]
> www.wandtv.com
>
>
> "Edwin V." <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > I need to share data (html) between a Windows Workgroup and a Domain

> through
> > a Stand-a-lone Windows 2003 Server running IIS with dual NIC's.
> >
> >
> >
> > My Workgroup users will be copying (html) files to a shared folder on

the
> > IIS server where my selected users on the Domain can access through

> (http).
> > Note: My Domain users that need to access this info are in a separate
> > building on my 12 network. I have 2 NIC's in this server. First NIC has

a
> > (10.0.0.X) address going to the Workgroup. Second NIC has a static IP
> > address (10.10.50.X) and is connected directly to my switch, which is my

> 50
> > network.
> >
> >
> >
> > I can ping (10.10.50.X) when the (10.0.0.X) is disabled. As soon as I

> enable
> > the (10.0.0.X) NIC, I stop pinging. Which means I cannot access (http)
> > files?
> >
> >
> >
> > I had this scenario working from my 12 network to my 13 network when I

was
> > testing it. Now that I moved my 2003 server to the 50 network, I can't

> even
> > ping it, except when I disable the (10.0.0.X) NIC.
> >
> >
> >
> > Is this something to do with Dual Homing that I'm missing?
> >
> >
> >
> > Any ideas on what could be causing this issue or what I can try would be
> > greatly appreciated.
> >
> >

>
>



 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      03-29-2005, 08:55 PM
Yes using W2K Server with RRAS would work, but that would be an expensive
router,..unless it was already in place for other reasons,...but then you
have to worry about the negative effects if it isn't multi-homed properly.
You'd find yourself back to the same hassles you are having now, only with a
different machine.

--

Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com


"Edwin V." <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Does it have to be an NT4.0 or can I use a W2K Server as the router?
>
> "Phillip Windell" <@.> wrote in message
> news:(E-Mail Removed)...
> > Forget Dual Homing.
> >
> > Use one Nic in the Server.
> >
> > Use a regular LAN Router between the network segments. If you need

> security
> > between the segments then use ACLs on the router. A simple LAN router

can
> > be built from and old worn out NT4.0 Workstation box if you have

to,...or
> a
> > Linux box if you are up to dealing with Linux.
> >
> > --
> >
> > Phillip Windell [MCP, MVP, CCNA]
> > www.wandtv.com
> >
> >
> > "Edwin V." <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > I need to share data (html) between a Windows Workgroup and a Domain

> > through
> > > a Stand-a-lone Windows 2003 Server running IIS with dual NIC's.
> > >
> > >
> > >
> > > My Workgroup users will be copying (html) files to a shared folder on

> the
> > > IIS server where my selected users on the Domain can access through

> > (http).
> > > Note: My Domain users that need to access this info are in a separate
> > > building on my 12 network. I have 2 NIC's in this server. First NIC

has
> a
> > > (10.0.0.X) address going to the Workgroup. Second NIC has a static IP
> > > address (10.10.50.X) and is connected directly to my switch, which is

my
> > 50
> > > network.
> > >
> > >
> > >
> > > I can ping (10.10.50.X) when the (10.0.0.X) is disabled. As soon as I

> > enable
> > > the (10.0.0.X) NIC, I stop pinging. Which means I cannot access (http)
> > > files?
> > >
> > >
> > >
> > > I had this scenario working from my 12 network to my 13 network when I

> was
> > > testing it. Now that I moved my 2003 server to the 50 network, I can't

> > even
> > > ping it, except when I disable the (10.0.0.X) NIC.
> > >
> > >
> > >
> > > Is this something to do with Dual Homing that I'm missing?
> > >
> > >
> > >
> > > Any ideas on what could be causing this issue or what I can try would

be
> > > greatly appreciated.
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
W2K8 in Workgroup and share Alfred Windows Networking 2 06-24-2009 11:58 AM
share permission in a workgroup =?Utf-8?B?U3Vubnk3MjAw?= Windows Networking 1 03-13-2005 02:04 PM
Folder Share in Workgroup Bill Windows Networking 5 02-02-2005 02:38 PM
share data through modem adeel Windows Networking 0 12-12-2003 01:07 PM
How to connect two PCs to share data Jason Lawrence Windows Networking 1 10-23-2003 04:20 PM



1 2 3 4 5 6 7 8 9 10 11