RE: NAT with printer [7:38781]

2002-03-19 Thread Steve Smith

Is this a Network printer with a card or jet direct box?

-Original Message-
From: Zolla Zimmerman [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 19, 2002 8:04 AM
To: [EMAIL PROTECTED]
Subject: NAT with printer [7:38781]


Hi All,

I really have a problem. I have enabled NAT on the router. I am able to
reach all PCs but the printer. Here is the senario:


192.168.1.0192.168.3.0
 | |
 | |
  --Router1-Router2--
   |
   |
   192.168.3.252
(Printer)

1. We have enabled NAT on router2 to translate 192.168.3.0 0.0.0.250 to
a
pool 192.168.8.0
2. Enabled static NAT for printer to 192.168.8.252

Please help

Zolla




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=38784t=38781
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: NAT with printer [7:38781]

2002-03-19 Thread Zolla Zimmerman

Yes. This is a network printer with a card.


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=38785t=38781
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: NAT with printer [7:38781]

2002-03-19 Thread Arjen Dragt

What does your access list look like that controls what gets NAT'd to the
192.168.8.0 pool?
Is the printer excluded from this NAT list?
What is the default gateway of the printer?


Arjen

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: March 19, 2002 9:44 AM
To: [EMAIL PROTECTED]
Subject: RE: NAT with printer [7:38781]


Yes. This is a network printer with a card.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=38790t=38781
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: NAT with printer [7:38781]

2002-03-19 Thread Ole Drews Jensen

When you say that you cannot reach the printer, do you mean:

- you cannot see it from your JetAdmin?

- you cannot telnet to it?

- you cannot ping it?

- ?

Have you set the default gateway to Router2 on the printer?

Have you verified the correct subnet mask on the printer?

Hth,

Ole

~
 Ole Drews Jensen
 Systems Network Manager
 CCNP, MCSE, MCP+I
 RWR Enterprises, Inc.
 [EMAIL PROTECTED]
~
 http://www.RouterChief.com
~
 Need a Job?
 http://www.OleDrews.com/job
~





-Original Message-
From: Zolla Zimmerman [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 19, 2002 8:04 AM
To: [EMAIL PROTECTED]
Subject: NAT with printer [7:38781]


Hi All,

I really have a problem. I have enabled NAT on the router. I am able to
reach all PCs but the printer. Here is the senario:


192.168.1.0192.168.3.0
 | |
 | |
  --Router1-Router2--
   |
   |
   192.168.3.252
(Printer)

1. We have enabled NAT on router2 to translate 192.168.3.0 0.0.0.250 to a
pool 192.168.8.0
2. Enabled static NAT for printer to 192.168.8.252

Please help

Zolla




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=38792t=38781
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: NAT with printer [7:38781]

2002-03-19 Thread Zolla Zimmerman

Hi,

I have excluded the printer from the NAT pool through access-list only. Here
is what I have for the configuration:

ip nat pool ippool 192.168.8.1 192.168.8.254 netmask 255.255.255.0
ip nat inside source list 7 pool ippool

access-list 7 permit 192.168.3.0 0.0.0.255
access-list 7 deny host 192.168.3.252

The gateway on the printer points to a server which has the routing to the
other network.

Thanks


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=38793t=38781
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: NAT with printer [7:38781]

2002-03-19 Thread Zolla Zimmerman

Hi

I can not ping, traceroute, add the printer.

Thanks




When you say that you cannot reach the printer, do you mean: 

- you cannot see it from your JetAdmin? 

- you cannot telnet to it? 

- you cannot ping it? 

- ? 

Have you set the default gateway to Router2 on the printer? 

Have you verified the correct subnet mask on the printer? 



Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=38794t=38781
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: NAT with printer [7:38781]

2002-03-19 Thread Arjen Dragt

The ACL is backwards.
Is the server running a routing engine?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: March 19, 2002 10:16 AM
To: [EMAIL PROTECTED]
Subject: RE: NAT with printer [7:38781]


Hi,

I have excluded the printer from the NAT pool through access-list only. Here
is what I have for the configuration:

ip nat pool ippool 192.168.8.1 192.168.8.254 netmask 255.255.255.0
ip nat inside source list 7 pool ippool

access-list 7 permit 192.168.3.0 0.0.0.255
access-list 7 deny host 192.168.3.252

The gateway on the printer points to a server which has the routing to the
other network.

Thanks




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=38795t=38781
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: NAT with printer [7:38781]

2002-03-19 Thread Zolla Zimmerman

What do you mean by routing engine? I can ping the server from the other
network. The server has routing information. Do I have to change the gateway
on the printer to point the router?


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=38798t=38781
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: NAT with printer [7:38781]

2002-03-19 Thread Bond, Jeffrey T

Is it possible for you to update the firmware on your card

-Original Message-
From: Zolla Zimmerman [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 19, 2002 9:44 AM
To: [EMAIL PROTECTED]
Subject: RE: NAT with printer [7:38781]


Yes. This is a network printer with a card.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=38799t=38781
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: NAT with printer [7:38781]

2002-03-19 Thread Steve Smith

have you done this for the HP card?

ip nat pool pool 64.64.64.64 64.64.64.64 netmask 255.255.255.252
ip nat inside source static tcp 192.168.1.1 9100 64.64.64.64 9150
extendable


-Original Message-
From: Zolla Zimmerman [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 19, 2002 8:44 AM
To: [EMAIL PROTECTED]
Subject: RE: NAT with printer [7:38781]


Yes. This is a network printer with a card.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=38802t=38781
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: NAT with printer [7:38781]

2002-03-19 Thread Marc Thach Xuan Ky

Have you disallowed the printer address with an acl for the pool?
Marc

Zolla Zimmerman wrote:
 
 Hi All,
 
 I really have a problem. I have enabled NAT on the router. I am able to
 reach all PCs but the printer. Here is the senario:
 
 192.168.1.0192.168.3.0
  | |
  | |
   --Router1-Router2--
|
|
192.168.3.252
 (Printer)
 
 1. We have enabled NAT on router2 to translate 192.168.3.0 0.0.0.250 to a
 pool 192.168.8.0
 2. Enabled static NAT for printer to 192.168.8.252
 
 Please help
 
 Zolla




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=38800t=38781
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: NAT with printer [7:38781]

2002-03-19 Thread Zolla Zimmerman

No. I can not do this.


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=38803t=38781
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: NAT with printer [7:38781]

2002-03-19 Thread Zolla Zimmerman

No it is Lexmark printer. I do not know the printer has a card or a print
server.


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=38805t=38781
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: NAT with printer [7:38781]

2002-03-19 Thread Arjen Dragt

Yes, change the default gateway of the printer to be router2.
And before you go too far with this NAT/printer thing, make sure that you
can ping the printer from its local network.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: March 19, 2002 10:34 AM
To: [EMAIL PROTECTED]
Subject: RE: NAT with printer [7:38781]


What do you mean by routing engine? I can ping the server from the other
network. The server has routing information. Do I have to change the gateway
on the printer to point the router?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=38806t=38781
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: NAT with printer [7:38781]

2002-03-19 Thread Ole Drews Jensen

Yes, the printer needs to know where to send traffic that is not on the
local network.

Telnet into the printer from a computer on the local network, and setup it's
default gateway.

Ole

~
 Ole Drews Jensen
 Systems Network Manager
 CCNP, MCSE, MCP+I
 RWR Enterprises, Inc.
 [EMAIL PROTECTED]
~
 http://www.RouterChief.com
~
 Need a Job?
 http://www.OleDrews.com/job
~




-Original Message-
From: Zolla Zimmerman [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 19, 2002 9:34 AM
To: [EMAIL PROTECTED]
Subject: RE: NAT with printer [7:38781]


What do you mean by routing engine? I can ping the server from the other
network. The server has routing information. Do I have to change the gateway
on the printer to point the router?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=38811t=38781
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: NAT with printer [7:38781]

2002-03-19 Thread Zolla Zimmerman

I changed the gateway to point to the router and it worked.

Thanks everybody. I and my boss really appreciate everybodies help in this
matter.

Zolla


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=38819t=38781
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]