[SOLVED] Use a MAC as router for Raspberry Pi - Raspberry Pi Forums
hi all, i' ve raspberry pi, @ home haven' t internet connection , use free wifi. connect raspberry thinked use mac router, went in preferences->internet , wireless->share , checked share internet: share from: wifi @ computer use: ethernet.
raspberry still doesn' t connect. should do?
when write in raspberry terminal (lxterminal) there 2 result infos , infos, if write result of each 1 i' m using mac os 1.8.2 , raspberry pi raspbian.
me, thank you!!!
alessiomtx
raspberry still doesn' t connect. should do?
when write in raspberry terminal (lxterminal)
code: select all
ifconfigcode: select all
eth0code: select all
locode: select all
iwconfigcode: select all
interface doesn' t support scanning.me, thank you!!!
alessiomtx
well, iwconfig configuring wlan, without wlan device, no wlan configuration.
1. turn off firewall in lion prevent interuption.
2. turn on internet sharing in lion (share wlan ethernet)
3. type "ifconfig" in terminal in lion , see ip bridge0 has (should 192.168.2.1)
4. type "dhclient eth0" in terminal on raspberry. if don't ip lion try following.
type "ifconfig eth0 192.168.2.2" , "route add default gw 192.168.2.1 dev eth0"
5. ping server e.g. "ping 8.8.8.8" (google nameserver) , check if replies. if went check if /etc/resolf.conf has line "nameserver 8.8.8.8" (or whatever dns-server prefer) without quotes " off course.
luck!
star
1. turn off firewall in lion prevent interuption.
2. turn on internet sharing in lion (share wlan ethernet)
3. type "ifconfig" in terminal in lion , see ip bridge0 has (should 192.168.2.1)
4. type "dhclient eth0" in terminal on raspberry. if don't ip lion try following.
type "ifconfig eth0 192.168.2.2" , "route add default gw 192.168.2.1 dev eth0"
5. ping server e.g. "ping 8.8.8.8" (google nameserver) , check if replies. if went check if /etc/resolf.conf has line "nameserver 8.8.8.8" (or whatever dns-server prefer) without quotes " off course.
luck!
star
raspberrypi
Comments
Post a Comment