Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Apr 2012 14:10:52 -0400
From:      Fbsd8 <fbsd8@a1poweruser.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Access to Time Warner cable network
Message-ID:  <4F789A2C.30502@a1poweruser.com>
In-Reply-To: <4F7873E8.4030106@herveybayaustralia.com.au>
References:  <4F7798D0.7000404@a1poweruser.com>	<4F77A360.9080601@herveybayaustralia.com.au>	<4F77A6CA.50406@a1poweruser.com>	<20120401143541.4d7d186f@gumby.homeunix.com>	<4F786796.5010903@FreeBSD.org> <20120401105933.4c6a9d77@scorpio> <4F7873E8.4030106@herveybayaustralia.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
Well here is the results of my attempts to connect to Time Warner cable 
network.

After 4 calls to their call center which was in the Philippines where 
all the people just read a scripted answer FAQ and only had the ability 
to remotely reset the modem. I finally requested to talk to the top 
support level in the USA. Finally got a tech support person who knew 
something about how their network was configured.

Their modems at power up time run a script that is really a private LAN 
using 192.168.x.x to auto verify the cable modem mac address against a 
table of authorized accounts. At the conclusion the 10.2.0.1 dhcp server 
issues a real routable ip address along with the routable 2 dns ip address.

Now this long duration hand shake takes about 40 seconds and on a 
windows system, windows keeps looping through the ip and dns acquire 
code until it succeeds. Now on freebsd the ifconfig_fxp0="DHCP" seems to 
only cycle a single time and results in a "no carrier" status in the 
boot up msg log.

After the Freebsd 8.2 boot process completed and I saw "no carrier" 
status i issued "/etc/rc.d/netif restart" command which resulted in the 
same status. This is when I posted to the questions list for help. It 
was after the post that I had my conversation with the level 3 tech 
support guy and learned about the long hand shake process. I next tried 
  issuing (ifconfig fxp0 up) after the freebsd boot process completed 
and to my surprise I had a public routable ip address. So I have to find 
a way during the boot process to give the ifconfig_fxp0="DHCP" statement 
in the /etc/rc.conf some delay time. But I think Freebsd 9.0 has an 
built in "up" process in its boot up process that may solve this problem.

Another thing I learned from the level 3 support guy is that the cable 
modem has to be reset by unplugging it's power if I want to move the 
        output cable to a different device, such as from the window box 
to the freebsd box or to a router.

The bottom line is I have things working now and there was nothing wrong 
with either my window box or my freebsd box. Its just the Time Warner 
cable modem box and the non-standard way it's configured.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F789A2C.30502>