sg comes from natd, not
ipfw. Could be wrong of course!
>
> Olivier
>
> On Mon, Dec 10, 2001 at 07:49:37AM +, Mike D wrote:
> > I have in my rc.conf:
> >
> > natd_enable="YES"
> > natd_interface="xl1"
> > natd_flags="-f /etc/nat
I have in my rc.conf:
natd_enable="YES"
natd_interface="xl1"
natd_flags="-f /etc/natd.conf"
and in /etc/natd.conf:
interface xl1
dynamic yes
use_sockets yes
same_ports yes
log_denied yes
however, since I am still seeing the "host4 natd[198]: failed to write packet
back (Permission denied)" me
> This sounds a lot like your cable modem provider throtteling the link if
> it doesn't see some sort of negotiation (DHCP, ARP, etc.) after a fixed
> amount of time. I could imagine that some companies do this for
> residential connections.
>
> Does your cable modem provide IP service, or do you
nyone got any clues?
>
> Stefan
>
> Mike D wrote:
> > I have a set up where my FreeBSD 4.4 box is acting as a firewall and
> > gateway between a cable modem on xl1 and my home net on xl0.
> >
> > I have a pretty tight rules list and don't have that many procs ru
I have a set up where my FreeBSD 4.4 box is acting as a firewall and gateway
between a cable modem on xl1 and my home net on xl0.
I have a pretty tight rules list and don't have that many procs running
(ipfw, natd, mysql, tomcat - that's it!)
It seems that after approx 10 hours the connection
I'm having trouble configuring my dhcpd.
This is the config file I've nocked up:
start config file --
default-lease-time 3600;
max-lease-time 9;
ddns-update-style ad-hoc;
option subnet-mask 255.255.255.0;
option broadcast-address 192.10.10.255;
option domain-name-servers
6 matches
Mail list logo