I'm trying to connect a copier/printer to my network. The copier is shared
between two businesses, two networks. I have the copier connected into a
hub/switch, then into my network switch. The connection to the other biz
network works fine - they already had the copier hooked up to their network
and adding the shared hub/switch didn't alter anything.

My network is set up with a router and two nics. The internal nic is at IP
10.0.0.2 so all of the network devices and clients on my network are using
10.0.0.x. The printer I want to connect to is set to an IP of 192.168.1.99.
My question is, what do I need to do for my network to see this address. I
can't ping the address and I'm assuming there is an entry on the internal
NIC or LAT - somewhere. Should my network be able to see it automatically?
I know I'll need to create an LPR port when I try and add as a printer - but
I need to figure out why I can't see and ping the IP.

Thanks for any help.

DJ




----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= East/West-Coast Server Farms - Total Privacy via Encryption =---

Re: sbs2000 printer newbie question by Jim

Jim
Thu Oct 14 18:46:06 CDT 2004

at the server route add p ip mask sn ip

Your router is at 10.0.0.7

route add p 192.168.1.99 mask 255.255.255.255 10.0.0.7

Well I think that is the command. You can see examples when you are at
the server command prompt. Or maybe in the help section. P is for
persistent. That means when the server reboots it remembers that you
have an entry to that router for that ip.

At the server cmd type
route print
to see what is in the table now.

"SpenserJ" <spenserj87@yahoo.com> wrote:

>I'm trying to connect a copier/printer to my network. The copier is shared
>between two businesses, two networks. I have the copier connected into a
>hub/switch, then into my network switch. The connection to the other biz
>network works fine - they already had the copier hooked up to their network
>and adding the shared hub/switch didn't alter anything.
>
>My network is set up with a router and two nics. The internal nic is at IP
>10.0.0.2 so all of the network devices and clients on my network are using
>10.0.0.x. The printer I want to connect to is set to an IP of 192.168.1.99.
>My question is, what do I need to do for my network to see this address. I
>can't ping the address and I'm assuming there is an entry on the internal
>NIC or LAT - somewhere. Should my network be able to see it automatically?
>I know I'll need to create an LPR port when I try and add as a printer - but
>I need to figure out why I can't see and ping the IP.
>
>Thanks for any help.
>
>DJ
>
>
>
>
>----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
>http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
>---= East/West-Coast Server Farms - Total Privacy via Encryption =---

Jim B. SBS Community Member
remove the mvp to send email

Re: sbs2000 printer newbie question by SpenserJ

SpenserJ
Thu Oct 14 22:21:25 CDT 2004

let me be sure I understand - or that I've been clear. My configuration is
as follows:

T1 line
|
Router - 192.168.1.1 - default gateway
|
External NIC - 192.168.1.2
|
Switch
|
Internal NIC - 10.0.0.2
|
SBS2000 Server

I've got the cable going from the shared printer hub straight to the switch.
So, I'm not sure how the router comes into play since I'm connecting the
printer on this side of the external NIC and router. I followed what you
provided, but not sure what the 10.0.0.7 is supposed to mean in my
configuration.

DJ



"Jim Behning" <jimbehningmvp@atl.mindspring.com> wrote in message
news:um3um01lqa4j2cbrdqjfufr3m32i0pkso6@4ax.com...
> at the server route add p ip mask sn ip
>
> Your router is at 10.0.0.7
>
> route add p 192.168.1.99 mask 255.255.255.255 10.0.0.7
>
> Well I think that is the command. You can see examples when you are at
> the server command prompt. Or maybe in the help section. P is for
> persistent. That means when the server reboots it remembers that you
> have an entry to that router for that ip.
>
> At the server cmd type
> route print
> to see what is in the table now.
>
> "SpenserJ" <spenserj87@yahoo.com> wrote:
>
>>I'm trying to connect a copier/printer to my network. The copier is
>>shared
>>between two businesses, two networks. I have the copier connected into a
>>hub/switch, then into my network switch. The connection to the other biz
>>network works fine - they already had the copier hooked up to their
>>network
>>and adding the shared hub/switch didn't alter anything.
>>
>>My network is set up with a router and two nics. The internal nic is at
>>IP
>>10.0.0.2 so all of the network devices and clients on my network are using
>>10.0.0.x. The printer I want to connect to is set to an IP of
>>192.168.1.99.
>>My question is, what do I need to do for my network to see this address.
>>I
>>can't ping the address and I'm assuming there is an entry on the internal
>>NIC or LAT - somewhere. Should my network be able to see it
>>automatically?
>>I know I'll need to create an LPR port when I try and add as a printer -
>>but
>>I need to figure out why I can't see and ping the IP.
>>
>>Thanks for any help.
>>
>>DJ
>>
>>
>>
>>
>>----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet
>>News==----
>>http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000
>>Newsgroups
>>---= East/West-Coast Server Farms - Total Privacy via Encryption =---
>
> Jim B. SBS Community Member
> remove the mvp to send email




