Share Printers, Printing Long.

2005-06-27 Thread Stephan Weaver

In Response To Your Last Email.
What Do you suggest i do?

On 6/22/05, Rick Preston rickjpreston at gmail.com wrote:

On 6/22/05, Stephan Weaver stephanweaver at hotmail.com wrote:
 Hello,

 I have suscessfully installed my DSL MODEM Behind my FREEBSD Firewall.
 Ever Since i have done this, i noticed that my windows users, when 
trying to

 print to shared printers, it takes very long for them to access the
 printers.
 I have an empty ipf.rules
 and my ip nat rules looks like
 map vr0 192.168.0.0/24 - 0.0.0.0/32 proxy port ftp ftp/tcp
 map vr0 192.168.0.0/24 - 0.0.0.0/32 portmap tcp/udp 4:6
 map vr0 192.168.0.0/24 - 0.0.0.0/32


 my dhcp.conf looks like
 cat /usr/local/etc/dhcpd.conf
 option domain-name pizzaboys.org;
 option domain-name-servers 192.3.132.1, 196.3.132.4;

 default-lease-time 86400;
 max-lease-time 86400;

 authoritative;

 ddns-update-style none;

 log-facility local1;

 subnet 192.168.0.0 netmask 255.255.255.0 {
   range 192.168.0.100 192.168.0.200;
   option routers 192.168.0.2;
 }


 Any Assistance Please

Are the shared printers in the 192.168.0/24 subnet?  Are they
connected to workstation that get their IP through DHCP?  What are you
using for workstation name resolution?  What are you using for a port
type on the windows machines, \\workstation\printer?
is it DSL--firewall-- workstationsprinters?

Looks to me like it is a name resolution thing.  Your DNS servers are
outside your subnet and probably doesn't know what is in your network.


Yes, I would agree, if you are printing to shares, \\workstation\printer.
You may need to run a WINS server. or create an lmhosts file on each box.



Answer these questions and I can probably give you some ideas.

Cheers,
Rick


_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Share Printers, Printing Long.

2005-06-23 Thread Stephan Weaver




From: Hornet [EMAIL PROTECTED]
Reply-To: Hornet [EMAIL PROTECTED]
To: Rick Preston [EMAIL PROTECTED]
CC: Stephan Weaver [EMAIL PROTECTED], 
freebsd-questions@freebsd.org

Subject: Re: Share Printers, Printing Long.
Date: Wed, 22 Jun 2005 19:12:36 -0400

On 6/22/05, Rick Preston [EMAIL PROTECTED] wrote:
 On 6/22/05, Stephan Weaver [EMAIL PROTECTED] wrote:
  Hello,
 
  I have suscessfully installed my DSL MODEM Behind my FREEBSD Firewall.
  Ever Since i have done this, i noticed that my windows users, when 
trying to

  print to shared printers, it takes very long for them to access the
  printers.
  I have an empty ipf.rules
  and my ip nat rules looks like
  map vr0 192.168.0.0/24 - 0.0.0.0/32 proxy port ftp ftp/tcp
  map vr0 192.168.0.0/24 - 0.0.0.0/32 portmap tcp/udp 4:6
  map vr0 192.168.0.0/24 - 0.0.0.0/32
 
 
  my dhcp.conf looks like
  cat /usr/local/etc/dhcpd.conf
  option domain-name pizzaboys.org;
  option domain-name-servers 192.3.132.1, 196.3.132.4;
 
  default-lease-time 86400;
  max-lease-time 86400;
 
  authoritative;
 
  ddns-update-style none;
 
  log-facility local1;
 
  subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.100 192.168.0.200;
option routers 192.168.0.2;
  }
 
 
  Any Assistance Please

 Are the shared printers in the 192.168.0/24 subnet?  Are they
 connected to workstation that get their IP through DHCP?  What are you
 using for workstation name resolution?  What are you using for a port
 type on the windows machines, \\workstation\printer?
 is it DSL--firewall-- workstationsprinters?

 Looks to me like it is a name resolution thing.  Your DNS servers are
 outside your subnet and probably doesn't know what is in your network.

Yes, I would agree, if you are printing to shares, \\workstation\printer.
You may need to run a WINS server. or create an lmhosts file on each box.


 Answer these questions and I can probably give you some ideas.

 Cheers,
 Rick
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
[EMAIL PROTECTED]




YES -  - - - Are the shared printers in the 192.168.0/24 subnet?
They Get the IP From the FreeBSD Machine  -- - - Are they connected to 
workstation that get their IP through DHCP?


_
Express yourself instantly with MSN Messenger! Download today it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Share Printers, Printing Long.

2005-06-22 Thread Stephan Weaver

Hello,

