From owner-freebsd-questions Fri Nov 10 5:31:50 2000 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f245.law10.hotmail.com [64.4.15.245]) by hub.freebsd.org (Postfix) with ESMTP id 67AFA37B479 for ; Fri, 10 Nov 2000 05:31:48 -0800 (PST) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Fri, 10 Nov 2000 05:31:48 -0800 Received: from 12.0.251.162 by lw10fd.law10.hotmail.msn.com with HTTP; Fri, 10 Nov 2000 13:31:47 GMT X-Originating-IP: [12.0.251.162] From: "lee hoder" To: freebsd-questions@FreeBSD.ORG Subject: i can ping dns but i cant ping domain Date: Fri, 10 Nov 2000 13:31:47 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 10 Nov 2000 13:31:48.0204 (UTC) FILETIME=[937CDAC0:01C04B1A] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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