From owner-freebsd-questions@FreeBSD.ORG Fri Nov 18 21:41:10 2005 Return-Path: X-Original-To: questions@freebsd.org 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 C743516A41F for ; Fri, 18 Nov 2005 21:41:10 +0000 (GMT) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [209.167.58.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3477843D45 for ; Fri, 18 Nov 2005 21:41:09 +0000 (GMT) (envelope-from iaccounts@ibctech.ca) Received: (qmail 57899 invoked by uid 1002); 18 Nov 2005 21:41:08 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(209.167.16.15):. Processed in 1.457689 secs); 18 Nov 2005 21:41:08 -0000 Received: from unknown (HELO fuze) (209.167.16.15) by pearl.ibctech.ca with SMTP; 18 Nov 2005 21:41:06 -0000 From: "Steve Bertrand" To: "'Michal Maslowski'" Date: Fri, 18 Nov 2005 16:41:08 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Thread-Index: AcXshJKkaq9wBN0/QrmQuZ6KU1Se7gAAkS5w In-Reply-To: <200511182210.28069.mtmi@o2.pl> X-Qmail-Scanner-Message-ID: <113235006767557893@pearl.ibctech.ca> Message-Id: <20051118214109.3477843D45@mx1.FreeBSD.org> Cc: 'FreeBSD Questions' Subject: RE: Network configuration 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: Fri, 18 Nov 2005 21:41:11 -0000 > > # ifconfig > rl0: flags=8843 mtu 1500 > options=8 > inet6 fe80::20a:cdff:fe01:9350%rl0 prefixlen 64 scopeid 0x1 > inet 10.50.93.21 netmask 0xffffff80 broadcast 10.50.93.127 > inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.2 > ether 00:0a:cd:01:93:50 > media: Ethernet autoselect (100baseTX ) > status: active > plip0: flags=108810 mtu 1500 > lo0: flags=8049 mtu 16384 > inet 127.0.0.1 netmask 0xff000000 > inet6 ::1 prefixlen 128 > inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3 > > # netstat -rn > Routing tables > > Internet: > Destination Gateway Flags Refs Use > Netif Expire > default 10.50.93.1 UGS 0 3763 rl0 > 10.50.93/25 link#1 UC 0 0 rl0 > 10.50.93.1 00:50:da:43:23:bc UHLW 1 139 > rl0 735 > 10.50.93.21 127.0.0.1 UGHS 0 0 lo0 > 127.0.0.1 127.0.0.1 UH 1 8 lo0 > 192.168.0 link#1 UC 0 0 rl0 > 192.168.0.2 ff:ff:ff:ff:ff:ff UHLWb 0 602 rl0 > On the second computer (with 6.0): > #ifconfig > fxp0: flags=8843 mtu 1500 > options=8 > inet 192.168.0.2 net mask 0xffffff00 broadcast 192.168.0.255 > ether 00:04:23:13:ba:aa > media: Ethernet autoselect (100baseTX ) > status: active > lo0: flags=8049 mtu 16384 > inet 127.0.0.1 netmask 0xff000000 #netstat -rn Routing tables > > Internet: > Destination Gateway > Flags > Netif Expire > default 192.168.0.1 UGS > fxp0 > 192.168.0 link#1 UC > fxp0 > 192.168.0.1 00:0a:cd:01:93:50 UHLW > fxp0 Ok, I have to assume some things here, correct me if I'm wrong: - both PC's are plugged into a switch/hub - your routers LAN IP address is 10.50.93.1 - you are NOT trying to get the second PC on the Internet Now, I don't want to just give you my first advice, as I don't fully understand your methods here, so please post the relevant portions of /etc/rc.conf in relation to the network configuration. We'll then go from there. Steve > _______________________________________________ > 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" >