*** t3st3r has quit IRC | 00:12 | |
*** t3st3r has joined #maemo | 00:18 | |
*** drathir_tor has quit IRC | 00:20 | |
*** drathir_tor has joined #maemo | 00:22 | |
*** Kilroo has joined #maemo | 00:51 | |
*** L29Ah has quit IRC | 01:34 | |
*** t3st3r has quit IRC | 02:07 | |
*** Pali has quit IRC | 02:08 | |
*** t3st3r has joined #maemo | 02:13 | |
*** jskarvad has quit IRC | 02:30 | |
*** tm has quit IRC | 02:35 | |
*** tm has joined #maemo | 02:46 | |
*** akossh has quit IRC | 02:48 | |
*** t3st3r has quit IRC | 03:19 | |
*** moldorcoder7 has quit IRC | 04:01 | |
*** moldorcoder7 has joined #maemo | 04:25 | |
*** florian has quit IRC | 04:32 | |
*** TW1920 has quit IRC | 05:32 | |
*** TW1920 has joined #maemo | 05:57 | |
*** tm has quit IRC | 06:50 | |
*** tm has joined #maemo | 06:53 | |
*** Kilroo has quit IRC | 06:56 | |
*** niceplace has quit IRC | 06:57 | |
*** niceplace has joined #maemo | 07:03 | |
*** povbot has joined #maemo | 07:32 | |
*** DocScrutinizer05 has quit IRC | 07:54 | |
*** DocScrutinizer05 has joined #maemo | 07:54 | |
*** bleb has quit IRC | 08:01 | |
*** bleb has joined #maemo | 08:10 | |
*** bleb has quit IRC | 08:15 | |
*** RedW has quit IRC | 08:26 | |
*** bleb has joined #maemo | 08:26 | |
*** t3st3r has joined #maemo | 08:31 | |
*** RedW has joined #maemo | 08:32 | |
*** L29Ah has joined #maemo | 09:44 | |
*** jskarvad has joined #maemo | 10:18 | |
*** drathir_tor has quit IRC | 10:34 | |
*** peetah has quit IRC | 10:35 | |
*** drathir_tor has joined #maemo | 10:37 | |
*** peetah has joined #maemo | 10:38 | |
*** Pali has joined #maemo | 10:41 | |
*** peetah has quit IRC | 10:44 | |
*** peetah has joined #maemo | 11:01 | |
*** drathir_tor has quit IRC | 11:01 | |
*** drathir_tor has joined #maemo | 11:03 | |
*** florian_kc has joined #maemo | 11:30 | |
KotCzarny | n900's worthy: https://github.com/tenox7/wrp | 11:31 |
---|---|---|
*** florian_kc is now known as florian | 11:48 | |
L29Ah | lol | 12:19 |
sicelo | i haven't tried the nginx solution on tmo yet, but i think it's a better option | 12:42 |
bencoh | ? | 12:52 |
bencoh | nginx on tmo? | 12:53 |
sicelo | yes. you run nginx on the device as a proxy, then microb connects to it. | 12:59 |
sicelo | iirc halftux prepared the package | 12:59 |
KotCzarny | sicelo, that only solves ssl problem | 12:59 |
KotCzarny | not the funky layouts and js | 12:59 |
sicelo | true | 13:00 |
*** akossh has joined #maemo | 13:33 | |
*** xmn has quit IRC | 14:38 | |
*** peetah has quit IRC | 15:33 | |
sicelo | i guess this is a noob question - i have an openwrt 'server' with two interfaces (192.168.8.0/24 for WAN, and 192.168.1.0/24 for LAN). I also am able to SSH to it from anywhere (via ngrok for now) | 15:35 |
sicelo | on hte WAN interface, a Huawei router is connected, with IP 192.168.8.1. I need to connect to the web config of this router | 15:36 |
sicelo | doing `ssh <ngrok_endpoint&port> -L 1234:192.168.8.1:80` and opening localhost:1234 on my browser results in the browser trying to access http://192.168.8.1/html/index.html?url=localhost:1234 | 15:38 |
sicelo | so i'm a bit stuck. any ideas? | 15:38 |
KotCzarny | disable javascript or write url yourself | 15:39 |
bencoh | nooo | 15:39 |
bencoh | ssh -D 9050 <whateveropenrt> | 15:39 |
*** peetah has joined #maemo | 15:39 | |
bencoh | and use 127.0.0.1:9050 as a SOCKS proxy | 15:39 |
KotCzarny | bencoh, so, openssh can act as socks now? | 15:40 |
KotCzarny | nice | 15:40 |
bencoh | KotCzarny: for ... ages :) | 15:40 |
bencoh | oh and, don't forget to enable remote dns resolving/proxying (in about:conf) | 15:40 |
KotCzarny | i think he only needs to access huawei conf | 15:41 |
sicelo | mmm, for some reason i thought -D wouldn't be the right one here | 15:41 |
bencoh | yeah, the dns part was in case it needs to resolve some .lan/whatever name | 15:41 |
KotCzarny | why not just 192.168.8.1 without tricks? | 15:41 |
sicelo | i'm on the internet, not owrt | 15:42 |
sicelo | i'm accessing owrt via ssh (through ngrok). so i need a way to specify my intention to speak to 192.168.8.1:80. there's also 192.168.1.1:80 open, which is owrt's config. i can access that with no problem. it's the ..8.1:80 that i'm struggling with | 15:44 |
KotCzarny | huawei might be hardcoded to :80 | 15:45 |
KotCzarny | so just forwad local port 80 ? | 15:45 |
KotCzarny | ahm | 15:46 |
KotCzarny | and local ip needed | 15:46 |
KotCzarny | pity it doesnt use some fake domain | 15:46 |
bencoh | sicelo: -D should work anyway, unless I missed something | 15:46 |
KotCzarny | yeah | 15:47 |
KotCzarny | bencoh's solution should be best | 15:47 |
sicelo | i'll try it in a bit. i've somehpw got my keyboard in a locked state of sorts | 15:48 |
sicelo | i don't think -D will work, or i don't know how to use it well (i use it a lot, but yeah) | 15:51 |
bencoh | why wouldn't it work? | 15:51 |
KotCzarny | i've recently rewritten some tiny extension that changes urls on the fly in firefox | 15:51 |
sicelo | ah, i think i understand now. trying | 15:53 |
sicelo | yes, it's working. thanks | 15:54 |
*** drathir_tor has quit IRC | 17:06 | |
*** drathir_tor has joined #maemo | 17:11 | |
*** pagurus has joined #maemo | 18:02 | |
*** pcfe[m] has joined #maemo | 19:20 | |
*** luke-jr has quit IRC | 19:53 | |
*** luke-jr has joined #maemo | 19:58 | |
*** moldorcoder7 has quit IRC | 20:21 | |
*** moldorcoder7 has joined #maemo | 20:24 | |
*** xmn has joined #maemo | 20:34 | |
*** inky has quit IRC | 20:36 | |
*** inky has joined #maemo | 20:51 | |
*** jon_y has quit IRC | 21:57 | |
*** jon_y has joined #maemo | 21:57 | |
*** jskarvad has quit IRC | 22:37 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!