I have suscessfully installed my DSL MODEM Behind my FREEBSD Firewall.
Ever Since i have done this, i noticed that my windows users, when trying to 
print to shared printers, it takes very long for them to access the 
printers.

I have an empty ipf.rules
and my ip nat rules looks like
map vr0 192.168.0.0/24 - 0.0.0.0/32 proxy port ftp ftp/tcp
map vr0 192.168.0.0/24 - 0.0.0.0/32 portmap tcp/udp 4:6
map vr0 192.168.0.0/24 - 0.0.0.0/32


my dhcp.conf looks like

cat /usr/local/etc/dhcpd.conf

option domain-name pizzaboys.org;
option domain-name-servers 192.3.132.1, 196.3.132.4;

default-lease-time 86400;
max-lease-time 86400;

authoritative;

ddns-update-style none;

log-facility local1;

subnet 192.168.0.0 netmask 255.255.255.0 {
 range 192.168.0.100 192.168.0.200;
 option routers 192.168.0.2;
}


Any Assistance Please

[EMAIL PROTECTED]

_
FREE pop-up blocking with the new MSN Toolbar - get it now! 
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Share Printers, Printing Long.

2005-06-22 Thread Rick Preston
On 6/22/05, Stephan Weaver [EMAIL PROTECTED] wrote:
 Hello,
 
 I have suscessfully installed my DSL MODEM Behind my FREEBSD Firewall.
 Ever Since i have done this, i noticed that my windows users, when trying to
 print to shared printers, it takes very long for them to access the
 printers.
 I have an empty ipf.rules
 and my ip nat rules looks like
 map vr0 192.168.0.0/24 - 0.0.0.0/32 proxy port ftp ftp/tcp
 map vr0 192.168.0.0/24 - 0.0.0.0/32 portmap tcp/udp 4:6
 map vr0 192.168.0.0/24 - 0.0.0.0/32
 
 
 my dhcp.conf looks like
 cat /usr/local/etc/dhcpd.conf
 option domain-name pizzaboys.org;
 option domain-name-servers 192.3.132.1, 196.3.132.4;
 
 default-lease-time 86400;
 max-lease-time 86400;
 
 authoritative;
 
 ddns-update-style none;
 
 log-facility local1;
 
 subnet 192.168.0.0 netmask 255.255.255.0 {
   range 192.168.0.100 192.168.0.200;
   option routers 192.168.0.2;
 }
 
 
 Any Assistance Please

Are the shared printers in the 192.168.0/24 subnet?  Are they
connected to workstation that get their IP through DHCP?  What are you
using for workstation name resolution?  What are you using for a port
type on the windows machines, \\workstation\printer?
is it DSL--firewall-- workstationsprinters?

Looks to me like it is a name resolution thing.  Your DNS servers are
outside your subnet and probably doesn't know what is in your network.

Answer these questions and I can probably give you some ideas.

Cheers,
Rick
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Share Printers, Printing Long.

2005-06-22 Thread Hornet
On 6/22/05, Rick Preston [EMAIL PROTECTED] wrote:
 On 6/22/05, Stephan Weaver [EMAIL PROTECTED] wrote:
  Hello,
 
  I have suscessfully installed my DSL MODEM Behind my FREEBSD Firewall.
  Ever Since i have done this, i noticed that my windows users, when trying to
  print to shared printers, it takes very long for them to access the
  printers.
  I have an empty ipf.rules
  and my ip nat rules looks like
  map vr0 192.168.0.0/24 - 0.0.0.0/32 proxy port ftp ftp/tcp
  map vr0 192.168.0.0/24 - 0.0.0.0/32 portmap tcp/udp 4:6
  map vr0 192.168.0.0/24 - 0.0.0.0/32
 
 
  my dhcp.conf looks like
  cat /usr/local/etc/dhcpd.conf
  option domain-name pizzaboys.org;
  option domain-name-servers 192.3.132.1, 196.3.132.4;
 
  default-lease-time 86400;
  max-lease-time 86400;
 
  authoritative;
 
  ddns-update-style none;
 
  log-facility local1;
 
  subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.100 192.168.0.200;
option routers 192.168.0.2;
  }
 
 
  Any Assistance Please
 
 Are the shared printers in the 192.168.0/24 subnet?  Are they
 connected to workstation that get their IP through DHCP?  What are you
 using for workstation name resolution?  What are you using for a port
 type on the windows machines, \\workstation\printer?
 is it DSL--firewall-- workstationsprinters?
 
 Looks to me like it is a name resolution thing.  Your DNS servers are
 outside your subnet and probably doesn't know what is in your network.

Yes, I would agree, if you are printing to shares, \\workstation\printer. 
You may need to run a WINS server. or create an lmhosts file on each box.

 
 Answer these questions and I can probably give you some ideas.
 
 Cheers,
 Rick
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]