----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= East/West-Coast Server Farms - Total Privacy via Encryption =---

Re: sbs2000 printer newbie question by Jim

Jim
Fri Oct 15 05:49:56 CDT 2004

Now you give better details. I was assuming that the other office was
working with the same type of network as you. I do not know if the
SBS routing can allow the server to see the printer. Can you ping the
printer? If yes then try to add it at the server to see what happens.
If you can add it then share it from the server.

You could still try a router but it would require to much asci art to
illustrate. Too early in the morning.

"SpenserJ" <spenserj87@yahoo.com> wrote:

>let me be sure I understand - or that I've been clear. My configuration is
>as follows:
>
>T1 line
> |
>Router - 192.168.1.1 - default gateway
> |
>External NIC - 192.168.1.2
> |
>Switch
> |
>Internal NIC - 10.0.0.2
> |
>SBS2000 Server
>
>I've got the cable going from the shared printer hub straight to the switch.
>So, I'm not sure how the router comes into play since I'm connecting the
>printer on this side of the external NIC and router. I followed what you
>provided, but not sure what the 10.0.0.7 is supposed to mean in my
>configuration.
>
>DJ
>
>
>
>"Jim Behning" <jimbehningmvp@atl.mindspring.com> wrote in message
>news:um3um01lqa4j2cbrdqjfufr3m32i0pkso6@4ax.com...
>> at the server route add p ip mask sn ip
>>
>> Your router is at 10.0.0.7
>>
>> route add p 192.168.1.99 mask 255.255.255.255 10.0.0.7
>>
>> Well I think that is the command. You can see examples when you are at
>> the server command prompt. Or maybe in the help section. P is for
>> persistent. That means when the server reboots it remembers that you
>> have an entry to that router for that ip.
>>
>> At the server cmd type
>> route print
>> to see what is in the table now.
>>
>> "SpenserJ" <spenserj87@yahoo.com> wrote:
>>
>>>I'm trying to connect a copier/printer to my network. The copier is
>>>shared
>>>between two businesses, two networks. I have the copier connected into a
>>>hub/switch, then into my network switch. The connection to the other biz
>>>network works fine - they already had the copier hooked up to their
>>>network
>>>and adding the shared hub/switch didn't alter anything.
>>>
>>>My network is set up with a router and two nics. The internal nic is at
>>>IP
>>>10.0.0.2 so all of the network devices and clients on my network are using
>>>10.0.0.x. The printer I want to connect to is set to an IP of
>>>192.168.1.99.
>>>My question is, what do I need to do for my network to see this address.
>>>I
>>>can't ping the address and I'm assuming there is an entry on the internal
>>>NIC or LAT - somewhere. Should my network be able to see it
>>>automatically?
>>>I know I'll need to create an LPR port when I try and add as a printer -
>>>but
>>>I need to figure out why I can't see and ping the IP.
>>>
>>>Thanks for any help.
>>>
>>>DJ
>>>
>>>
>>>
>>>
>>>----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet
>>>News==----
>>>http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000
>>>Newsgroups
>>>---= East/West-Coast Server Farms - Total Privacy via Encryption =---
>>
>> Jim B. SBS Community Member
>> remove the mvp to send email
>
>
>
>
>----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
>http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
>---= East/West-Coast Server Farms - Total Privacy via Encryption =---

Jim B. SBS Community Member
remove the mvp to send email

Re: sbs2000 printer newbie question by SpenserJ

SpenserJ
Fri Oct 15 08:43:21 CDT 2004

I can't ping the copier/printer and I'm fairly certain the copier/printer
uses a fixed IP. I'm hooking directly to the network server card in the
copier - I'm not routing through the other biz server. I guess I'm thinking
that because the copier is using 192.168.1.99 and my server uses 10.0.0.x
that it is a configuration issue on my end.

