PDA

View Full Version : Choosing a modem for freebsd 7.0


Johnny2Bad
05-05-2008, 04:25 PM
Hi,
Okay I am getting ready to purchase an ADSL modem for my FreeBSD 7.0 box and would like to get some recommendations.

From what I understand you have to get a modem which is connected to the computer via the ethernet port rather than a USB modem. But I am unsure as to how you configure such a device, do you do it through a web browser?

So what do you guys recommend?

Thanking you in advance,
Jonathan.

roddierod
05-05-2008, 07:19 PM
Whoever supplies your DSL service should provide a modem. But most of the ADSL or Cable modems are configured via some type of web browser based interface. These modem usually have both ethernet and usb connection, IMO it is easier to use the ethernet interface than usb.

hydra
05-05-2008, 08:35 PM
Just a reminder - the easiest way to setup DSL on FreeBSD is to obtain a router.

jb_daefo
05-06-2008, 03:44 AM
I got a self-install DSL kit (ip, netmask, modem) and researched
enlessly pppoe confs in ppp.conf etc until I accidentally
discovered that a simple
# ifconfig................
then a # route................
supplanted ppp.conf for that ISP and that Ethernet modem.
................
since history is saved across reboots, I don't even bother yet
putting it in rc.conf, just typing
#ifc[tab]
then #rou[tab]
and zsh autocompletes...
......................