From owner-freebsd-questions Wed Mar 7 21:40:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from snoopie.yi.org (dsl-64-193-123-121.telocity.com [64.193.123.121]) by hub.freebsd.org (Postfix) with ESMTP id 2619B37B719 for ; Wed, 7 Mar 2001 21:40:49 -0800 (PST) (envelope-from brueggma@snoopie.yi.org) Received: by snoopie.yi.org (Postfix, from userid 1001) id 3831B8F; Wed, 7 Mar 2001 23:40:47 -0600 (CST) Date: Wed, 7 Mar 2001 23:40:46 -0600 From: Eric Brueggmann To: freebsd-questions@FreeBSD.ORG Subject: DSL provider trouble. Message-ID: <20010307234046.A877@dsl-64-193-123-121.telocity.com> Reply-To: brueggma@snoopie.yi.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I signed up for DSL service from Telocity, which have me use DHCP to get my IP, netmask, nameservers, etc.. When ever Telocity has networking trouble (couple times a week) I usually have to reboot my FBSD box (4.2-STABLE) inorder to get connectivity from my Win98 boxes again. I'm using my FBSD box as a gatway/firewall/natd server to provide service and protection to the Windows box behind it. I must have configured something wrong, because you really shouldn't have to reboot a BSD box that often. (or at all, besides a new kernel) Also, when telocity comes back on line I'm able to log into the FBSD box (from console) and search the web, etc.. The only thing that dosen't work is the Win98 machine. This can be solved by rebooting the FBSD box, followed by rebooting the 98 box. A reboot of the 98 box alone dosen't solve this problem. Thank you for your time, Eric Brueggmann bash-2.04$ uname -a FreeBSD dsl-64-193-123-121.telocity.com 4.2-STABLE FreeBSD 4.2-STABLE #2: Tue Feb 27 21:11:29 CST 2001 root@dsl-64-193-123-121.telocity.com:/usr/src/sys/compile/BEAST i386 bash-2.04$ cat /etc/rc.conf # This file now contains just the overrides from /etc/defaults/rc.conf # please make all changes to this file. # Enable network daemons for user convenience. # -- sysinstall generated deltas -- # defaultrouter="64.193.123.122" sendmail_enable="NO" moused_type="NO" moused_enable="NO" gateway_enable="YES" sshd_enable="YES" portmap_enable="NO" # nfs_client_enable="YES" # nfs_client_flags="-n 4" inetd_enable="YES" # inetd_flags="-C 2 -wW -l -R 1024" network_interfaces="auto" ifconfig_fxp0="DHCP" ifconfig_fxp1="172.16.0.1" hostname="dsl-64-193-123-121.telocity.com" natd_enable="YES" natd_interface="fxp0" natd_flags="-f /etc/natd.conf" firewall_enable="YES" firewall_type="/etc/ipfw.rules" firewall_logging="YES" ntpdate_enable="YES" ntpdate_flags="ntp0.mcs.anl.gov" # xntpd_enable="YES" xntpd_flags="-c /etc/ntp.conf -p /var/run/ntpd.pid" tcp_drop_synfin="YES" tcp_restrict_rst="YES" icmp_drop_redirect="YES" # named_enable="YES" named_flags="-u bind -g bind" lpd_enable="YES" lpd_flags="-l" update_motd="NO" clear_tmp_enable="YES" syslogd_flags="-sv" log_in_vain="YES" # kern_securelevel_enable="YES" # kern_securelevel="3" # dumpdev="/dev/ad0s1b" bash-2.04$ bash-2.04$ cat /etc/natd.conf dynamic yes use_sockets yes same_ports yes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message