DJ
"Jim Behning" <jimbehningmvp@atl.mindspring.com> wrote in message
news:qgavm0h1ulpfnjppglcvg9qkmml19c3rne@4ax.com...
> Now you give better details. I was assuming that the other office was
> working with the same type of network as you. I do not know if the
> SBS routing can allow the server to see the printer. Can you ping the
> printer? If yes then try to add it at the server to see what happens.
> If you can add it then share it from the server.
>
> You could still try a router but it would require to much asci art to
> illustrate. Too early in the morning.
>
> "SpenserJ" <spenserj87@yahoo.com> wrote:
>
>>let me be sure I understand - or that I've been clear. My configuration
>>is
>>as follows:
>>
>>T1 line
>> |
>>Router - 192.168.1.1 - default gateway
>> |
>>External NIC - 192.168.1.2
>> |
>>Switch
>> |
>>Internal NIC - 10.0.0.2
>> |
>>SBS2000 Server
>>
>>I've got the cable going from the shared printer hub straight to the
>>switch.
>>So, I'm not sure how the router comes into play since I'm connecting the
>>printer on this side of the external NIC and router. I followed what you
>>provided, but not sure what the 10.0.0.7 is supposed to mean in my
>>configuration.
>>
>>DJ
>>
>>
>>
>>"Jim Behning" <jimbehningmvp@atl.mindspring.com> wrote in message
>>news:um3um01lqa4j2cbrdqjfufr3m32i0pkso6@4ax.com...
>>> at the server route add p ip mask sn ip
>>>
>>> Your router is at 10.0.0.7
>>>
>>> route add p 192.168.1.99 mask 255.255.255.255 10.0.0.7
>>>
>>> Well I think that is the command. You can see examples when you are at
>>> the server command prompt. Or maybe in the help section. P is for
>>> persistent. That means when the server reboots it remembers that you
>>> have an entry to that router for that ip.
>>>
>>> At the server cmd type
>>> route print
>>> to see what is in the table now.
>>>
>>> "SpenserJ" <spenserj87@yahoo.com> wrote:
>>>
>>>>I'm trying to connect a copier/printer to my network. The copier is
>>>>shared
>>>>between two businesses, two networks. I have the copier connected into
>>>>a
>>>>hub/switch, then into my network switch. The connection to the other
>>>>biz
>>>>network works fine - they already had the copier hooked up to their
>>>>network
>>>>and adding the shared hub/switch didn't alter anything.
>>>>
>>>>My network is set up with a router and two nics. The internal nic is at
>>>>IP
>>>>10.0.0.2 so all of the network devices and clients on my network are
>>>>using
>>>>10.0.0.x. The printer I want to connect to is set to an IP of
>>>>192.168.1.99.
>>>>My question is, what do I need to do for my network to see this address.
>>>>I
>>>>can't ping the address and I'm assuming there is an entry on the
>>>>internal
>>>>NIC or LAT - somewhere. Should my network be able to see it
>>>>automatically?
>>>>I know I'll need to create an LPR port when I try and add as a printer -
>>>>but
>>>>I need to figure out why I can't see and ping the IP.
>>>>
>>>>Thanks for any help.
>>>>
>>>>DJ
>>>>
>>>>
>>>>
>>>>
>>>>----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet
>>>>News==----
>>>>http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000
>>>>Newsgroups
>>>>---= East/West-Coast Server Farms - Total Privacy via Encryption =---
>>>
>>> Jim B. SBS Community Member
>>> remove the mvp to send email
>>
>>
>>
>>
>>----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet
>>News==----
>>http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000
>>Newsgroups
>>---= East/West-Coast Server Farms - Total Privacy via Encryption =---
>
> Jim B. SBS Community Member
> remove the mvp to send email




----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= East/West-Coast Server Farms - Total Privacy via Encryption =---

Re: sbs2000 printer newbie question by Marina

Marina
Fri Oct 15 08:50:39 CDT 2004

Hi DJ,

I have also noticed that the printer IP is in the external IP range of your
SBS. Maybe you want to include that IP in the LAT of ISA (as default the 192
IP range should not be there for you).

--
Regards,

Marina
Microsoft SBS-MVP

