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

[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]"

Reply via email to