Date: Wed, 22 Jun 2005 13:23:15 -0400 From: "Stephan Weaver" <stephanweaver@hotmail.com> To: freebsd-questions@freebsd.org Subject: Share Printers, Printing Long. Message-ID: <BAY20-F126C460D4E18FA26DC37BFA8EB0@phx.gbl>
next in thread | raw e-mail | index | archive | help
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 40000:60000
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
stephanweaver@hotmail.com
_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now!
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BAY20-F126C460D4E18FA26DC37BFA8EB0>