"SpenserJ" <spenserj87@yahoo.com> schreef in bericht
news:416fd1ec$1_4@127.0.0.1...
> I can't ping the copier/printer and I'm fairly certain the copier/printer
> uses a fixed IP. I'm hooking directly to the network server card in the
> copier - I'm not routing through the other biz server. I guess I'm
thinking
> that because the copier is using 192.168.1.99 and my server uses 10.0.0.x
> that it is a configuration issue on my end.
>
> DJ
> "Jim Behning" <jimbehningmvp@atl.mindspring.com> wrote in message
> news:qgavm0h1ulpfnjppglcvg9qkmml19c3rne@4ax.com...
> > Now you give better details. I was assuming that the other office was
> > working with the same type of network as you. I do not know if the
> > SBS routing can allow the server to see the printer. Can you ping the
> > printer? If yes then try to add it at the server to see what happens.
> > If you can add it then share it from the server.
> >
> > You could still try a router but it would require to much asci art to
> > illustrate. Too early in the morning.
> >
> > "SpenserJ" <spenserj87@yahoo.com> wrote:
> >
> >>let me be sure I understand - or that I've been clear. My configuration
> >>is
> >>as follows:
> >>
> >>T1 line
> >> |
> >>Router - 192.168.1.1 - default gateway
> >> |
> >>External NIC - 192.168.1.2
> >> |
> >>Switch
> >> |
> >>Internal NIC - 10.0.0.2
> >> |
> >>SBS2000 Server
> >>
> >>I've got the cable going from the shared printer hub straight to the
> >>switch.
> >>So, I'm not sure how the router comes into play since I'm connecting the
> >>printer on this side of the external NIC and router. I followed what
you
> >>provided, but not sure what the 10.0.0.7 is supposed to mean in my
> >>configuration.
> >>
> >>DJ
> >>
> >>
> >>
> >>"Jim Behning" <jimbehningmvp@atl.mindspring.com> wrote in message
> >>news:um3um01lqa4j2cbrdqjfufr3m32i0pkso6@4ax.com...
> >>> at the server route add p ip mask sn ip
> >>>
> >>> Your router is at 10.0.0.7
> >>>
> >>> route add p 192.168.1.99 mask 255.255.255.255 10.0.0.7
> >>>
> >>> Well I think that is the command. You can see examples when you are at
> >>> the server command prompt. Or maybe in the help section. P is for
> >>> persistent. That means when the server reboots it remembers that you
> >>> have an entry to that router for that ip.
> >>>
> >>> At the server cmd type
> >>> route print
> >>> to see what is in the table now.
> >>>
> >>> "SpenserJ" <spenserj87@yahoo.com> wrote:
> >>>
> >>>>I'm trying to connect a copier/printer to my network. The copier is
> >>>>shared
> >>>>between two businesses, two networks. I have the copier connected
into
> >>>>a
> >>>>hub/switch, then into my network switch. The connection to the other
> >>>>biz
> >>>>network works fine - they already had the copier hooked up to their
> >>>>network
> >>>>and adding the shared hub/switch didn't alter anything.
> >>>>
> >>>>My network is set up with a router and two nics. The internal nic is
at
> >>>>IP
> >>>>10.0.0.2 so all of the network devices and clients on my network are
> >>>>using
> >>>>10.0.0.x. The printer I want to connect to is set to an IP of
> >>>>192.168.1.99.
> >>>>My question is, what do I need to do for my network to see this
address.
> >>>>I
> >>>>can't ping the address and I'm assuming there is an entry on the
> >>>>internal
> >>>>NIC or LAT - somewhere. Should my network be able to see it
> >>>>automatically?
> >>>>I know I'll need to create an LPR port when I try and add as a
printer -
> >>>>but
> >>>>I need to figure out why I can't see and ping the IP.
> >>>>
> >>>>Thanks for any help.
> >>>>
> >>>>DJ
> >>>>
> >>>>
> >>>>
> >>>>
> >>>>----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet
> >>>>News==----
> >>>>http://www.newsfeeds.com The #1 Newsgroup Service in the World!
>100,000
> >>>>Newsgroups
> >>>>---= East/West-Coast Server Farms - Total Privacy via Encryption =---
> >>>
> >>> Jim B. SBS Community Member
> >>> remove the mvp to send email
> >>
> >>
> >>
> >>
> >>----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet
> >>News==----
> >>http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000
> >>Newsgroups
> >>---= East/West-Coast Server Farms - Total Privacy via Encryption =---
> >
> > Jim B. SBS Community Member
> > remove the mvp to send email
>
>
>
>
> ----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet
News==----
> http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000
Newsgroups
> ---= East/West-Coast Server Farms - Total Privacy via Encryption =---



