wrst | aeden__d: if cyberanger is around he might be able to lend a hand or Unit193 | 00:11 |
---|---|---|
aeden__d | ok, thanks wrst | 00:11 |
wrst | If they are around they will respond to the ping | 00:12 |
cyberanger | Hang on, will fire up a computer | 00:12 |
cyberanger | Pushbullet notified me | 00:12 |
wrst | cyberanger: I need to set pushbullet up it sounds like good stuff | 00:12 |
cyberanger | It is, but idk if you can with quassel (Hadn't looked) | 00:20 |
cyberanger | aeden__d: what's up? | 00:20 |
wrst | cyberanger: well thinking for other things mainly notifications on my desktop from my phone | 00:21 |
wrst | But quassel does the notifications pretty well on Android itself | 00:22 |
aeden__d | cyberanger, I followed this --> https://www.digitalocean.com/community/tutorials/how-to-set-up-an-openvpn-server-on-ubuntu-14-04 | 00:22 |
aeden__d | everything seemed to work as advertised but when I connect my iphone using the openVPN connect app, the ipaddr doesn't change when I check it at https://www.dnsleaktest.com/ | 00:23 |
aeden__d | Step 6 - Testing Your VPN Connection... thats is what I'm referring to from that howto | 00:25 |
cyberanger | did you take the semicolon out of the lines referring to DNS ";push "dhcp-option DNS 208.67.222.222"" ";push "dhcp-option DNS 208.67.220.220"" or the redirect gateway ";push "redirect-gateway def1 bypass-dhcp"" | 00:26 |
aeden__d | in which file? client.ovpn? | 00:28 |
cyberanger | server | 00:28 |
aeden__d | let me check... | 00:28 |
cyberanger | Alright | 00:33 |
aeden__d | mayber i've been staring at this too long... I dont see those in server.conf | 00:34 |
cyberanger | you see anything similar even? | 00:37 |
cyberanger | any push declarations? | 00:38 |
aeden__d | ;push "route 192.168.10.0 255.255.255.0";push "route 192.168.20.0 255.255.255.0" | 00:38 |
aeden__d | cyberanger, ok, yes push "redirect-gateway def1 bypass-dhcp" (already uncommented) | 00:40 |
cyberanger | Okay, and anything for dns? | 00:40 |
aeden__d | push "dhcp-option DNS 208.67.222.222" push "dhcp-option DNS 208.67.220.220" (also already uncommented) | 00:40 |
cyberanger | Do you have the setup on anything in addition to the iphone? | 00:41 |
aeden__d | nope | 00:41 |
aeden__d | one client... iphone1.crt and iphone1.key | 00:42 |
cyberanger | Can you? to rule out anything iOS related. Also, did you do anything with enabling routing, iptables -t nat -L and cat /proc/sys/net/ipv4/ip_forward | 00:43 |
cyberanger | make sure it did get enabled | 00:43 |
aeden__d | I didn't mess with iptables, I just followed the tutorial | 00:44 |
cyberanger | I know, it uses an iptables frontend, Uncomplicated Firewall | 00:46 |
cyberanger | the command I gave will spit out the rules for the nat table that was placed by ufw | 00:46 |
aeden__d | all I see in ip_forward is "1" | 00:50 |
cyberanger | perfect, and the iptables command, does it have any rules listed? | 00:50 |
aeden__d | http://pastebin.com/W43PPLwp | 00:52 |
cyberanger | So Masquerade is there | 00:56 |
cyberanger | Can you reboot the phone and then reconnect the client, then recheck | 00:57 |
cyberanger | make sure it isn't any caching or similar | 00:57 |
aeden__d | ok, before I do that I want to show you what it looks like on my phone. --> http://imagebin.ca/v/2DBk4IOhubKZ | 00:59 |
aeden__d | I think I've messed up somewhere with my no-ip ddns and router config | 01:02 |
aeden__d | the thing is, I tried rebooting etc and the phone ip never changes. of course I'm connected over local wi-fi. switching to 4g results in no connection | 01:04 |
cyberanger | Okay, looking | 01:06 |
cyberanger | Wait, your on the same lan as the server? | 01:06 |
aeden__d | yes | 01:06 |
cyberanger | connected via wifi, and your connecting to the server at 192.168.1.15 | 01:07 |
aeden__d | yes | 01:07 |
aeden__d | but it should still push right? | 01:07 |
aeden__d | wrst, btw, thank you for accepting my request for the launchpad team membership | 01:09 |
cyberanger | your problem isn't your connection, you are connected fine | 01:09 |
cyberanger | your problem is you've set a line in client.ovpn to your local ip, not your no-ip hostname | 01:10 |
wrst | aeden__d: no problem glad to have you here | 01:11 |
cyberanger | and your dns check will show the same IP when your on wifi, becuase your server, phone and any other system are on your home network | 01:11 |
cyberanger | behind your home router, having one external ip | 01:11 |
cyberanger | the same external ip | 01:11 |
aeden__d | cyberanger, i generated a new client.ovpn using the hostname from no-ip... it didnt work | 01:12 |
cyberanger | To fix; change the line with "remote 192.168.1.15 <port>" to "remote <myname on no-ip> <port>" | 01:13 |
aeden__d | ok, Ill try again but it didnt work last time | 01:13 |
cyberanger | hang on | 01:13 |
aeden__d | give me a minute to configure a new file and transfer to my phone | 01:14 |
cyberanger | okay, also, On linux, run dig <name on no-ip> and compare it to dnsleaktest.com | 01:15 |
cyberanger | make sure noip has your ip | 01:15 |
cyberanger | also, make sure if you told openvpn to use udp 1194 (the default) you told the router to forward udp and not tcp 1194 | 01:16 |
cyberanger | if you tweaked the default, that's fine, as long as it all matches, server router and client | 01:18 |
cyberanger | lemme know | 01:28 |
aeden__d | ok, changed to vbox-ubuntu.ddns.net tried to connect... timed out | 01:30 |
aeden__d | my router doesnt have a udp or a tcp service option?? | 01:33 |
aeden__d | I think I'm wasting your time cyberanger I need to get my crap together, I've got too much wrong on this end | 01:34 |
cyberanger | what is your port forwarding setting? | 01:36 |
aeden__d | none atm, changing things | 01:36 |
cyberanger | okay, I think that's all your missing | 01:36 |
cyberanger | presuming you control vbox-ubuntu.ddns.net | 01:37 |
aeden__d | its a netgear router but it doesnt give me an option for udp or tcp | 01:37 |
aeden__d | if by control you mean I've registered it? yes | 01:38 |
aeden__d | tried port forwarding on udp port 1194... no go | 01:50 |
cyberanger | yeah, and kept the ip up to date | 01:52 |
cyberanger | hrm, everything looks good except the port forward then | 01:53 |
aeden__d | the dig command, what should have I seen? | 01:53 |
aeden__d | an ip address? | 01:53 |
cyberanger | yes, your public one | 01:54 |
cyberanger | and other (unnecessary) output too | 01:54 |
aeden__d | http://pastebin.com/NFsZW0dN | 01:55 |
cyberanger | also you may need to test it when NOT on wifi, your router might be interferring with it | 01:55 |
cyberanger | uh, That's not your ip | 01:57 |
cyberanger | I'm not sure what your IP is, but I'm extremely sure that's not it | 01:57 |
aeden__d | I know, this is weird | 01:58 |
aeden__d | does it matter that I'm running this in virtual box with a bridged connection? | 01:58 |
cyberanger | You have No IP's web redirect enabled for that name? | 01:58 |
cyberanger | http://www.noip.com/support/knowledgebase/why-do-i-see-8-23-224-90-when-i-ping-my-host-name/ | 01:59 |
aeden__d | I dont have any port forwarding setup at the moment. | 02:00 |
cyberanger | You'll need that too, but that's not your only issue. | 02:00 |
cyberanger | you also need ddns and not web redirect setup | 02:00 |
aeden__d | whats the issue? | 02:00 |
aeden__d | I've already installed the dynamic update client from no-ip if that is what you are referring to | 02:07 |
aeden__d | *dynamic DNS update client | 02:08 |
aeden__d | cyberanger, ok, reinstalled dns client from no-ip. configured and started up. configured port forwarding udp on 1194. tried to connect from phone... timed out | 02:22 |
aeden__d | dig still doesnt show my ip | 02:23 |
aeden__d | update: dig now shows my public ip. I'm able to connect to no-ip hostname from OpenVPN app on phone. whatsmyip on phone still shows public ip address | 02:33 |
cyberanger | Which public IP? | 02:40 |
cyberanger | aeden__d: are you on wifi? | 02:41 |
aeden__d | yes | 02:44 |
aeden__d | I just did a port scan and 1194 timed out | 02:44 |
cyberanger | port forwarding setup again? | 02:46 |
aeden__d | home-vpn1194119411941194192.168.1.15 | 02:47 |
cyberanger | Umm, with that amount of 1194's, I'm going to take a guess one of those isn't for port number, but port type | 02:49 |
aeden__d | wifi is turned off on my phone. everything works from my phone but whatsmyip still shows my public addr | 02:49 |
aeden__d | no, external start port / external end port / internal start port / internal end port | 02:50 |
aeden__d | yes, you are correct | 02:50 |
cyberanger | ah, so wifi is off, you are connected over celluar to your server, yes | 02:51 |
aeden__d | yes | 02:52 |
cyberanger | And the IP is? | 02:54 |
aeden__d | ip for server or public | 02:55 |
* cyberanger gets ready for sleep | 03:17 | |
Unit193 | Hi. | 06:39 |
netritious | howdy | 16:21 |
bwmaker | o/ | 17:20 |
netritious | how's it going bwmaker? | 17:41 |
bwmaker | Good, netritious. Doing a little Linux Academy studying on lunch. How about you? | 17:43 |
netritious | looking at box mods (vapor hardware) | 17:44 |
netritious | http://www.simeiyue.cn/kungfu-v4-mod-e-cig.html | 17:45 |
bwmaker | I'm a little amazed at the tinkering community that's formed around vapor. I didn't really expect to see that when it first began to gain popularity. | 17:47 |
cyberanger | hey netritious and bwmaker | 17:55 |
bwmaker | Afternoon! | 17:55 |
cyberanger | How's it going? | 17:58 |
bwmaker | Pretty good. Trying to figure out a problem with the new Edge browser. :-/ Seems to render differently depending if you're using a VM or upgraded locally running Win 7/8 installation. | 18:08 |
cyberanger | Is that the new IE name? | 18:09 |
bwmaker | Yeah | 18:16 |
cyberanger | Ah, yep | 18:16 |
cyberanger | and ouch | 18:16 |
bwmaker | Yeah, it's a weird thing that the VMs and upgrade machines are behaving so differently. | 18:18 |
wrst | hello netritious, bwmaker | 18:19 |
wrst | oh and hi cyberanger, pretty sure we converse enough its a constant flow :) | 18:20 |
cyberanger | Constant enough | 18:22 |
bwmaker | Howdy | 18:28 |
netritious | howdy wrst and cyberanger | 18:45 |
wrst | hello all going well? | 18:45 |
netritious | bwmaker: yeah, there are guys who make those mods and then guys like me who use them heh | 18:46 |
netritious | there are two major mod makers in N. MS -- Sinister Mods and Chaos Box Mods. | 18:49 |
netritious | I have a Sinister Series Mini, 2x 18650 wired in series in a hammond 1590A hobby box and "stacked" battery tray...only way to fit two 18650 batteries in such a small box. | 18:50 |
netritious | wrst: all things are well. :) how about yourself? | 18:52 |
wrst | doing well coming up close to having a non-dramatic monday completed :) | 18:52 |
bwmaker | That's always a good monday. | 18:52 |
bwmaker | :) | 18:52 |
wrst | you aren't kidding | 18:54 |
netritious | drama free monday is the best | 18:58 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!