Re: ppp woes!!

2003-08-14 Thread Jiger Java
Hi Peter,
 Thanks for your help. I already have this line in ppp.conf(and I 
commented out this morning). I read in the handbook(I think) that this will 
use DNS servers from resolv.conf. But I want any kind of local(hosts, 
resolv.conf, local named) etc to be disabled and just use/get the DNS, 
gateway etc from my ISP.
 Just to help you to help me more :), my ISP does not show "login" in the 
terminal window so I guess he wants me to connect via PAP/CHAP. I have that 
configured via KPPP and ppp.conf reflects that but wonder why the connection 
is not established. I have configured tun0 and tun1, modem is proper(since 
KPPP can dial out) etc. Do I need to make ppp.link* files. I don't have them 
right now. I can send you my complete config. info if you want. Please guide 
me, I am really stuck.

Thanks,
Jiger




From: Peter Elsner <[EMAIL PROTECTED]>
To: "Jiger Java" <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: ppp woes!!
Date: Wed, 06 Aug 2003 11:45:54 -0500
MIME-Version: 1.0
Received: from mc1-f10.law16.hotmail.com ([65.54.236.17]) by 
mc1-s16.law16.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Wed, 6 Aug 
2003 09:47:03 -0700
Received: from spxgate.servplex.com ([66.105.58.82]) by 
mc1-f10.law16.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Wed, 6 Aug 
2003 09:45:47 -0700
Received: from peter.servplex.com ([192.168.0.96])by spxgate.servplex.com 
(8.12.8/8.12.6) with ESMTP id h76GxjCe058131;Wed, 6 Aug 2003 11:59:45 -0500 
(CDT)(envelope-from [EMAIL PROTECTED])
X-Message-Info: JGTYoYF78jEHjJx36Oi8+YDSEg8qKPPD
Message-Id: <[EMAIL PROTECTED]>
X-Sender: [EMAIL PROTECTED]
X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9
In-Reply-To: <[EMAIL PROTECTED]>
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 06 Aug 2003 16:45:48.0229 (UTC) 
FILETIME=[3027F750:01C35C3A]

Place a line in your ppp.conf file that looks like this:

enable dns



At 09:38 PM 8/6/2003 +0530, you wrote:
From: Jon-Eirik Pettersen <[EMAIL PROTECTED]>
Are you running KDE as root?
You can add DNS-servers manually to /etc/resolv.conf like:
nameserver 62.101.193.44
nameserver 217.118.32.13
The problem is I don't know my ISP's nameservers. They come to me 
dynamically. On WInXP it works fine. But on FreeBSD I don't know how to 
make that happen. Also can I connect/configure kppp using non-root user 
just like in Linux which asks for root password and takes care of the 
rest?

Try this if you dont get KPPP to work:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/userppp.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"
_
The Six Sigma edge. Give it to your business. 
http://server1.msn.co.in/features/6sigma Stay ahead!

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"
Peter Elsner <[EMAIL PROTECTED]>
Vice President Of Customer Service (And System Administrator)
1835 S. Carrier Parkway
Grand Prairie, Texas 75051
(972) 263-2080 - Voice
(972) 263-2082 - Fax
(972) 489-4838 - Cell Phone
_
Attention NRIs! Send money home in a jiffy. 
http://server1.msn.co.in/msnleads/citibankrca/citibankrca2.asp?type=txt Find 
out how here.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ppp woes!!

2003-08-14 Thread Jon-Eirik Pettersen
On Wed, 2003-08-06 at 16:08, Jiger Java wrote:
> >From: Jon-Eirik Pettersen <[EMAIL PROTECTED]>
> >Are you running KDE as root?
> >
> >You can add DNS-servers manually to /etc/resolv.conf like:
> >nameserver 62.101.193.44
> >nameserver 217.118.32.13
> 
> The problem is I don't know my ISP's nameservers. They come to me 
> dynamically. On WInXP it works fine. But on FreeBSD I don't know how to make 
> that happen. Also can I connect/configure kppp using non-root user just like 
> in Linux which asks for root password and takes care of the rest?
> 
> >
> >Try this if you dont get KPPP to work:
> >http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/userppp.html
> >
> >___
> >[EMAIL PROTECTED] mailing list
> >http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> >To unsubscribe, send any mail to 
> >"[EMAIL PROTECTED]"
> 
You can try to get them yourself. Most ISP's have domain/host-names to
their DNS-servers, like ns1.domain.com and ns2.domain.com or
dns1.domain.com and dns2.domain.com. ns.domain.com and dns.domain.com
may also work. Try to get them with nslookup in WinXP or use the servers
I'm using to get them. host ns1.domain.com 62.101.193.44 for example in
FreeBSD. winipconf or ipconf in WinXP should also work. I don't know if
kppp reads /etc/ppp/ppp.conf, but if so, you can add "enable dns" under
"default:".


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ppp woes!!

2003-08-14 Thread Peter Elsner
Place a line in your ppp.conf file that looks like this:

enable dns



At 09:38 PM 8/6/2003 +0530, you wrote:
From: Jon-Eirik Pettersen <[EMAIL PROTECTED]>
Are you running KDE as root?
You can add DNS-servers manually to /etc/resolv.conf like:
nameserver 62.101.193.44
nameserver 217.118.32.13
The problem is I don't know my ISP's nameservers. They come to me 
dynamically. On WInXP it works fine. But on FreeBSD I don't know how to 
make that happen. Also can I connect/configure kppp using non-root user 
just like in Linux which asks for root password and takes care of the rest?

