[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)

code: select all

ifconfig
there 2 result

code: select all

eth0
infos ,

code: select all

lo
infos, if write

code: select all

iwconfig
result of each 1

code: select all

interface doesn' t support scanning.
i' m using mac os 1.8.2 , raspberry pi raspbian.

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


raspberrypi



Comments

Popular posts from this blog

CAN'T INSTALL MAMBELFISH 1.5 FROM DIRECTORY - Joomla! Forum - community, help and support

error: expected initializer before 'void'

CPU load monitoring using GPIO and leds - Raspberry Pi Forums