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]


PPP troubles SOLVED!!!

2003-06-29 Thread RexFelis
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
___
[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]