[Asterisk-Users] re: hardware requirement -asterisk
James Sharp
jsharp at psychoses.org
Thu Jan 15 18:08:26 MST 2004
> # ifconfig xl0
>
> xl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
> ^^^^^^^^
> address: 00:01:02:78:11:e8
> media: Ethernet autoselect (10baseT)
> status: active
> inet 203.219.167.126 netmask 0xfffffffc broadcast 203.219.167.127
> inet6 fe80::201:2ff:fe78:11e8%xl0 prefixlen 64 scopeid 0x2
>
> But ifconfig seems to suggest that it is running in simplex mode.
If the DSL modem is running in full duplex mode and the card in your
machine has auto-negotiated to half-duplex, things go to hell quickly.
Auto-negotiation sucks anyway. It works about as well as Plug & Play.
ifconfig xl0 media 10BaseT mediaopt full-duplex
Or hell, try
ifconfig xl0 media 100BaseTX mediaopt full-duplex
Run "netstat -I xl0 -i 1" and watch for collisions.
More information about the asterisk-users
mailing list