Re: pppOe 1000baseTX config

2005-07-27 Thread David van Geyn
You won't gain anything beyond 10baseT/UTP with your DSL line. Also 
because it is autodetecting at 10baseT/UTP suggests that your DSL modem 
only has 10baseT support built in to it, so you can't use anything higher.


Same goes for your internetl interface re0. It it autodetecting 100baseTX 
full-duplex which suggests that you have a 10/100baseTX switch. You can't 
just make your NIC use gigabit if the other end doesn't support it.


You won't gain any speed on the DSL side for sure.

Generally speaking I find autodetect to work well most of the time. I have 
rarely had a problem.


David
FreeBSD Tutorials @ http://freebsd.vangeyn.net

On Mon, 25 Jul 2005, Lane wrote:

Is there any speed advatage possible beyond the (10baseT/UTP)?  If not then I
guess it doesn't matter.

The dsl modem is on bge0, which ifconfig reports as

bge0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
        options=1aTXCSUM,VLAN_MTU,VLAN_HWTAGGING
        inet6 fe80::211:11ff:febd:be3a%bge0 prefixlen 64 scopeid 0x1
        ether 00:11:11:bd:be:3a
        media: Ethernet autoselect (10baseT/UTP)

My expectation (hope) is to change the 10base in the media: line to
100base or 1000base to gain any throughput advantage that is possible.

The internal network is on re0, which ifconfig reports as

re0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
        options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
        inet 192.168.0.1 netmask 0xff00 broadcast 192.168.0.255
        inet6 fe80::240:f4ff:feb4:841a%re0 prefixlen 64 scopeid 0x2
        ether 00:40:f4:b4:84:1a
        media: Ethernet autoselect (100baseTX full-duplex)
        status: active

I'd like the change the 100base in the media: line to a 1000base, if
possible.

thanks for your eyes!

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

Re: pppOe 1000baseTX config

2005-07-27 Thread Lane
On Wednesday 27 July 2005 08:35, David van Geyn wrote:
 You won't gain anything beyond 10baseT/UTP with your DSL line. Also
 because it is autodetecting at 10baseT/UTP suggests that your DSL modem
 only has 10baseT support built in to it, so you can't use anything higher.

 Same goes for your internetl interface re0. It it autodetecting 100baseTX
 full-duplex which suggests that you have a 10/100baseTX switch. You can't
 just make your NIC use gigabit if the other end doesn't support it.

 You won't gain any speed on the DSL side for sure.

 Generally speaking I find autodetect to work well most of the time. I have
 rarely had a problem.

 David
 FreeBSD Tutorials @ http://freebsd.vangeyn.net

 On Mon, 25 Jul 2005, Lane wrote:
  Is there any speed advatage possible beyond the (10baseT/UTP)?  If not
  then I guess it doesn't matter.
 
  The dsl modem is on bge0, which ifconfig reports as
 
  bge0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
          options=1aTXCSUM,VLAN_MTU,VLAN_HWTAGGING
          inet6 fe80::211:11ff:febd:be3a%bge0 prefixlen 64 scopeid 0x1
          ether 00:11:11:bd:be:3a
          media: Ethernet autoselect (10baseT/UTP)
 
  My expectation (hope) is to change the 10base in the media: line to
  100base or 1000base to gain any throughput advantage that is
  possible.
 
  The internal network is on re0, which ifconfig reports as
 
  re0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
          options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
          inet 192.168.0.1 netmask 0xff00 broadcast 192.168.0.255
          inet6 fe80::240:f4ff:feb4:841a%re0 prefixlen 64 scopeid 0x2
          ether 00:40:f4:b4:84:1a
          media: Ethernet autoselect (100baseTX full-duplex)
          status: active
 
  I'd like the change the 100base in the media: line to a 1000base, if
  possible.
 
  thanks for your eyes!
 
  lane
Hey, thanks, David.

So all I gotta do is (ugh) upgrade the hardware.  At least on the internal 
side.

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


Re: pppOe 1000baseTX config

2005-07-27 Thread David van Geyn
Well, yeah, that would be what to do, but why do you need to? I have a 
100baseTX network at home and don't need any more. ~11.5MBytes/sec works 
just fine. It won't speed up your DSL if you upgrade any of the equipment. 
Your DSL line is probably  4 Mbits/sec. So if that's all you're looking 
for, don't bother changing anything.


David
FreeBSD Tutorials @ http://freebsd.vangeyn.net

On Wed, 27 Jul 2005, Lane wrote:

Hey, thanks, David.

So all I gotta do is (ugh) upgrade the hardware.  At least on the internal
side.

lane

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


Re: pppOe 1000baseTX config

2005-07-25 Thread Tobias Fendin

Lane wrote:


Notice that bge0 media is 10baseT/UTP and re0 is 100baseTX



What kind of network cables are you using?
UTP stands for unshielded twisted pair, which doesn't work so well with 
higher bandwidths.

I think 1000baseTX requiers CAT6 cables.

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


Re: pppOe 1000baseTX config