Re: sbs2000 printer newbie question by Jim

Jim
Fri Oct 15 22:07:07 CDT 2004

Can you ping the router? I have not tried what you are doing yet but I
would think that if the 192.168.1.x network is not in your ISA LAT
then you should be able to ping it from the server. Of course you have
to print a test page from the printer to confirm the ip.

"SpenserJ" <spenserj87@yahoo.com> wrote:

>I can't ping the copier/printer and I'm fairly certain the copier/printer
>uses a fixed IP. I'm hooking directly to the network server card in the
>copier - I'm not routing through the other biz server. I guess I'm thinking
>that because the copier is using 192.168.1.99 and my server uses 10.0.0.x
>that it is a configuration issue on my end.
>
>DJ
>"Jim Behning" <jimbehningmvp@atl.mindspring.com> wrote in message
>news:qgavm0h1ulpfnjppglcvg9qkmml19c3rne@4ax.com...
>> Now you give better details. I was assuming that the other office was
>> working with the same type of network as you. I do not know if the
>> SBS routing can allow the server to see the printer. Can you ping the
>> printer? If yes then try to add it at the server to see what happens.
>> If you can add it then share it from the server.
>>
>> You could still try a router but it would require to much asci art to
>> illustrate. Too early in the morning.
>>
>> "SpenserJ" <spenserj87@yahoo.com> wrote:
>>
>>>let me be sure I understand - or that I've been clear. My configuration
>>>is
>>>as follows:
>>>
>>>T1 line
>>> |
>>>Router - 192.168.1.1 - default gateway
>>> |
>>>External NIC - 192.168.1.2
>>> |
>>>Switch
>>> |
>>>Internal NIC - 10.0.0.2
>>> |
>>>SBS2000 Server
>>>
>>>I've got the cable going from the shared printer hub straight to the
>>>switch.
>>>So, I'm not sure how the router comes into play since I'm connecting the
>>>printer on this side of the external NIC and router. I followed what you
>>>provided, but not sure what the 10.0.0.7 is supposed to mean in my
>>>configuration.
>>>
>>>DJ
>>>
>>>
>>>
>>>"Jim Behning" <jimbehningmvp@atl.mindspring.com> wrote in message
>>>news:um3um01lqa4j2cbrdqjfufr3m32i0pkso6@4ax.com...
>>>> at the server route add p ip mask sn ip
>>>>
>>>> Your router is at 10.0.0.7
>>>>
>>>> route add p 192.168.1.99 mask 255.255.255.255 10.0.0.7
>>>>
>>>> Well I think that is the command. You can see examples when you are at
>>>> the server command prompt. Or maybe in the help section. P is for
>>>> persistent. That means when the server reboots it remembers that you
>>>> have an entry to that router for that ip.
>>>>
>>>> At the server cmd type
>>>> route print
>>>> to see what is in the table now.
>>>>
>>>> "SpenserJ" <spenserj87@yahoo.com> wrote:
>>>>
>>>>>I'm trying to connect a copier/printer to my network. The copier is
>>>>>shared
>>>>>between two businesses, two networks. I have the copier connected into
>>>>>a
>>>>>hub/switch, then into my network switch. The connection to the other
>>>>>biz
>>>>>network works fine - they already had the copier hooked up to their
>>>>>network
>>>>>and adding the shared hub/switch didn't alter anything.
>>>>>
>>>>>My network is set up with a router and two nics. The internal nic is at
>>>>>IP
>>>>>10.0.0.2 so all of the network devices and clients on my network are
>>>>>using
>>>>>10.0.0.x. The printer I want to connect to is set to an IP of
>>>>>192.168.1.99.
>>>>>My question is, what do I need to do for my network to see this address.
>>>>>I
>>>>>can't ping the address and I'm assuming there is an entry on the
>>>>>internal
>>>>>NIC or LAT - somewhere. Should my network be able to see it
>>>>>automatically?
>>>>>I know I'll need to create an LPR port when I try and add as a printer -
>>>>>but
>>>>>I need to figure out why I can't see and ping the IP.
>>>>>
>>>>>Thanks for any help.
>>>>>
>>>>>DJ
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet
>>>>>News==----
>>>>>http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000
>>>>>Newsgroups
>>>>>---= East/West-Coast Server Farms - Total Privacy via Encryption =---
>>>>
>>>> Jim B. SBS Community Member
>>>> remove the mvp to send email
>>>
>>>
>>>
>>>
>>>----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet
>>>News==----
>>>http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000
>>>Newsgroups
>>>---= East/West-Coast Server Farms - Total Privacy via Encryption =---
>>
>> Jim B. SBS Community Member
>> remove the mvp to send email
>
>
>
>
>----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
>http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
>---= East/West-Coast Server Farms - Total Privacy via Encryption =---

