Date: Wed, 8 Dec 1999 18:00:38 -0800 From: Brent Kearney <brent@kearneys.ca> To: FreeBSD Questions <freebsd-questions@FreeBSD.org> Subject: Re: its droping like flies Message-ID: <19991208180037.A12084@kearneys.ca> In-Reply-To: <3.0.6.32.19991208133559.0090d980@pop.tcainternet.com>; from serenity@tcainternet.com on Wed, Dec 08, 1999 at 01:35:59PM -0600 References: <3.0.6.32.19991208133559.0090d980@pop.tcainternet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Here you go: http://freebsd.simplenet.com/dhcp.html On Wed, Dec 08, 1999 at 01:35:59PM -0600, stephen wrote: > i just fdisked the entire thing and started all over from scratch... > i am only running natd > i log into a dhcp to obtain my address > and randomly within the second hour natd stops, and i have to restart it... > what am i doing wrong ??? > i have a p90 32 megs of ram > realteck 10/100 conected to cox cable modem > nec2000 10 bnc connectig my win95 and win nt puters > and i am the gateway using 3.3 stable > > here is my configurations: > ----- rc.conf ----- > network_interfaces="rl0 auto ed1 ed0" > ifconfig_rl0="inet 192.168.1.1 netmask 255.255.255.0" > ifconfig_ed0="inet 192.168.2.1 netmask 255.255.255.0" > ifconfig_ed1="inet 192.168.3.1 netmaks 255.255.255.0" > linux_enable="YES" > moused_port="/dev/psm0" > moused_enable="YES" > saver="logo" > gateway_enable="YES" > nfs_server_enable="NO" > firewall_enable="YES" > dhclient rl0 > natd -interface rl0 -dynamic -log > ---- rc.firewall ---- > /sbin/ipfw -f flush > /sbin/ipfw add divert natd all from any to any via rl0 > /sbin/ipfw add pass all from any to any > ---- ifconfig -a output ----- > rl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 > inet 208.180.57.228 netmask 0xffffff00 broadcast 208.180.57.255 > ether 00:00:e8:81:32:d3 > media: autoselect > supported media: autoselect 100baseTX <full-duplex> 100baseTX > <half-dupl > ex> 100baseTX 10baseT/UTP <full-duplex> 10baseT/UTP 10baseT/UTP <half-duplex> > ed0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 > inet 192.168.2.1 netmask 0xffffff00 broadcast 192.168.2.255 > ether 00:00:b4:36:25:6c > lp0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> mtu 1500 > tun0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500 > sl0: flags=c010<POINTOPOINT,LINK2,MULTICAST> mtu 552 > ppp0: flags=8010<POINTOPOINT,MULTICAST> mtu 1500 > lo0: flags=8008<LOOPBACK,MULTICAST> mtu 16384 > > any sugestions ??? > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991208180037.A12084>