2005-07-25 Thread Lane
On Monday 25 July 2005 15:11, Tobias Fendin wrote:
 Lane wrote:
  Notice that bge0 media is 10baseT/UTP and re0 is 100baseTX

 What kind of network cables are you using?
 UTP stands for unshielded twisted pair, which doesn't work so well with
 higher bandwidths.
 I think 1000baseTX requiers CAT6 cables.

 -Tobias
 ___
Thanks, Tobias.

I think that explains it.  The box my cable spool came in says Cat 5E

rats!  Shoulda gone with the more expensive stuff (again).

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


Re: pppOe 1000baseTX config

2005-07-25 Thread Chris Haulmark
On Mon, 2005-07-25 at 15:30 -0500, Lane wrote:
 On Monday 25 July 2005 15:11, Tobias Fendin wrote:
  Lane wrote:
   Notice that bge0 media is 10baseT/UTP and re0 is 100baseTX
 
  What kind of network cables are you using?
  UTP stands for unshielded twisted pair, which doesn't work so well with
  higher bandwidths.
  I think 1000baseTX requiers CAT6 cables.

Cat5e supports gigabit speeds.

 
  -Tobias
  ___
 Thanks, Tobias.
 
 I think that explains it.  The box my cable spool came in says Cat 5E
 
 rats!  Shoulda gone with the more expensive stuff (again).
 
 Lane
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: pppOe 1000baseTX config

2005-07-25 Thread John Brooks
 
 I've recently switched from a Netgear router to use pppOe for my public 
 internet ip on FreeBSD 5.4.
 
 My machine has two nics: bge0 and re0, both of which support 1000baseTX 
 configurations, however neither of the two seem to be able to 
 connect when I 
 configure them in /etc/rc.conf.  Here's what works:
 

correct me if this is a wrong assumption, this is a dsl line??

what do you expect to gain here? forcing 1000baseTX on the NIC won't
speed up the dsl line.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: pppOe 1000baseTX config

2005-07-25 Thread Lane
On Monday 25 July 2005 15:38, John Brooks wrote:
  I've recently switched from a Netgear router to use pppOe for my public
  internet ip on FreeBSD 5.4.
 
  My machine has two nics: bge0 and re0, both of which support 1000baseTX
  configurations, however neither of the two seem to be able to
  connect when I
  configure them in /etc/rc.conf.  Here's what works:

 correct me if this is a wrong assumption, this is a dsl line??

 what do you expect to gain here? forcing 1000baseTX on the NIC won't
 speed up the dsl line.
 ___
Is there any speed advatage possible beyond the (10baseT/UTP)?  If not then I 
guess it doesn't matter.

The dsl modem is on bge0, which ifconfig reports as

bge0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
        options=1aTXCSUM,VLAN_MTU,VLAN_HWTAGGING
        inet6 fe80::211:11ff:febd:be3a%bge0 prefixlen 64 scopeid 0x1
        ether 00:11:11:bd:be:3a
        media: Ethernet autoselect (10baseT/UTP)

My expectation (hope) is to change the 10base in the media: line to 
100base or 1000base to gain any throughput advantage that is possible.

The internal network is on re0, which ifconfig reports as

re0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
        options=1bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING
        inet 192.168.0.1 netmask 0xff00 broadcast 192.168.0.255
        inet6 fe80::240:f4ff:feb4:841a%re0 prefixlen 64 scopeid 0x2
        ether 00:40:f4:b4:84:1a
        media: Ethernet autoselect (100baseTX full-duplex)
        status: active

I'd like the change the 100base in the media: line to a 1000base, if 
possible.

thanks for your eyes!

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


Re: pppOe 1000baseTX config

2005-07-25 Thread albi
On Mon, Jul 25, 2005 at 03:24:44PM -0500, Chris Haulmark wrote:
 On Mon, 2005-07-25 at 15:30 -0500, Lane wrote:
   I think 1000baseTX requiers CAT6 cables.
 
 Cat5e supports gigabit speeds.

a few days ago i bought a crosslink cat 5e cable 
saying shielded RJ45 10-100MBPS,
(and it would not do 1 Gigabit transfers after setting it up with 2 1Gigabit
cards between 2 FreeBSD-boxes point-to-point)

..i'd like to know The Truth (TM) now :-)

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


Re: pppOe 1000baseTX config

2005-07-25 Thread Tobias Fendin

albi wrote:

On Mon, Jul 25, 2005 at 03:24:44PM -0500, Chris Haulmark wrote:


On Mon, 2005-07-25 at 15:30 -0500, Lane wrote:


I think 1000baseTX requiers CAT6 cables.


Cat5e supports gigabit speeds.



a few days ago i bought a crosslink cat 5e cable 
saying shielded RJ45 10-100MBPS,

(and it would not do 1 Gigabit transfers after setting it up with 2 1Gigabit
cards between 2 FreeBSD-boxes point-to-point)

..i'd like to know The Truth (TM) now :-)


Sorry, I was wrong, 1000baseTX works on CAT5e cabels.

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