Jim B. SBS Community Member
remove the mvp to send email

Re: sbs2000 printer newbie question by SpenserJ

SpenserJ
Sat Oct 16 02:03:33 CDT 2004

I can ping the external nic at 192.168.1.2 and the router at 192.168.1.1 but
cannot ping 192.168.1.99. I know this address is correct because I've
printed the config page and the other biz is connected using this IP.

DJ
"Jim Behning" <jimbehningmvp@atl.mindspring.com> wrote in message
news:ev31n0ho2jnq0b2usuddk5r50ghb1q0lcn@4ax.com...
> Can you ping the router? I have not tried what you are doing yet but I
> would think that if the 192.168.1.x network is not in your ISA LAT
> then you should be able to ping it from the server. Of course you have
> to print a test page from the printer to confirm the ip.
>
> "SpenserJ" <spenserj87@yahoo.com> wrote:
>
>>I can't ping the copier/printer and I'm fairly certain the copier/printer
>>uses a fixed IP. I'm hooking directly to the network server card in the
>>copier - I'm not routing through the other biz server. I guess I'm
>>thinking
>>that because the copier is using 192.168.1.99 and my server uses 10.0.0.x
>>that it is a configuration issue on my end.
>>
>>DJ
>>"Jim Behning" <jimbehningmvp@atl.mindspring.com> wrote in message
>>news:qgavm0h1ulpfnjppglcvg9qkmml19c3rne@4ax.com...
>>> Now you give better details. I was assuming that the other office was
>>> working with the same type of network as you. I do not know if the
>>> SBS routing can allow the server to see the printer. Can you ping the
>>> printer? If yes then try to add it at the server to see what happens.
>>> If you can add it then share it from the server.
>>>
>>> You could still try a router but it would require to much asci art to
>>> illustrate. Too early in the morning.
>>>
>>> "SpenserJ" <spenserj87@yahoo.com> wrote:
>>>
>>>>let me be sure I understand - or that I've been clear. My configuration
>>>>is
>>>>as follows:
>>>>
>>>>T1 line
>>>> |
>>>>Router - 192.168.1.1 - default gateway
>>>> |
>>>>External NIC - 192.168.1.2
>>>> |
>>>>Switch
>>>> |
>>>>Internal NIC - 10.0.0.2
>>>> |
>>>>SBS2000 Server
>>>>
>>>>I've got the cable going from the shared printer hub straight to the
>>>>switch.
>>>>So, I'm not sure how the router comes into play since I'm connecting the
>>>>printer on this side of the external NIC and router. I followed what
>>>>you
>>>>provided, but not sure what the 10.0.0.7 is supposed to mean in my
>>>>configuration.
>>>>
>>>>DJ
>>>>
>>>>
>>>>
>>>>"Jim Behning" <jimbehningmvp@atl.mindspring.com> wrote in message
>>>>news:um3um01lqa4j2cbrdqjfufr3m32i0pkso6@4ax.com...
>>>>> at the server route add p ip mask sn ip
>>>>>
>>>>> Your router is at 10.0.0.7
>>>>>
>>>>> route add p 192.168.1.99 mask 255.255.255.255 10.0.0.7
>>>>>
>>>>> Well I think that is the command. You can see examples when you are at
>>>>> the server command prompt. Or maybe in the help section. P is for
>>>>> persistent. That means when the server reboots it remembers that you
>>>>> have an entry to that router for that ip.
>>>>>
>>>>> At the server cmd type
>>>>> route print
>>>>> to see what is in the table now.
>>>>>
>>>>> "SpenserJ" <spenserj87@yahoo.com> wrote:
>>>>>
>>>>>>I'm trying to connect a copier/printer to my network. The copier is
>>>>>>shared
>>>>>>between two businesses, two networks. I have the copier connected
>>>>>>into
>>>>>>a
>>>>>>hub/switch, then into my network switch. The connection to the other
>>>>>>biz
>>>>>>network works fine - they already had the copier hooked up to their
>>>>>>network
>>>>>>and adding the shared hub/switch didn't alter anything.
>>>>>>
>>>>>>My network is set up with a router and two nics. The internal nic is
>>>>>>at
>>>>>>IP
>>>>>>10.0.0.2 so all of the network devices and clients on my network are
>>>>>>using
>>>>>>10.0.0.x. The printer I want to connect to is set to an IP of
>>>>>>192.168.1.99.
>>>>>>My question is, what do I need to do for my network to see this
>>>>>>address.
>>>>>>I
>>>>>>can't ping the address and I'm assuming there is an entry on the
>>>>>>internal
>>>>>>NIC or LAT - somewhere. Should my network be able to see it
>>>>>>automatically?
>>>>>>I know I'll need to create an LPR port when I try and add as a
>>>>>>printer -
>>>>>>but
>>>>>>I need to figure out why I can't see and ping the IP.
>>>>>>
>>>>>>Thanks for any help.
>>>>>>
>>>>>>DJ
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet
>>>>>>News==----
>>>>>>http://www.newsfeeds.com The #1 Newsgroup Service in the World!
>>>>>> >100,000
>>>>>>Newsgroups
>>>>>>---= East/West-Coast Server Farms - Total Privacy via Encryption =---
>>>>>
>>>>> Jim B. SBS Community Member
>>>>> remove the mvp to send email
>>>>
>>>>
>>>>
>>>>
>>>>----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet
>>>>News==----
>>>>http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000
>>>>Newsgroups
>>>>---= East/West-Coast Server Farms - Total Privacy via Encryption =---
>>>
>>> Jim B. SBS Community Member
>>> remove the mvp to send email
>>
>>
>>
>>
>>----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet
>>News==----
>>http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000
>>Newsgroups
>>---= East/West-Coast Server Farms - Total Privacy via Encryption =---
>
> Jim B. SBS Community Member
> remove the mvp to send email




