Quantcast
Channel: PirateBox Forum - PirateBox OpenWrt
Viewing all articles
Browse latest Browse all 3254

Re: Lost on Step #15, opkg update / adding USB support - "can't connect to remote host"

$
0
0
Hi Matthias,
Thanks for the response. I loved the Offline Art show, I'm trying to get this working so I can do more in this format.

Between yesterday and today I seem to have lost a step. At this point I'm fine up to step #13, I can sucessfully ssh (ssh root@192.168.1.111) into the box (which is plugged in via network cable to my house wifi box). When I ping google.com however, I'm getting this (I was pretty sure I had this working, but perhaps I was wrong): "ping: bad address 'google.com'"

My network file is as follows:

config interface 'loopback'
        option ifname 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'

config interface 'lan'
        option ifname 'eth0.1'
        option type 'bridge'
        option proto 'static'
        option ipaddr '192.168.1.111'
        option netmask '255.255.255.0'

config interface 'wan'
        option ifname 'eth0.2'
        option proto 'dhcp'

config switch
        option name 'rtl8366rb'
        option reset '1'
        option enable_vlan '1'

config switch_vlan
        option device 'rtl8366rb'
        option vlan '1'
        option ports '1 2 3 4 5t'

config switch_vlan
        option device 'rtl8366rb'
        option vlan '2'
        option ports '0 5t'

Viewing all articles
Browse latest Browse all 3254

Trending Articles