From owner-freebsd-questions@FreeBSD.ORG Wed Feb 6 13:40:55 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1E7916A477 for ; Wed, 6 Feb 2008 13:40:55 +0000 (UTC) (envelope-from eu9gu4@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.191]) by mx1.freebsd.org (Postfix) with ESMTP id 4CA3813C4F2 for ; Wed, 6 Feb 2008 13:40:54 +0000 (UTC) (envelope-from eu9gu4@gmail.com) Received: by ti-out-0910.google.com with SMTP id j2so475696tid.3 for ; Wed, 06 Feb 2008 05:40:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=v1ANbCQh+6IV9X/6sE+Yu43J+5VaE+LetTPwHtp4aNI=; b=oZ59ST0v+yd0SxUMvEBPxtq+TpbbBo9dm+XzrvgYYcIDPW8b0qCkU86njb0diTi96nUagLeuxPBGLvNva/TTKmZ0fefgZwkvtu8zI0qznJ4+bR5kCvyLRB0IgREnwC2SGAxvFxUdQ+2FPxuuUlt9JVRuoCoq7N/Pgqyg6Gvt4mg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pHqoEG7CbGUtSqrQCaFhII5/TwJlVDrf66JlMVqIQ9K6Eq+NQxvYas5vS+BduDeZnsapkz4BslLdPEys73a6OE4PQctFEPHwD8feuuY0wDuo51FbB032vcfmnCKmkJgiHM8c85sUY7ssO8V3450681+ZipqDiCTWN2fd/ZtwKg8= Received: by 10.150.140.6 with SMTP id n6mr4192904ybd.33.1202305252097; Wed, 06 Feb 2008 05:40:52 -0800 (PST) Received: by 10.151.13.19 with HTTP; Wed, 6 Feb 2008 05:40:52 -0800 (PST) Message-ID: Date: Wed, 6 Feb 2008 07:40:52 -0600 From: Eugen To: freebsd-questions@freebsd.org In-Reply-To: <47A94275.608@daleco.biz> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47A94275.608@daleco.biz> Cc: Derek Ragona Subject: Re: Help with router problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Feb 2008 13:40:56 -0000 Thanks for all your input. For now I am posting my rc.conf, but I will try your suggestions this evening when I come back from work. If anyone needs additional details, please ask and I'll repost my initial cry for help. Eugen ### Console options keymap="us.iso" font8x8="NO" font8x14="NO" font8x16="NO" scrnmap="NO" keyrate="fast" cursor="blink" blanktime="900" saver="warp" ### Mouse daemon mousechar_start="NO" moused_enable="NO" moused_flags="" moused_port="/dev/sysmouse" moused_type="auto" ### IPv6 options ipv6_enable="NO" ifconfig_dc0="DHCP" ### PF firewall # pf_enable="YES" # Enable PF (load module if required) # pf_flags="" # additional flags for pfctl startup # pf_rules="/etc/pf.conf" # rules definition file for pf # pflog_enable="YES" # start pflogd(8) # pflog_flags="" # additional flags for pflogd startup # pflog_logfile="/var/log/pflog" # where pflogd should store the logfile ### Miscellaneous administrative options kern_securelevel="-1" # range: -1..3 ; `-1' is the most insecure kern_securelevel_enable="NO" # kernel security level (see init(8)), local_startup="/usr/local/etc/rc.d" clear_tmp_enable="YES" # Clear /tmp at startup. devfs_system_ruleset="devfsrules_local" # The name of a ruleset to apply to /dev dmesg_enable="YES" # Save dmesg(8) to /var/run/dmesg.boot update_motd="YES" # update version info in /etc/motd (or NO) virecover_enable="NO" # Perform housekeeping for the vi(1) editor usbd_enable="YES" usbd_enable="YES" # Run the usbd daemon. usbd_flags="" # Flags to usbd (if enabled). lpd_enable="YES" On Feb 5, 2008 11:15 PM, Kevin Kinsey wrote: > > Eugen wrote: > > Are there really no experienced FreeBSD users who can help me > > with my "behind a router" problem ? Should I post it again ? > > Should I just give up using BSD altogether due to an unusable > > system? I would not like this idea, I was really starting to like it. > > > > Respectfully, > > Eugen > > Hello. I'm sorry to hear you're having trouble. > > Have you attempted static assignment to another address, such as > 192.168.1.38 (something not 33, but within your "pool")? > > # ifconfig dc0 down > # ifconfig dc0 inet 192.168.1.38 netmask 255.255.255.0 > # ping 192.168.1.1 > > What does `arp -a` say? Does ping work if you call it with > `ping -I dc0 192.168.1.1`? What does `traceroute 192.168.1.1` > give you? And, I've only seen output for the one interface > (maybe I overlooked something in your posts), what is the > output of "ifconfig -a" --- is there some other interface > that could be causing route problems and therefore "network > unreachable" from ping(8)? > > It does seem rather odd, so I wonder if there's something we > are all overlooking. Since no one but you is there, we can't > tell you what it is, but only guess. Maybe something > above will give us all a clue :-) > > Also respectfully, ;-) > > Kevin Kinsey > -- > Conscience doth make cowards of us all. > -- Shakespeare >