Date: Mon, 23 Feb 1998 22:03:43 -0800 (PST) From: goldfish@value.net To: "Mark Castillo - webFreaks.com" <phineas@webfreaks.com> Cc: questions@FreeBSD.ORG Subject: Unable to telnet to myself -- part II Message-ID: <Pine.BSI.3.95.980223220256.4791A-100000@value.net>
next in thread | raw e-mail | index | archive | help
At 12:07 PM 2/23/98 +0000, Mark Castillo - webFreaks.com wrote:
>In /etc/resolv.conf, you probably have your ISP's DNS servers listed. When
>their server looks up "mydomain.com", it fails (since I doubt you have
>"mydomain.com" registered). Also, in your /etc/host.conf file, the order
>of resolving takes effect.
>usually the order is bind, hosts. Change this to hosts, bind. This tells
>your machine to check your hosts file, before trying to resolve names via
[cut]
I tried it all. I do have a registered domain name. Funny thing is, if
I use user-ppp instead of pppd then it works.
The following is my /etc/ppp/options file (almost):
crtscts # enable hardware flow control
modem # modem control line
noipdefault # remote PPP server must supply your IP address.
# if the remote host doesn't send your IP during IPCP
# negotiation , remove this option
passive # wait for LCP packets
domain xxxxxx.com # put your domain name here
connect "/usr/bin/chat -f /etc/ppp/login.chat.script"
netmask aaa.bbb.ccc.ddd
123.456.789.123: # put the IP of remote PPP host here
# it will be used to route packets via PPP link
# if you didn't specified the noipdefault option
# change this line to <local_ip>:<remote_ip>
defaultroute # put this if you want that PPP server will be your
# default router
I think it looks fine. What do you think?
Maybe I leave out a very important setting in the file...
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?Pine.BSI.3.95.980223220256.4791A-100000>
