mysql - Beaglebone black: cannot initiate connection to debian -


i realize more of hardware issue thought i'd ask. working on database project , utilizing beaglebone black. i've checked network connection , gateway ip information, , seems good. when try run command install mysql server/client:

apt-get install mysql-server mysql-client 

the connection seems time out, ,

err http://ftp.us.debian.org/debian/ wheezy/main libaio1 armhf 0.3.109-3 cannot initiate connection ftp.us.debian.org:80 (2610:148:1f10:3::89). - connect (101: network unreachable) [ip: 2610:148:1f10:3::89 80] 

(a long list of these similar errors different fetches attempted). i've tried npm options no avail. trying figure out if dsn issue, speed of connection, or if there server ip edit missing in network interfaces file. advice or info experienced beaglebone users appreciated :)

solved myself - can fixed opening /etc/apt/sources.list

vi /etc/apt/sources.list 

and changing 'http' 'ftp' debian-src follows:

deb ftp://ftp.us.debian.org/debian/ wheezy-updates main contrib non-free 

etc.