Re: PPP troubles SOLVED!!!

2003-06-30 Thread RexFelis
Good to know FreeBSD can mount EXT2 and EXT3
partitions.  Thanks for the information.  :)

The problem remains, however, since I highly
favor ReiserFS for use with Linux.  EXT2 has
given me crash recovery issues and EXT3 does not
perform as speedily as ReiserFS.  ResierFS just
takes whatever I throw at it, bats it aside, and
keeps on moving without even a flinch.  Kind of
like the FreeBSD filesystem does.

So... since I have a FAT32 partition I might as
well put it to *some* use, since Lord knows I
haven't much use for Windows anymore.  lol

Shannon

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PPP troubles SOLVED!!!

2003-06-30 Thread Shantanu Mahajan
add the following line in your ppp.conf to get the
proper DNS servers from your ISP.

enable dns


check out 'man ppp' to get more info about it.

Regards,
Shantanu

+-- RexFelis [freebsd] [29-06-03 19:49 -0700]:
| Yah!  Boy does it feel good to track down and
| solve this problem on my own!!!
| 
| Here's what I did.  I copied the contents of
| /etc/ppp from my Linux partition to my Windows
| partition and then compared each corresponding
| file to it's freebsd counterpart.  And what I
| found was that my resolv.conf files were
| different - the DNS nameserver address had been
| changed under Linux!
| 
| When I plugged in the new number, voila, FreeBSD
| connectivity problem solved.  
| 
| I am so appreciative for the help, even though I
| managed to solve it on my own.  I googled it at a
| friend's suggestion and discovered a website
| giving the info to add, and that brought me to
| the idea to do what I did.
| 
| Now to cvsup.  :)
| 
| Shannon
| 
| __
| Do you Yahoo!?
| SBC Yahoo! DSL - Now only $29.95 per month!
| http://sbc.yahoo.com
| 
| --

-- 
You can look through a file in a nice text-based interface by typing

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


Re: PPP troubles

2003-06-29 Thread Jonathan Chen
On Sun, Jun 29, 2003 at 03:55:36PM -0700, RexFelis wrote:
 Hello all,
 
 A while back I wrote in about this problem, but
 then got swamped with life and had to quit
 working on it.  Now I have some time, and I have
 recently had to rebuild all of the operating
 systems on my computer - Win2k Pro, Linux
 Mandrake 9.1 and FreeBSD 4.7.
 
 Here's the problem.  I have installed FreeBSD 4.7
 on my computer and the installation goes fine.  I
 have dial up access, and that configures fine
 also.  Connection goes through.  But once the
 connection is up - nothing.  I have connectivity
 through Win2k and Linux Mandrake 9.1.

Please attach your ppp.conf, /var/log/ppp.log and the output of

netstat -rn

once your connection is up.
-- 
Jonathan Chen [EMAIL PROTECTED]Once is dumb luck.
 Twice is coincidence.
 Three times and Somebody Is Trying To Tell You Something.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PPP troubles

2003-06-29 Thread Nathaniel Nigro
im having the same problem, exept ive narrowed my problem down, but i can't 
figure out why its doing it .. for some reason once its up, its adding 
nameserver 255.255.255.255 in my /etc/resolv so its not resolving any 
addresses. seems to work fine in linux. 
www.angelfire.com/linux/natedogg/ppp.zip

_
Add photos to your e-mail with MSN 8. Get 2 months FREE*.  
http://join.msn.com/?page=features/featuredemail

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


Re: PPP troubles SOLVED!!!

2003-06-29 Thread Robert Storey
On Sun, 29 Jun 2003 19:49:20 -0700 (PDT)
RexFelis [EMAIL PROTECTED] wrote:


 Here's what I did.  I copied the contents of
 /etc/ppp from my Linux partition to my Windows
 partition and then compared each corresponding
 file to it's freebsd counterpart.  And what I
 found was that my resolv.conf files were
 different - the DNS nameserver address had been
 changed under Linux!

Although using a Windows FAT32 partition is one way to share data
between Linux and FBSD, if you're recompiling your FBSD kernel you might
consider adding support for the Linux ext2 filesystem. You need a line
like this in your kernel source:

  options   EXT2FS

You'll get a quaint warning about how you are about to contaminate
your kernel with GPL code. Nevertheless, it will compile fine, and after
installing the new kernel you'll be able to mount ext2 and ext3
partitions from FBSD. The advantages of not using FAT32 includes, among
other things, allowing you to preserve permissions when moving files
between FBSD and Linux.

regards,
Robert

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