Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Nov 2000 21:09:25 +0400
From:      "Rino Mardo" <helixfish@gmx.net>
To:        "lee hoder" <lee_hoder@hotmail.com>, <freebsd-questions@FreeBSD.ORG>
Subject:   Re: i can ping dns but i cant ping domain
Message-ID:  <002301c04e5e$60819010$0d05010a@buzz>
References:  <F245EhjJ8uT6Ssuot0O0000065e@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
um, /etc/resolv.conf must contain ur nameserver's ip addy.

nameserver xx.xx.xx.xx



----- Original Message -----
From: "lee hoder" <lee_hoder@hotmail.com>
To: <freebsd-questions@FreeBSD.ORG>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002301c04e5e$60819010$0d05010a>