----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
---= East/West-Coast Server Farms - Total Privacy via Encryption =---

Re: sbs2000 printer newbie question by Jim

Jim
Sat Oct 16 07:33:46 CDT 2004

Your asci drawing does not illustrate a path to the printer. I believe
that this sketch should work. If you can ping the router and the
drawing is like my illustration then from the server you should be
able to ping anything on the other network.

You may want to go to the command prompt and enter route p This will
list your routing table of the server.

T1
!
!
Router
192.168.1.1
!
!
switch or hub
! !
! !
Printer External nic of SBS
192.168.1.99 192.168.1.2

"SpenserJ" <spenserj87@yahoo.com> wrote:

>I can ping the external nic at 192.168.1.2 and the router at 192.168.1.1 but
>cannot ping 192.168.1.99. I know this address is correct because I've
>printed the config page and the other biz is connected using this IP.
>
>DJ
>"Jim Behning" <jimbehningmvp@atl.mindspring.com> wrote in message
>news:ev31n0ho2jnq0b2usuddk5r50ghb1q0lcn@4ax.com...
>> Can you ping the router? I have not tried what you are doing yet but I
>> would think that if the 192.168.1.x network is not in your ISA LAT
>> then you should be able to ping it from the server. Of course you have
>> to print a test page from the printer to confirm the ip.
>>
>> "SpenserJ" <spenserj87@yahoo.com> wrote:
>>
>>>I can't ping the copier/printer and I'm fairly certain the copier/printer
>>>uses a fixed IP. I'm hooking directly to the network server card in the
>>>copier - I'm not routing through the other biz server. I guess I'm
>>>thinking
>>>that because the copier is using 192.168.1.99 and my server uses 10.0.0.x
>>>that it is a configuration issue on my end.
>>>
>>>DJ
>>>"Jim Behning" <jimbehningmvp@atl.mindspring.com> wrote in message
>>>news:qgavm0h1ulpfnjppglcvg9qkmml19c3rne@4ax.com...
>>>> Now you give better details. I was assuming that the other office was
>>>> working with the same type of network as you. I do not know if the
>>>> SBS routing can allow the server to see the printer. Can you ping the
>>>> printer? If yes then try to add it at the server to see what happens.
>>>> If you can add it then share it from the server.
>>>>
>>>> You could still try a router but it would require to much asci art to
>>>> illustrate. Too early in the morning.
>>>>
>>>> "SpenserJ" <spenserj87@yahoo.com> wrote:
>>>>
>>>>>let me be sure I understand - or that I've been clear. My configuration
>>>>>is
>>>>>as follows:
>>>>>
>>>>>T1 line
>>>>> |
>>>>>Router - 192.168.1.1 - default gateway
>>>>> |
>>>>>External NIC - 192.168.1.2
>>>>> |
>>>>>Switch
>>>>> |
>>>>>Internal NIC - 10.0.0.2
>>>>> |
>>>>>SBS2000 Server
>>>>>
>>>>>I've got the cable going from the shared printer hub straight to the
>>>>>switch.
>>>>>So, I'm not sure how the router comes into play since I'm connecting the
>>>>>printer on this side of the external NIC and router. I followed what
>>>>>you
>>>>>provided, but not sure what the 10.0.0.7 is supposed to mean in my
>>>>>configuration.
>>>>>
>>>>>DJ
>>>>>
>>>>>
>>>>>
>>>>>"Jim Behning" <jimbehningmvp@atl.mindspring.com> wrote in message
>>>>>news:um3um01lqa4j2cbrdqjfufr3m32i0pkso6@4ax.com...
>>>>>> at the server route add p ip mask sn ip
>>>>>>
>>>>>> Your router is at 10.0.0.7
>>>>>>
>>>>>> route add p 192.168.1.99 mask 255.255.255.255 10.0.0.7
>>>>>>
>>>>>> Well I think that is the command. You can see examples when you are at
>>>>>> the server command prompt. Or maybe in the help section. P is for
>>>>>> persistent. That means when the server reboots it remembers that you
>>>>>> have an entry to that router for that ip.
>>>>>>
>>>>>> At the server cmd type
>>>>>> route print
>>>>>> to see what is in the table now.
>>>>>>
>>>>>> "SpenserJ" <spenserj87@yahoo.com> wrote:
>>>>>>
>>>>>>>I'm trying to connect a copier/printer to my network. The copier is
>>>>>>>shared
>>>>>>>between two businesses, two networks. I have the copier connected
>>>>>>>into
>>>>>>>a
>>>>>>>hub/switch, then into my network switch. The connection to the other
>>>>>>>biz
>>>>>>>network works fine - they already had the copier hooked up to their
>>>>>>>network
>>>>>>>and adding the shared hub/switch didn't alter anything.
>>>>>>>
>>>>>>>My network is set up with a router and two nics. The internal nic is
>>>>>>>at
>>>>>>>IP
>>>>>>>10.0.0.2 so all of the network devices and clients on my network are
>>>>>>>using
>>>>>>>10.0.0.x. The printer I want to connect to is set to an IP of
>>>>>>>192.168.1.99.
>>>>>>>My question is, what do I need to do for my network to see this
>>>>>>>address.
>>>>>>>I
>>>>>>>can't ping the address and I'm assuming there is an entry on the
>>>>>>>internal
>>>>>>>NIC or LAT - somewhere. Should my network be able to see it
>>>>>>>automatically?
>>>>>>>I know I'll need to create an LPR port when I try and add as a
>>>>>>>printer -
>>>>>>>but
>>>>>>>I need to figure out why I can't see and ping the IP.
>>>>>>>
>>>>>>>Thanks for any help.
>>>>>>>
>>>>>>>DJ
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet
>>>>>>>News==----
>>>>>>>http://www.newsfeeds.com The #1 Newsgroup Service in the World!
>>>>>>> >100,000
>>>>>>>Newsgroups
>>>>>>>---= East/West-Coast Server Farms - Total Privacy via Encryption =---
>>>>>>
>>>>>> Jim B. SBS Community Member
>>>>>> remove the mvp to send email
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet
>>>>>News==----
>>>>>http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000
>>>>>Newsgroups
>>>>>---= East/West-Coast Server Farms - Total Privacy via Encryption =---
>>>>
>>>> Jim B. SBS Community Member
>>>> remove the mvp to send email
>>>
>>>
>>>
>>>
>>>----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet
>>>News==----
>>>http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000
>>>Newsgroups
>>>---= East/West-Coast Server Farms - Total Privacy via Encryption =---
>>
>> Jim B. SBS Community Member
>> remove the mvp to send email
>
>
>
>
>----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
>http://www.newsfeeds.com The #1 Newsgroup Service in the World! >100,000 Newsgroups
>---= East/West-Coast Server Farms - Total Privacy via Encryption =---

Jim B. SBS Community Member
remove the mvp to send email