From owner-freebsd-questions@FreeBSD.ORG Tue Aug 12 12:54:05 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C40337B404 for ; Tue, 12 Aug 2003 12:54:05 -0700 (PDT) Received: from empire.explosive.mail.net (empire.explosive.mail.net [205.205.25.120]) by mx1.FreeBSD.org (Postfix) with SMTP id E15A743FAF for ; Tue, 12 Aug 2003 12:54:03 -0700 (PDT) (envelope-from mykroft@explosive.mail.net) Received: (qmail 27799 invoked from network); 12 Aug 2003 19:52:19 -0000 Received: from kingdom.mykroft.com (HELO explosive.mail.net) (205.205.25.113) by empire.explosive.mail.net with SMTP; 12 Aug 2003 19:52:19 -0000 Message-ID: <3F39489F.6080000@explosive.mail.net> Date: Tue, 12 Aug 2003 16:05:51 -0400 From: Mykroft Holmes IV User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Stephan Weaver References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: 2 quick questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2003 19:54:05 -0000 Stephan Weaver wrote: > Hello LIST!!! > > I would like to know how to change my mtu settings for my modem. tun0 > > > 2) I have a ep0: <3Com 3C509B-TPO EtherLink III (PnP)> > > it would not communicate with other hosts (via ping) unless i change ip > addressess, and then set it back > i have this in my rc.conf > ifconfig_ep0="inet 192.168.0.200 netmask 0xffffffff" > Your netmask is set to 255.255.255.255 This means that it will not see any other address as on it's local net, and will route those packets to your default route (Likely your modem). Set your netmask correctly. Likely 255.255.255.0 or 0xffffff00 will work for an internal network. Adam > > thanks in advance > Stephan > > _________________________________________________________________ > Tired of spam? Get advanced junk mail protection with MSN 8. > http://join.msn.com/?page=features/junkmail > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"