From owner-freebsd-questions Tue Nov 14 9: 9:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.gmx.net (pop.gmx.net [194.221.183.20]) by hub.freebsd.org (Postfix) with SMTP id B105837B479 for ; Tue, 14 Nov 2000 09:09:47 -0800 (PST) Received: (qmail 32449 invoked by uid 0); 14 Nov 2000 17:09:44 -0000 Received: from unknown (HELO buzz) (195.229.53.44) by mail.gmx.net (mail06) with SMTP; 14 Nov 2000 17:09:44 -0000 Message-ID: <002301c04e5e$60819010$0d05010a@buzz> From: "Rino Mardo" To: "lee hoder" , References: Subject: Re: i can ping dns but i cant ping domain Date: Tue, 14 Nov 2000 21:09:25 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG um, /etc/resolv.conf must contain ur nameserver's ip addy. nameserver xx.xx.xx.xx ----- Original Message ----- From: "lee hoder" To: Sent: Friday, November 10, 2000 5:31 PM Subject: i can ping dns but i cant ping domain > i problem with my networking > i follow natd from http://www.cis.ohio-state.edu/~rowland/FreeBSD/natd.html > and change fxp0 with my ethernet card dc0 and change ed0 with dc1 > > the result is very strange because > 1. from client i can log in to server vice versa > 2. from server i can ping to internet but from clinet i cant > 3. from clinet computer i can traceroute to intenet > > traceroute 216.115.108.243 > traceroute to 216.115.108.243 (216.115.108.243), 30 hops max, 40 byte > packets > 1 server (192.168.1.1) 0.404 ms 0.312 ms 0.274 ms > 2 x6.193.145.xxx (x4.193.145.xxx) 1.452 ms 1.367 ms 1.327 ms > 3 x6.193.180.xxx (x4.193.180.xxx) 31.220 ms 25.828 ms 26.004 ms > 4 216.227.0.129 (216.227.0.129) 74.584 ms 25.190 ms 23.715 ms > 5 216.227.126.98 (216.227.126.98) 23.608 ms 29.340 ms 23.089 ms > > but if i try with > traceroute www.yahoo.com > traceroute: unknown host www.yahoo.com > > and with ping > ping 216.115.108.243 > PING 216.115.108.243 (216.115.108.243): 56 data bytes > 64 bytes from 216.115.108.243: icmp_seq=0 ttl=243 time=126.736 ms > 64 bytes from 216.115.108.243: icmp_seq=1 ttl=243 time=122.598 ms > 64 bytes from 216.115.108.243: icmp_seq=2 ttl=243 time=122.822 ms > > ping yahoo.com > ping: cannot resolve yahoo.com: Host name lookup failure > > > > > my rc.conf > inetd_enable="YES" > gateway_enable="YES" # Set to YES if this host will be a gateway. > firewall_enable="YES" # Set to YES to enable firewall functionality > firewall_type="open" # Firewall type (see /etc/rc.firewall) > firewall_quiet="NO" # Set to YES to suppress rule display > natd_program="/sbin/natd" # path to natd, if you want a different one. > natd_enable="YES" # Enable natd (if firewall_enable == YES). > natd_interface="dc0" # Public interface or IPaddress to use. > natd_flags="-f /etc/natd.conf" # Additional flags for natd. > nisdomainname="NO" # Set to NIS domain if using NIS (or NO). > tcp_extensions="NO" # Disallow RFC1323 extensions (or YES) > network_interfaces="dc1 lo0" # List of network interfaces (lo0 is > loopback). > ifconfig_dc1="inet 192.168.1.1 netmask 255.255.255.0" > ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. > defaultrouter="NO" # Set to default gateway (or NO). > static_routes="" # Set to static route list (or leave empty). > gateway_enable="YES" # Set to YES if this host will be a gateway. > router_enable="NO" # Set to YES to enable a routing daemon. > router="routed" # Name of routing daemon to use if enabled. > router_flags="-q" # Flags for routing daemon. > mrouted_enable="NO" # Do multicast routing (see > /etc/mrouted.conf). > mrouted_flags="" # Flags for multicast routing daemon. > ipxgateway_enable="NO" # Set to YES to enable IPX routing. > ipxrouted_enable="NO" # Set to YES to run the IPX routing daemon. > ipxrouted_flags="" # Flags for IPX routing daemon. > arpproxy_all="" # replaces obsolete kernel option > ARP_PROXYALL. > forward_sourceroute="NO" # do source routing (only if gateway_enable > is saccept_sourceroute="NO" # accept source routed packets to us > > may be with this information you can help me with my problem > > thank you > > _________________________________________________________________________ > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. > > Share information about yourself, create your own public profile at > http://profiles.msn.com. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message