=== Guest5314 is now known as med_ === markthomas is now known as markthomas|away === denbeiren is now known as zz_denbeiren [04:09] Hi, I need help with setting up openvpn on ubuntu server. I've tried alot, getting help from others is my one last hope... can anybody help me? [04:41] user___1: have you seen this yet? https://help.ubuntu.com/14.04/serverguide/openvpn.html [04:47] I've googled ALOT. I still have a problem that I cant solve [04:49] do you get any error messages? [04:49] check both endpoints [04:52] openvpn itself doesn't have an accounting system, I used a software called softether that supports openvpn too, I can create an account, and connect to it, no problem here, but I want to limit connections of an account to 1, so user can't user his/her account to use openvpn from more than one place at a time [04:53] softether has an opetion for it, but it doesn't work for openvpn, its reported, several times, but no answer [04:55] I want to use openvpn to bypass internet censorship, because it can't be blocked easily by government [04:58] I know I should talk to someone from sofether support, but they're not so active, my problem was asked on their froum by other people. but they got no answer from them [04:59] do they have an irc channel? forums are my absolute last choice.. [05:00] I don't think so... they are not so active, and im not limited to use their software if I can reach what I want by an other way [05:01] can you specify a specific IP address for each client? that might be sufficient to limit them to one connection at a time [05:01] user IPs here are dynamic, they always change [05:02] don't you have to create an rfc1918 network for the clients once they've connected? [05:02] what is it...? [05:02] one of the 10.x.x.x or 192.168.x.x or .. 176something? [06:30] hi [06:30] how would i upgrade from ubuntu server 12.04 [06:30] to latest [06:30] can i skip everything in between? [06:33] Starcraftmazter: yes, you should be able to upgrade with do-release-upgrade [07:48] anyone awake? [07:54] Good morning. [08:19] hello all, does anyone know how i can do my ssh login to use the windows 2008 radius/nps ? === cluelessperson is now known as LordChooChoo === LordChooChoo is now known as CluelessPerson [10:28] how do i fix the banner name on server for postfix [10:28] when i run telnet my public ip 25 it show mail.abcd.com is that is my banner name ? [10:34] Yes [10:38] then when i run mxtoolbox.com its same as the my rdns still its say banner is not correct [10:40] Reverse DNS does not match SMTP Banner === ashleyd is now known as ashd === ashleyd is now known as ashd [13:45] Hi all, newbie here. I have a home server on a LAN connected to ther outer via cat5 cable. Is there a quick answer as to why my router doesn't know the "device name" (host name) of my server? In other words is this a usual ubuntu server problem or is it my router's problem? [13:45] ther outer= the router*** [13:47] JaguarDown: hostnames are usually looked up with DNS. If you don't have your own DNS server and haven't added the hostname, it won't understand it as a hostname. Linux doesn't use broadcasts of hostnames the way windows/netbios does it [13:50] Ok === arlen_ is now known as arlen === cz2 is now known as czo [14:39] hi all, is it acceptable to place a environment varaible in /etc/environment? Doesn't see that when I sudo su I can echo that variable, but as a normal user I can === czo is now known as czo2 === czo2 is now known as czo === Tm_Tr is now known as Guest98434 === markthomas|away is now known as markthomas === rbanffy_ is now known as rbanffy [17:22] Hi I need help [17:22] My server has unstable networking [17:24] Pingdom the remote server monitoring station keeps on emailing me every few minutes saying your server is down no wait it is back up no it's down no wait it is backup [17:26] And if you want you can do a continuous ping on its static IP if you want [17:26] if you want hundreds of people pinging you, sure :P [17:26] but give some details, what kind of server, how is it hooked to the internet [17:26] are you also noticing packetloss or is it just pingdom? [17:32] Here is the public static page [17:32] http://stats.pingdom.com/g5d44jvdauff [17:32] I.. don't think that was what's asked...? [17:32] oh [17:32] you pinged out [17:32] [2015-08-05 13:26:33] <Sling> if you want hundreds of people pinging you, sure :P [17:32] [2015-08-05 13:26:47] <Sling> but give some details, what kind of server, how is it hooked to the internet [17:32] [2015-08-05 13:26:55] <Sling> are you also noticing packetloss or is it just pingdom? [17:32] jvwjgames: ^ [17:33] Packet loss [17:34] what about the other requested data, such as what kind of server (VPS, virtual, physical box, etc.), and how it's connected to the 'net [17:34] or do you not know that [17:35] I do [17:36] jvwjgames: feel free to query me the IP and I could run some mtr from a few spots on the internet [17:36] also, how long has this been an issue? [17:37] It is a poweredge 1950 with 2 GB NIC's I have a block of 13 statics witch two are allocated to the server [17:55] i'm not able to run my sh script through cron [17:55] aditya: is it chmod +x'ed ? [17:55] yes [17:56] script is working fine manually [17:56] so how did you add it to cron and what is happening? [17:56] i added it to run every 15 min to backup my gitlab repos [17:56] but its not working [17:56] added it where [17:56] how [17:56] [ moar details plz ] [17:57] i added it via crontab -e [17:57] as root? [17:57] yes [17:57] okay and what does your crontab -l look like now/ [17:57] like this [17:57] 15 3 * * * cd /root/; ./backup.sh > /tmp/repobackup [17:58] use /root/backup.sh > /tmp/repobackup instead [17:58] i used that also but not worked [17:59] in my other server its working fine [17:59] in same pattern [18:00] it looks a bit weird, you can just use the full path :) [18:00] but anyway, what do you mean with 'not working' [18:00] do you know if its trying to run it? [18:00] ie. did you check the logs [18:01] yes i checked [18:01] there is noting in logs [18:01] so its not trying to run it [18:01] no [18:01] is crond or another cron daemon running? [18:02] no there is only one c [18:02] cron [18:02] so is it running? what is the output of ps faux | grep cron ? [18:02] yes running [18:03] then it should be logging, what logs did you check? [18:03] ps -aux | grep cron [18:03] root 13273 0.0 0.0 23652 940 ? Ss Aug03 0:00 cron [18:03] if i want to run it daily [18:04] can i put it in cron.daily folder [18:04] stop trying to randomly change things when you still don't know what the issue is [18:04] thats not how you learn or troubleshoot [18:10] also, are there any mails for root on your account? cron will generate mails when something goes wrong [18:10] (check with 'mail') [18:11] the > /tmp/repobackup will just redirect stdout but not stderr [18:13] I pm'd you sling [18:13] yeah I noticed ;) [18:15] By now you are experiencing packet loss on last hop [18:15] nope [18:16] Really the 210 [18:16] No packet loss [18:16] well i cant ping your own router, doesn't respond to icmp it seems [18:17] but the last hop before it, still no loss since our pm [18:17] The 210 is the server it is directly connected to the modem [18:18] ok [18:18] The reason that you can't ping it is cause I accidently unplugged the power to the server [18:18] So it is rebooting [18:19] I am surprised that there is no packet loss [18:19] again, I was seeing packet loss to the comcast router [18:19] not to your own router or server [18:19] Oh [18:19] Sorry i misunderstood you [18:21] This is good news [18:21] When I logged in to my server [18:21] It is now showing the ip's of the interfaces [18:22] Before it didnt [18:23] :/ [18:23] that doesn't really make sense :) [18:23] Told you unstable networking [18:23] ... [18:24] you lack some understanding of networking, sorry to say :) [18:24] What I mean to say about unstable networking is sometimes I can't reach my server [18:24] if your interface would be unconfigured, without an IP, it would not have packet loss, it would simply have no connection at all [18:25] and IP's don't just disappear from your server [18:25] And during that time it also doesn't let me ping [18:25] anyway, enough said about your issue [18:27] Also if they are static ip's doesn't it need gateways for both interfaces [18:27] Cause when I put in the gateways for both ip's it freaks out [18:27] stop changing stuff you don't understand :( [18:28] strictly speaking, you don't need gateways at all.. that's just if you want it to talk to machines beyond the subnets that it's on.. [18:28] all you need are the proper routes in your routing table [18:28] Ok [18:28] again, this is not related to your issue [18:28] Sorry [18:29] And I didn't change anything [18:30] That's what happened in the past [18:30] Anyway past that [18:30] Pingdom just reported my server is offline again [18:37] OK sling I found the problem [18:48] OK this is just odd [18:48] 210 is no longer reachable [18:49] But 211 is it is like my server is rotating the ips [18:50] Sling: any idea [18:50] about? [18:51] 210 is no longer reachable but 211 is it is like my server is rotating the two ips [18:52] So it is causing Pingdom to think my server is down [18:52] i haven't got a clue what you're doing here.. [18:52] .. but it sounds kind of like you've got two ips on one NIC? [18:52] which should work perfectly fine if configured properly [18:52] jvwjgames2: how is your networking configured on your server| [18:56] http://picpaste.com/pics/IMAG0006-XpPLDPj1.1438800960.jpg [18:57] jvwjgames2: and are both eth1 and eth0 physically connected to your router? [18:57] what does 'ip a' show [18:57] Yes [18:57] jvwjgames2: probably only one of those interfaces should have a gateway line [19:01] http://picpaste.com/pics/Screenshot_2015-08-05-12-59-46-0FbXP4wO.1438801259.png [19:02] and 'ip r' finally, for the routes [19:02] then we have sort of a complete picture [19:06] http://picpaste.com/pics/Screenshot_2015-08-05-13-04-58-Zn2IuAbL.1438801544.png [19:06] Sorry I didn't provide this earlier [19:06] well this is not related to the packetloss to comcast's router, but there might be multiple issues [19:06] you also seem to have split routing on your own server [19:06] remove one of the gateway lines in your interfaces file [19:07] Did that [19:09] Anything else you need me to provide [19:10] are you still experiencing network issues? [19:11] 210 still unreachable [19:11] you might need to reset your server and router, or manually clear some arp tables [19:11] so the new routing is in effect [19:12] anyway, i gotta go, good luck [19:12] Ok [19:13] Thanks [19:21] Now 211 is unreachable [19:24] I want to get this issue resolved === czo is now known as cz2 [20:16] Can anyone help [20:18] you have two nics, it won't work [20:19] you cannot put two nics on the same l2 network and expect it to work, without a LOT of pain and knowledge [20:23] So how do I configure my two statics from Comcast to work then [20:23] on one interface [20:23] why would you use two? [20:24] For dns load balancing and for failover [20:24] I have 12 statics on one interface [20:24] heh? [20:24] How did you do that [20:24] what do you mean dns load balancing? [20:24] your doing >1gigabit of dns? [20:24] not sure how failover will help, your issue is spof of the modem itself [20:25] don't see how two tables will help, vs one [20:25] Ok [20:25] two cables [20:26] What do you mean by that [20:26] modem going down, is atleast 50x more likely than a nic or cable having an issue [20:26] Ok [20:26] How did you do the 12 statics on one line [20:27] the normal way in ubuntu using the interfaces file [20:27] Oh ok [20:27] http://askubuntu.com/questions/313877/how-do-i-add-an-additional-ip-address-to-etc-network-interfaces [20:27] one such method [20:27] Also is it possible to have multiple statics on a different network [20:27] I use this method, up ip addr add fff.fff.fff.fff/prefixlen dev eth0 [20:28] that question makes no sense [20:29] So basically so I can have a traceroute like 1. 96.92.80.209 2. 96.92.80.210 3. 96.92.80.211 trace route complete [20:30] what? [20:31] Basically have multiple static IP across multiple routers [20:31] ok, everything your doing is wrong [20:31] scrape it [20:32] this is pointless to start from the ground up, like your doing [20:32] when you doin't know where your going [20:32] if you use all your ip's on *routers*, sure, but then you won't have any usable ip's [20:32] and they won't chain together ever to produce a traceroute result like that [20:33] I am not going to use all my 13 just 3 [20:33] why use any? [20:33] none of this makes so since, with no goal [20:34] how do you even think a traceroute like that could exist? [20:34] and why would you want it to exist at all? [20:34] Cause right now my server is directly connected to the modem [20:34] and? [20:34] there is a problem with that? [20:34] iSP do it [20:34] Security [20:34] what security? [20:34] routers don't provide security [20:35] isp [20:35] isp's don't provide ANY security [20:35] Traceroute [20:35] ok, just saying random words doesn't mean anything [20:35] ISP does traceroute like that [20:36] Sorry I am typing on a phone [20:36] so me ONE isp that does? and I will believe you [20:36] even one ISP that is clueless and has no idea what they are doing, couldn't even do that if they wanted to [20:37] just think about what you said some [20:37] 1. 96.92.80.209 2. 96.92.80.210 3. 96.92.80.211 [20:37] if you had a traceroute result like that [20:38] that means ANY one of those systems failed, OR your modem, your offline [20:38] no one, not even isp's would dream of doing that [20:38] http://picpaste.com/pics/Screenshot_2015-08-05-14-37-40-kRIAG2yI.1438807092.png [20:39] How 8 9 10 and 11 [20:39] that doesn't match what you requested [20:39] I don't see any ip's that are in a row at all [20:39] Hop* [20:39] Sorry let me rephrase [20:39] you see 3+ ip's in the same subnet? [20:39] I don't [20:40] Hop 8 and 9 are [20:40] seeDed you see the pic [20:40] yes, and you will ahve that too [20:40] Did* [20:40] your modem + your static [20:40] I don't seewhy you want a 3rd and 4th [20:40] that is just extreemly hard to do, and will give you lots of problems [20:41] OK I won't do it [20:42] I am just wanting it cause that will tell me where the issue is in the network [20:42] If any [20:42] it won't tell you anymore than you already have; it'll just add more things to go wrong [20:43] OK thanks for the info [20:43] Back to the other issue at hand [21:01] Fixed my other network issue thanks to your post [21:02] patdk-lap: thanks [21:17] I can confirm that all networking is backup and working correctly [21:27] anybody got problem with upstart, that it never daemonize an application, it just stucks in there..? === ideopathic_ is now known as ideopathic === jvwjgames is now known as jvwjgames2 === jvwjgames2 is now known as jvwjgames [21:53] Ubuntu headless server 14 upon log in states: "=> / is using 95.4% of 47.57GB" where the install takes less than 2 GB at most. $df-h yields a line that says "/dev/mapper/mediamagnate--vg-root [size]48G [used] 46G 0 100% /" [21:55] Am trying to find what is occupying the hard drive .... because it's not the OS -- at least not as configured [22:00] bitcoinassassin: Narrow it down using du -sh on every directory besides dev, sys, proc, etc. in your / === txomon|home_ is now known as txomon|home