television cable internet service
Kliment Andreev
klimenta at futurebit.com
Tue Jun 17 10:53:11 PDT 2003
> computer saw the cable network, but the cable refused to accept a logon
> request from the computer. The technician said that he believed that
> neither B.S.D. nor any other Unix, nor any Microsoft product that could be
> programmed to act as a server was acceptable. Has any other person had
the
I don't know about Comcast, but they probably also run a DHCP server. So you
need to tell
to your NIC to act as a DHCP client. Put the following line in /etc/rc.conf
ifconfig_nic0="DHCP"
where nic0 is the name of your NIC. (Check the name with # ifconfig -a)
You should get some dynamic IP.
More information about the freebsd-questions
mailing list