| 00:13.53 | *** join/#maemo t3st3r (~t3st3r@themanaworld/gamemaster/t3st3r) |
| 00:46.55 | *** join/#maemo tm (~sinnlos@unaffiliated/tm) |
| 02:25.33 | *** join/#maemo moldorcoder7 (~moldorcod@206.166.251.59) |
| 03:57.25 | *** join/#maemo TW1920 (~quassel@j329043.servers.jiffybox.net) |
| 04:53.31 | *** join/#maemo tm (~sinnlos@unaffiliated/tm) |
| 05:03.29 | *** join/#maemo niceplace (~nplace@185.166.84.84) |
| 05:32.49 | *** join/#maemo povbot (~supybot@office.pov.lt) |
| 05:54.10 | *** join/#maemo DocScrutinizer05 (~saturn@openmoko/engineers/joerg) |
| 06:10.07 | *** join/#maemo bleb (~cm@unaffiliated/bleb) |
| 06:26.53 | *** join/#maemo bleb (~cm@unaffiliated/bleb) |
| 06:31.56 | *** join/#maemo t3st3r (~t3st3r@themanaworld/gamemaster/t3st3r) |
| 06:32.56 | *** join/#maemo RedW (~redw@89-67-10-209.dynamic.chello.pl) |
| 07:44.55 | *** join/#maemo L29Ah (~L29Ah@unaffiliated/l29ah) |
| 08:18.04 | *** join/#maemo jskarvad (~jskarvad@redhat/jskarvad) |
| 08:37.35 | *** join/#maemo drathir_tor (~drathir@gateway/tor-sasl/drathir) |
| 08:38.47 | *** join/#maemo peetah (~peetah@cha92-9-82-236-202-86.fbx.proxad.net) |
| 08:41.16 | *** join/#maemo Pali (~pali@Maemo/community/contributor/Pali) |
| 09:01.47 | *** join/#maemo peetah (~peetah@cha92-9-82-236-202-86.fbx.proxad.net) |
| 09:03.53 | *** join/#maemo drathir_tor (~drathir@gateway/tor-sasl/drathir) |
| 09:30.46 | *** join/#maemo florian_kc (~florian_k@Maemo/community/contributor/florian) |
| 09:31.22 | KotCzarny | n900's worthy: https://github.com/tenox7/wrp |
| 10:19.59 | L29Ah | lol |
| 10:42.10 | sicelo | i haven't tried the nginx solution on tmo yet, but i think it's a better option |
| 10:52.55 | bencoh | ? |
| 10:53.05 | bencoh | nginx on tmo? |
| 10:59.01 | sicelo | yes. you run nginx on the device as a proxy, then microb connects to it. |
| 10:59.10 | sicelo | iirc halftux prepared the package |
| 10:59.50 | KotCzarny | sicelo, that only solves ssl problem |
| 10:59.59 | KotCzarny | not the funky layouts and js |
| 11:00.23 | sicelo | true |
| 11:33.52 | *** join/#maemo akossh (~akossh@unaffiliated/akossh) |
| 13:35.34 | 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) |
| 13:36.20 | 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 |
| 13:38.16 | 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 |
| 13:38.28 | sicelo | so i'm a bit stuck. any ideas? |
| 13:39.12 | KotCzarny | disable javascript or write url yourself |
| 13:39.15 | bencoh | nooo |
| 13:39.22 | bencoh | ssh -D 9050 <whateveropenrt> |
| 13:39.35 | *** join/#maemo peetah (~peetah@cha92-9-82-236-202-86.fbx.proxad.net) |
| 13:39.40 | bencoh | and use 127.0.0.1:9050 as a SOCKS proxy |
| 13:40.02 | KotCzarny | bencoh, so, openssh can act as socks now? |
| 13:40.03 | KotCzarny | nice |
| 13:40.07 | bencoh | KotCzarny: for ... ages :) |
| 13:40.27 | bencoh | oh and, don't forget to enable remote dns resolving/proxying (in about:conf) |
| 13:41.10 | KotCzarny | i think he only needs to access huawei conf |
| 13:41.28 | sicelo | mmm, for some reason i thought -D wouldn't be the right one here |
| 13:41.50 | bencoh | yeah, the dns part was in case it needs to resolve some .lan/whatever name |
| 13:41.54 | KotCzarny | why not just 192.168.8.1 without tricks? |
| 13:42.30 | sicelo | i'm on the internet, not owrt |
| 13:44.51 | 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 |
| 13:45.18 | KotCzarny | huawei might be hardcoded to :80 |
| 13:45.27 | KotCzarny | so just forwad local port 80 ? |
| 13:46.01 | KotCzarny | ahm |
| 13:46.08 | KotCzarny | and local ip needed |
| 13:46.15 | KotCzarny | pity it doesnt use some fake domain |
| 13:46.53 | bencoh | sicelo: -D should work anyway, unless I missed something |
| 13:47.03 | KotCzarny | yeah |
| 13:47.10 | KotCzarny | bencoh's solution should be best |
| 13:48.25 | sicelo | i'll try it in a bit. i've somehpw got my keyboard in a locked state of sorts |
| 13:51.14 | 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) |
| 13:51.48 | bencoh | why wouldn't it work? |
| 13:51.58 | KotCzarny | i've recently rewritten some tiny extension that changes urls on the fly in firefox |
| 13:53.31 | sicelo | ah, i think i understand now. trying |
| 13:54.59 | sicelo | yes, it's working. thanks |
| 15:11.15 | *** join/#maemo drathir_tor (~drathir@gateway/tor-sasl/drathir) |
| 16:02.29 | *** join/#maemo pagurus (~user@i59F5FFAE.versanet.de) |
| 17:20.03 | *** join/#maemo pcfe[m] (pcfepcfene@gateway/shell/matrix.org/x-yukvehwhyddifsaj) |
| 17:58.39 | *** join/#maemo luke-jr (~luke-jr@unaffiliated/luke-jr) |
| 18:24.05 | *** join/#maemo moldorcoder7 (~moldorcod@206.166.251.59) |
| 18:34.23 | *** join/#maemo xmn (~xmn@user-0cdft0l.cable.mindspring.com) |
| 18:51.57 | *** join/#maemo inky (~inky@178.78.149.229) |
| 19:57.29 | *** join/#maemo jon_y (~enforcer@2001:f40:91b::3:d7e0) |
| 22:06.01 | *** join/#maemo t3st3r (~t3st3r@themanaworld/gamemaster/t3st3r) |
| 23:20.19 | *** join/#maemo akossh (~akossh@unaffiliated/akossh) |