Try this if you dont get KPPP to work:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/userppp.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
_
The Six Sigma edge. Give it to your business. 
http://server1.msn.co.in/features/6sigma Stay ahead!

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Peter Elsner <[EMAIL PROTECTED]>
Vice President Of Customer Service (And System Administrator)
1835 S. Carrier Parkway
Grand Prairie, Texas 75051
(972) 263-2080 - Voice
(972) 263-2082 - Fax
(972) 489-4838 - Cell Phone
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ppp woes!!

2003-08-14 Thread Michael Conlen
On your WinXP system you should be able to go

start -> run
and type cmd as the command to run. This will open a window in which
ipconfig /all | more

should tell you what your name servers are.

On the other hand FreeBSD's DHCP should pick them up for you and set 
resolv.conf, but then I missed the start of the thread...

--
Michael Conlen
Jiger Java wrote:

From: Jon-Eirik Pettersen <[EMAIL PROTECTED]>
Are you running KDE as root?
You can add DNS-servers manually to /etc/resolv.conf like:
nameserver 62.101.193.44
nameserver 217.118.32.13


The problem is I don't know my ISP's nameservers. They come to me 
dynamically. On WInXP it works fine. But on FreeBSD I don't know how 
to make that happen. Also can I connect/configure kppp using non-root 
user just like in Linux which asks for root password and takes care of 
the rest?

Try this if you dont get KPPP to work:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/userppp.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"


_
The Six Sigma edge. Give it to your business. 
http://server1.msn.co.in/features/6sigma Stay ahead!

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


ppp woes!!

2003-08-14 Thread Jiger Java
Hi FreeBSD Gurus and users,
   This is my first mail to the list and am a complete stranger to FreeBSD 
so forgive my newbie question. I have just taken the bold step towards 
installing FreeBSD on my machine. I have 1.7GHZ Pentium with 512 MB RAM, 
NVidia TNT2. I did a default install with no kernel customisation etc.
   Now I am trying to connect to Internet. Since it is still time for me to 
growup to console mode connecting, I start KDE and use KPPP to connect to 
the internet. BUT.
   PPP dies unexpectedly as soon as I type in a URL in say Konqueror. 
Sometimes it dies in a second of connecting. It exists with error code 1. 
Then after some thought, I finally made /etc/resolv.conf since it used to 
give me this warning when I stat kppp. This file is currently empty.
  Now PPP "seems to" connect but still  it is not confirmed but it did not 
exit after I created this file. BUT when I type in any url in browser, it 
simplly say Host not found etc. Why?
Also how do I enable "Get DNS Server Automatically" as in Windows. Please 
help me I am really stuck.

Awaiting your replies,
Jiger
_
The Six Sigma edge. Give it to your business. 
http://server1.msn.co.in/features/6sigma Stay ahead!

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ppp woes!!

2003-08-08 Thread Jon-Eirik Pettersen
On Wed, 2003-08-06 at 13:36, Jiger Java wrote:
> Hi FreeBSD Gurus and users,
> This is my first mail to the list and am a complete stranger to FreeBSD 
> so forgive my newbie question. I have just taken the bold step towards 
> installing FreeBSD on my machine. I have 1.7GHZ Pentium with 512 MB RAM, 
> NVidia TNT2. I did a default install with no kernel customisation etc.
> Now I am trying to connect to Internet. Since it is still time for me to 
> growup to console mode connecting, I start KDE and use KPPP to connect to 
> the internet. BUT.
> PPP dies unexpectedly as soon as I type in a URL in say Konqueror. 
> Sometimes it dies in a second of connecting. It exists with error code 1. 
> Then after some thought, I finally made /etc/resolv.conf since it used to 
> give me this warning when I stat kppp. This file is currently empty.
>Now PPP "seems to" connect but still  it is not confirmed but it did not 
> exit after I created this file. BUT when I type in any url in browser, it 
> simplly say Host not found etc. Why?
> Also how do I enable "Get DNS Server Automatically" as in Windows. Please 
> help me I am really stuck.
> 
> Awaiting your replies,
> Jiger

Are you running KDE as root?

You can add DNS-servers manually to /etc/resolv.conf like:
nameserver 62.101.193.44
nameserver 217.118.32.13

Try this if you dont get KPPP to work:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/userppp.html

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ppp woes!!

2003-08-07 Thread Jiger Java
From: Jon-Eirik Pettersen <[EMAIL PROTECTED]>
Are you running KDE as root?
You can add DNS-servers manually to /etc/resolv.conf like:
nameserver 62.101.193.44
nameserver 217.118.32.13
The problem is I don't know my ISP's nameservers. They come to me 
dynamically. On WInXP it works fine. But on FreeBSD I don't know how to make 
that happen. Also can I connect/configure kppp using non-root user just like 
in Linux which asks for root password and takes care of the rest?

Try this if you dont get KPPP to work:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/userppp.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"
_
The Six Sigma edge. Give it to your business. 
http://server1.msn.co.in/features/6sigma Stay ahead!

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"