[01:27] Hi. I have a problem accessing my LAMP server externally through port 80. I can access it internally using both it's assigned local static ip address and my networks external ip address. I have talked to my ISP multiple times to see if they are blocking port 80 and they confirmed that they are not. Here are some commands I have run on my server to check if the ports are open and my server is connected to the network. [01:27] nmap -sP 192.168.1.0/24 (http://pastebin.com/wt9JYDJc) nmap 192.168.1.119 -p 1-10000 (http://pastebin.com/KFZswzYg) netstat -an | grep ':80' (http://pastebin.com/0ZrFb5YD) [01:28] hmm, none of those are public ip's [01:28] do you have any public ip's on your server? [01:29] i don't know what you mean. my public ip is for my router [01:29] and you configured dnat on your *router* [01:30] if by dnat you mean port forwarding, yes i did that [01:30] ntoombs: then whats the IP to the router [01:30] i.e. if you went to whatismyip.com or something [01:30] whats that number :P [01:30] dont tell us though :P [01:30] i know what it is [01:31] didya try using that for the bind number? or perhaps just * [01:31] heh? that won't work TheEvilPhoenix [01:31] patdk-lap: whoops my bad [01:31] you can't bind to an IP that the server is not configured with [01:31] been a while since i messed with Apache ;) [01:31] ignore me then [01:32] if it works from LAN, it's most likely the ISP or the router [01:32] they might swear up and down but the only way to know for sure is testing an alternate port [01:32] make a new port forwarding rule [01:33] port 22 works fine for ssh [01:33] is this a residential IP, out of curiosity? [01:33] 22 is not commonly blocked [01:33] that maps like port 8080 to port 80 [01:33] ISP* [01:33] yeah, in the router, change it to 8080 or 9000 or something, and test [01:33] if it works, your ISP is lying [01:33] which is far more common than it should be [01:33] if not, it's probably the router [01:34] hmm, it's a dynamic isp address [01:35] I can't believe they aren't blocking port 80 [01:35] i've been able to connect on port 80 before with this isp [01:35] things change [01:35] commonly blocked ports are 25, 80, 113, 145-149, 443, and 445 [01:35] people change [01:35] routing changes [01:35] don't forget 135-139 [01:36] ah, that's what I meant [01:36] instead of 145-149, my bad [01:36] that was like 2 weeks ago though [01:37] it's a pretty simple thing to test if your router is sane [01:37] just change the external port that gets forwarded to 80 on your server [01:37] kirkland: are you around by chance? [01:37] qman__: i'm sorry i don't know what you mean [01:38] i thought 80 was the port i'm forwarding to my server [01:38] in most routers, you forward port X to port Y on IP Z [01:38] you can leave Y and Z alone, and just change X [01:38] ^ that [01:38] TheEvilPhoenix: Error: "that" is not a valid command. [01:38] then try it from the internet [01:38] stfu bot [01:39] ko [01:39] my router forwards from external ip address > router (checks incoming connection and on what port) > whatever device the router forwarded the connetion [01:40] sorry i'm not very good with networking [01:40] i've worked with forwarding though [01:40] ntoombs: most routers support this: [01:40] yes [01:40] connections come in on the external IP [01:40] when you set up port forwards, you pick a port that the connections come in on [01:40] then pick an IP and port to forward said connection to [01:40] you can leave the second half alone, and just change the first one [01:41] so that connections coming in on 8080 go to your server on 80 [01:41] some random port and net connection from external > router > NAT: ( -> InternalMachineIP:) > InternalMachineIP [01:41] so for example [01:41] * patdk-lap spanks TheEvilPhoenix [01:41] i could bind the system in such a way that: port 8754 --> System:80 [01:41] Generic MASQUERADE or SNAT and a specific DNAT. Film at 11. [01:41] or any other combo :P [01:42] twb, shouldn't that be, ipv6 killed nat, story at 11 [01:42] qman__: so instead of forwarding the incoming connection to port 80 i forward it to port 8080? [01:42] no [01:42] ntoombs: no [01:42] dang [01:42] thought i had it :( [01:42] connections coming in on 8080, go to port 80 on the server [01:42] patdk-lap: yeah, but I doubt the OP knows that yet [01:43] you forward incoming connections from port 8080 to port 80 on the machine [01:43] so that you can leave your server alone, listening on the normal port 80 [01:43] but work around a possible port block from your ISP [01:44] prepositions matter here quite a bit ;) [01:44] indeed [01:44] ok i'll look around in my router how to forward a port to a different port :P [01:45] ntoombs: what router [01:45] netgear n300 dgn2200 [01:45] modem/router combo [01:46] ah [01:46] i'm not seeing any option for what you guys are talking about [01:47] ntoombs: screenshot? [01:47] sure [01:47] no i kid [01:47] lemme grab google ;) [01:47] or a screenie works :P [01:47] whatever you wanna do [01:47] which one? [01:47] screenie [01:47] because google is evil [01:48] k [01:48] Has anyone here ever used the xen hypervisor? I want to run it on my laptop with Ubuntu 11.04 as the dom0. I've looked online for a how-to but to no avail. Any ideas? [01:49] chowder: #ubuntu ? [01:49] chowder: laptops usually fall under the purview of the standard ubuntu channel [01:49] chowder, I do that on oneric since it has the xen aware kernel-3.0 [01:50] TheEvilPhoenix, come one now. Do you really think that in the main channel anyone is going to have any idea? (yes, I tried asking) [01:50] :P [01:50] sorry oneiric [01:50] ChmEarl, sounds like a good idea but I don't really want something unstable for my dom0. Just doesn't seem like a good idea [01:51] chowder, you want to build dom0 from source? use konrads git repo [01:52] http://git.kernel.org/?p=linux/kernel/git/konrad/xen.git [01:52] ChmEarl, I'm on a fresh 11.04 install. I've got my LVM set up just the way I like and all that. I figure that the last step is to install xen. [01:52] chowder, best bet is to build xen and dom0 from sources [01:53] ChmEarl, http://www.ubuntuupdates.org/packages/show/292562 <--- xen package mentioned here. Why is it better to build from source if its already supported in the kernel? [01:53] let me see [01:53] ntoombs: anything? [01:54] copying the link now :) [01:54] :) [01:54] http://i194.photobucket.com/albums/z286/ntoombs19/Screenshot2011-07-13at84932PM.png [01:55] if you need more just ask [01:55] chowder, I tried that setup on oneiric -- it worked with linux-image-3.0-2-sever [01:55] ntoombs: what's in that services dropdown list? [01:55] the complete list [01:55] the services dropdown is where the ports come from and you can add new services in the services link [01:55] i'm aware [01:55] add a new service [01:55] ChmEarl, well my question is where do I go from here? I've got a fresh install ready to go [01:55] named HTTP-alt, port 8080 [01:56] oh wait [01:56] that wont work [01:56] darn, its one of THOSE routers [01:56] [01:56] chowder, do apt-cache search linux-image-generic <-- what's the highest version available for 11.04? [01:56] i mean theoretically... [01:57] ChmEarl, one moment, please [01:57] you can use 8080 forwarded to your system, then use an iptables forward or something to reroute it to port 80 at the box [01:57] ChmEarl: rmadison knows [01:57] but i'm not sure of the method for that [01:57] TheEvilPhoenix: There is not an 8080 service but i could easily make one [01:57] ChmEarl, it doesn't say which version it is [01:57] sorry apt-cache show [01:57] i was hoping to make this a public webserver so i don't want everyone to have to go through port 8080 to get to it [01:58] ntoombs: can i /query ya for a sec? [01:58] yea [01:59] ChmEarl, 2.6.38.10.25 [01:59] chowder, not ready for xen dom0 -- you will have no support for domU [01:59] ChmEarl, so I need a later kernel? [02:00] chowder, later or a build from source known to support xen [02:00] hmmm...this sucks. [02:00] chowder, but as you said earlier, natty does have xen and xen-tools in repo, but no kernel yet [02:01] sorry, not tools, xen-utils-4.1 [02:01] recompiling the kernel takes 100 years...especially to go through all of those options [02:02] I'd rather just reinstall debian testing or something and save myself the headache [02:02] chowder, do you know `kevin on ##xen? he has a solution in his ~/kernel tree [02:03] ChmEarl, never heard of him but I can contact him, I guess [02:03] ask for the 2.6.38 dom0 kernel archive [02:04] I really don't care about the Dom0 too much. I just need it to be stable. After all, it will be managing my other vms [02:07] serue_: hi, here now [02:07] kirkland: was just wondering whether you wanted the latest changes in lp:ecryptfs rolled into an oneiric release or not. [02:08] serue_: yeah, definitely [02:08] serue_: sooner the better, too [02:08] serue_: poke me tomorrow and we'll walk through the release procedure [02:08] kirkland: d'oh, i'm out tomorrow and friday [02:08] serue_: heh [02:08] serue_: okay, Monday? [02:08] cool [02:08] thanks [02:09] kirkland: talk to you then [02:47] SpamapS: lxc? === jimbaker` is now known as jimbaker [03:44] Question, I was looking at an Ubuntu 9 machine yesterday that was being used as a file server for Windows clients. But it looked like a stock/default smb.conf. Can it be using a different config file located somewhere else? [03:47] first, there is no 'Ubuntu 9', there is 9.04 and 9.10; second, it's possible but it would have to have modified init scripts or be started in a different way [03:48] the 'homes' configuration is included but commented in the default file [03:48] it's likely they simply uncommented it [03:48] Hmm, it was /share [03:49] Also, I'm not sure if it's 9.04 or 9.10. If I wanted to upgrade to the latest 11, can I do it straight or do I have to go from 9 to 10 to 11? [03:49] ubuntu version numbers don't work that way [03:49] I guess I wasn't clear on that [03:50] 9.04 would have to be first upgraded to 9.10, then 10.04, then 10.10, then 11.04 [03:50] Oh, damn. [03:50] ubuntu version numbers are release dates [03:50] 9.04 is april 2009, etc [03:51] It may just be easier to format and install the latest ubuntu... [03:51] probably [03:51] since 9 is no longer getting updates [03:51] but I would suggest using 10.04 instead [03:52] because it will require less upgrades, as it will be able to upgrade directly to 12.04 when that comes out [03:52] otherwise you'll run into the exact same thing when 11.04 is out of date [03:52] It usually is easier to do a clean install. For me, at least, it is also a good opportunity to de-cruft. [03:53] 10.04 still has a little under four years left on it [03:53] for server [04:46] so I have this line in a bash script: convert "$i" -scale "12.5%" [04:46] it takes in $i from for in in 'ls blah' [04:46] how do I make that handle filenames that have spaces in the middel? [04:49] whoops, only discovered that #bash exists [04:49] rurufufuss: by not using ls [04:50] But yeah, #bash is the place to ask === koolhead17| is now known as koolhead17 === mcahornsirup_ is now known as mcahornsirup === RudyValencia- is now known as RudyValencia [08:52] hi [08:52] how to correct very small fonts in ubuntu server version? [08:53] on CLI screen, I found only small fonts [08:53] I wish somebody could help me as it is burning issues nobody can solve [08:58] hello [08:59] hello , can you hear me ? is it late there on the line ? is it bed time ? [09:00] For me, it's nearly 2AM. [09:01] Also, consider that everyone here is a volunteer. If no one knows the answer to your question (as I do not), no one will respond. [09:07] oh [09:07] so what do you think I should do? [09:07] Tommy_: dpkg-reconfigure console-setup [09:07] :( [09:07] Tommy_: if that doesn't work, blacklist the framebuffer driver that's being loaded [09:08] http://paste.debian.net/122845/ [09:08] You can connect to the server via SSH and use a graphical terminal program with adjustable font sizes. [09:08] In the latter case, you'll need to run "update-initramfs -u -k all" [09:09] e_t_: assuming he's silly enough to run a graphical system on his desktop :-P [09:10] How can I know if I use frame buffer or not [09:10] ? [09:15] Tommy_: lsmod | grep fb === airtonix_ is now known as airtonix [09:40] twb: oh you [09:41] what? [09:42] i tried update-initramfs -u -k all. and rebooted. not ok yet [09:43] airtonix: [09:43] Sorry [09:43] Tommy_: is it still loading a framebuffer driver? [09:46] i do not know how to to check if it is still loading framebuffer [09:46] but fonts is still small [09:47] Tommy_: lsmod | grep fb [09:49] ok i will try [09:56] what should I read for you ? [09:56] pastebin the output of that command [09:57] Ok, that's odd. [09:57] I jsut checked on my sid .38 system, and it has no fbcon module loaded [09:57] But it *does* have i915 and drm_kms_helper [10:00] http://pastebin.ubuntu.com/643950/ [11:12] New bug: #810397 in autofs5 (main) "can't mount non IPv6 NFS shares" [Undecided,New] https://launchpad.net/bugs/810397 === _ruben_ is now known as _ruben [11:48] Hello, can someone help me with this? Jul 14 08:47:56 fidelix sshd[14040]: reverse mapping checking getaddrinfo for 18740105196.user.veloxzone.com.br [187.40.105.196] failed - POSSIBLE BREAK-IN ATTEMPT! [11:49] I can't make a passwordless login on my server, and this appears in the server's /var/log/auth.log when I try to ssh [12:05] it's just a warning, ignore it [12:05] there isn't anything you can do about it, unless you bitch to your isp for a few months, they might fix it [12:12] <_ruben> nothing you can do about the warning that is, passwordless logins oughta be a possibility still [12:15] I was only able to do a passwordless login after I set UseDNS no on sshd_config [12:22] New bug: #810270 in cups (main) "AppArmor profiles need updates for /var/run → /run and /var/lock → /run/lock" [High,Fix committed] https://launchpad.net/bugs/810270 [13:07] New bug: #810051 in nova "Copyright/legal issues in Nova (from Debian upstream)" [Low,Confirmed] https://launchpad.net/bugs/810051 === zz_ng_ is now known as ng_ [14:34] lovely mysql explicity depends on a gcc version now [14:40] :o [14:40] yuk. [14:40] * skaet hopes its not an old version, and its a dependency on a specific bug implementation.... :P [14:42] smoser: we need to test the new -proposed kernel for Hardy [14:44] smoser: on EC2, forgot to mention, sorry [14:48] hggdh, what do you need (anything?) from me? [14:49] smoser: I though we could run the Hardy with a --kernel= pointing to the lucid AKI [14:50] darn! If I run on us-east1, I should provide an AKI from us-east1... [15:13] smoser, hggdh: anything I can help with on testing the EC2 hardy kernel? [15:14] hggdh, wait... [15:14] if you wan tot test the -proposed kernel in hardy [15:14] then you boot the hardy image with the pv-grub kernel [15:14] and apt-get dist upgrade [15:14] and reboot [15:15] smoser: yes -- with the --kernel pointing to the lucid pv-grub aki, correct? [15:15] yeah. [15:15] you confused me when you said "lucid AKI" [15:15] its not really a lucid AKI, but a generic (amazon owned) aki [15:16] utlemming: I have it running now, thanks [15:16] smoser: heh -- you published it in an email talking about Lucid, so I ass-u-med it was Lucid === ng_ is now known as zz_ng_ === koolhead17 is now known as koolhead17|afk [16:20] jamespage: how's the jenkins ppa coming along? [16:20] 7 packages to go [16:20] nice! [16:20] currently unblocking something upstream in Debian [16:21] (oh and thats oneiric archive - not PPA :-)) [16:21] aww === twister004_ is now known as twister004 [16:38] is there any way to have old versions preserved in a PPA? currently whenever i upload a new version of a package the old version gets deleted. can it keep them? [16:41] semiosis: when thats needed, its best to either have two PPA's, or add the version to the source package name. === cloakable_ is now known as cloakable [16:41] New bug: #810580 in mysql-5.1 (main) "mknod /run/mysqld/mysqld.sock is blocked by apparmor" [Undecided,New] https://launchpad.net/bugs/810580 [16:42] SpamapS: thanks thats what i was afraid of === mquin_ is now known as mquin [17:39] hello [17:39] i want some help, please [17:39] about Wired Connection [17:40] i have two PCs [17:40] & a switch [17:40] one PC with XP sp2 [17:40] and this one with Ubuntu 11.04 === mendel__ is now known as mendel_ === cerber0s is now known as cerberos [20:00] good afternoon folks [20:00] i need a little help getting ubuntu 10.04 LTS installed ona Super Micro box with RAID 1 [20:01] i went through the install once, and it completed successfully. [20:01] upon reboot i was dropped into a command prompt "grub rescue>" [20:01] i'm re-running the ubuntu install right now, thinking i messed up the grub settings somewhere. I wantd to know if anyone had any advice or input on this install type [20:04] what's the safest way to upgrade to a newer release of a application that is in a newer release of ubuntu, into a older release [20:07] I want to install nut 2.6 branch instead of the 2.4.3 that is in lucid server [20:08] looks like i should go the fakeraid router maybe [20:08] i thought the intel stuff would be supported, it's an ich10r [20:21] I've a ubuntu server that is connected on the web using dhcp. What is the easiest way to configure it so that I can access it from outside? (from anywhere -- the dhcp is a 192.xxx ip) [20:24] pythonirc101: set up port forwarding on your Internet-facing router to forward port 80 traffic to the server. === mendel__ is now known as mendel_ [20:56] smoser: python-boto 2.0 \o/ [20:56] :) [20:56] let the fallout begin [20:56] hehe [20:56] New bug: #810736 in samba (main) "logrotate script needs to notify all samba processes when logs are rotated" [Undecided,New] https://launchpad.net/bugs/810736 [21:06] smoser: eeeek [21:06] e_t_: I would like to do ssh and http or anything else from outside so that i can forward the packets to this machine using a name or static ip perhaps. [21:06] you've busted everything [21:06] jamespage: ygm [21:07] Daviey: ygm to [21:07] so i have! [21:10] pythonirc101: The static IP will be on your router. You can buy a domain name from any of the registrars and assign that name to your static IP. After that, you still need port forwarding because a server with a 192... address cannot be reached from the Internet. You can forward all the ports you desire, though you should only forward those for services you're actually using. [21:12] e_t_: I dont have a static ip [21:12] my network administrator gives me only a dhcp connection [21:12] which is good for browsing and such but not running servers [21:13] pythonirc101: dyndns.org [21:13] e_t_: exactly. Now, can i use commandline from ubuntu server to configure dyndns? [21:14] pythonirc101: sudo apt-get install dyndns gets you the update client. [21:16] thanks [21:16] e_t_: how do i get a name? [21:16] can it be done from the commandline? [21:18] e_t_: perhaps this will work : http://en.kioskea.net/faq/718-installing-a-dyndns-client ? [21:18] pythonirc101: No. You'll need to visit the dyndns website and set up an account. I think you can get a subdomain (i.e. pythonirc.dyndns.org) for free. After that, you configure the client program according to the instructions you posted. [21:19] e_t_: if i have 20 such machines to run, then this doesnt sound like a good solution :( [21:19] smoser: ping [21:19] hence i wanted a commandline solution [21:20] here [21:20] but not for long utlemming [21:20] pythonirc101: Perhaps you should describe your setup in more detail. There might be alternate solutions. [21:20] smoser: k [21:20] do you want to sync up tomorrow morning then on the training thingy for Monday? [21:21] yes [21:21] kees, I'll ping you around 10:30ish (GMT-0:600) [21:22] Interesting...apparently my IRC client replaces k\, with kees [21:23] heh :) [21:23] lol [21:23] smoser: I'll ping you around 10:30ish (GMT-06:00) if that works for you [21:23] good deal [21:54] kees: i need to bug you tomorrow about a couple of openstack things [22:03] hello! forgive me if this is not the best place this question, but I'm not sure who else to direct this to, and I'm using kvm/libvirt & ubuntu-server, which it seems like a fair number of folks here are skilled with :) === kentb is now known as kentb-out [22:05] !ask | CrazyGir [22:05] CrazyGir: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) [22:05] I have inherited responsibility over a set of VM servers and their VMs. I did not setup the servers themselves or the networking setup (which is a little complicated). These servers were originally going to be in a 2-node active-active cluster, but we ran into so many issues with that, the admin working on the systems separated them and they are now standalone (the networking config was left as is though) [22:06] I'm getting there, sorry, a lot to sort through and figure out what to say [22:06] I have been creating VMs on one of these systems, and am having a difficult time figuring out what I need to do to get network connections from the external interface to the VMs themselves [22:07] What you have to do is set up the VM host as a router. I can walk you through it. [22:08] that might already be done [22:09] Then you set up some iptables rules to do Network Address Translation, from the VMs to the outside. [22:09] .o(eh.. what vm technology are we talking about?) [22:09] ah [22:09] i c, didnt scroll up enough [22:10] e_t_: how can I review/look at the current config there [22:11] I'm not as skilled in ubuntu/linux as I am in BSD [22:11] right now I have a bridge interface setup with an external IP [22:11] iptables -L or iptables -t nat -L will show any current iptables rules. [22:11] then a virtual bridge setup for the VM subnet [22:13] wow that cmd is slooooow [22:13] For me it's nearly instantaneous. [22:13] hrm [22:13] not here [22:14] maybe add a -n [22:14] to avoid dns resolution [22:14] this makes me miss pf [22:14] so I see this, which is related to the vm subnet: MASQUERADE all -- 192.168.122.0/24 !192.168.122.0/24 [22:14] and two others, one ecah for TCP/UDP [22:15] that's outbound? source is .122.x and destination is anything else, am I understanding that correctly? [22:15] OK. That looks like it was set up with virt-manager. If you've got that program, you can handle the networks graphically. [22:16] virt-manager would run on the server? [22:16] e_t_: could the DRDB Management Console potentially have done thi? [22:16] that [22:16] *that [22:16] virt-manager is kind of cool in that it can connect to a remote kvm, but it can be run locally. [22:17] I have no knowledge of DRDB. [22:17] hmm.. I could probably get that setup in my xubuntu (local) vm [22:20] I'm having trouble getting a qlogic IBA7322 HCA card recognized. The libraries are installed, the udev rules are in place, however the device is never populated. [22:20] running ubuntu server 10.04 [22:20] it is an infiniband card [22:24] CrazyGir: You could also ask in #virt (OFTC). [22:25] for what? the network config? [22:25] For anything libvirt related. [22:26] hah [22:26] ok, well how should I go about working with / configuring these bridges to get from ext --> VM? [22:27] the virt-manager isn't able to connect, so if I can do this on the cli, that is fine [22:27] You want services running on the VMs to be accessible from outside? [22:27] yep, HTTP/etc [22:28] OK. That's port forwarding (it seems like that's the topic du jour). [22:28] what are these services in here /usr/share/dbus-1/services [22:28] used for? [22:29] how can i restart a certain service from that folder? [22:29] e_t_: for the immediate moment, port forwarding would be fine [22:29] in the future I would want to give some VMs ext IPs [22:31] e_t_: so iptables is what I should use to setup port forwarding? [22:31] CrazyGir: Yes. Here's a guide http://www.debian-administration.org/articles/73 [22:32] thanks for the direction here :) [22:33] e_t_: are iptables commands entered via the cli, or is there a set of files you edit? [22:34] Command line. However, they are wiped out on reboot, so you'll want to enter anything you want to keep into a script to be run at boot. [22:34] hah! [22:35] oh what joy :) [22:35] is there anything in ubuntu that exists already as the "standard" script to add such iptables commands? [22:36] Not that I know of. You can add the commands to /etc/rc.local, or make a separate script and call it from rc.local. [22:36] oies [22:36] *okies [22:40] ok, so I have those rules in place, forwarding 8000 on the ext IP to 8000 on one specific VM [22:40] nothing gets through (browser times out, and http on the VM doesn't see anything) so is there a way I can confirm the TCP packets are even getting through to the VM? [22:44] ping or traceroute [22:47] oh nice! tcpdump to the rescure [22:47] *rescue [22:48] ok, I can confirm the packets getting through the server and off to the vm [22:48] But not coming back? [22:48] not getting to the VM [22:49] tcpdump run on the VM sees nothing [22:50] no iptables rules are setup on the VM [22:51] so I don't quite understand what is getting in the way [22:54] any thoughts / suggestions, not sure what to dig into next here [22:54] There shouldn't be an iptables on the VM itself. [22:54] there aren't [22:54] I'm able to SSH to the VM from the VM server [22:55] so I know the VM is setup correctly in that sense [22:55] Can you pastebin the output of ifconfig on the VM server? [22:56] sure [22:56] it's long, cause of all the VLAN/etc config for the original setup that is nolonger [22:59] 22:48:39.259017 IP ppp-x-x-x-x.XXX.net.44372 > 192.168.122.218.8001: Flags [S], seq 1399355578, win 8192, options [mss 1442,nop,nop,sackOK], length 0 [22:59] e_t_: this is from tcpdump, does this confirm the packet was SENT to the .218 IP? [23:00] or just that it is destined for the IP [23:00] That just says it was sent. [23:01] You might also paste /etc/network/interfaces [23:03] there's a lot here i need to santize out :( [23:03] well, not a whole lot, but some [23:06] e_t_: http://dpaste.com/568852/ [23:06] there's more in ifconfig [23:06] ignore my question, qlogic cards use a mellanox chipset, had to install the mellanox drivers [23:07] that is good to know [23:09] e_t_: thoughts? [23:10] CrazyGir: It looks to me as though a lot of things a jumbled together in there, though that may be a result of sanitization. [23:10] s/a/are [23:14] This is a single VM server? If so, I would set it up to have one external IP (maybe bonded NICs, but one IP). There should be only one bridge interface, bound to eth0, and then all the VMs connected to that bridge interface. [23:14] Anyone have some time to work me through an installation issue? [23:15] e_t_: I believe that is exactly how it is setup, but with some other cruft (eg from drdb link between the two servers in the original cluster, etc) === mendel__ is now known as mendel_ [23:18] CrazyGir: Well, I saw two bridges, an eth1, and an eth0.7 (0.0 - 0.6?). If there's a lot of networking cruft, it may be causing hidden routing errors. [23:21] hmmm [23:21] I know! [23:21] nginx to the rescue [23:21] for now I'll use nginx on the vm server :) [23:22] * e_t_ has no idea how that will help. [23:22] it will help me get the immediate need resolved while making time for me to sort out these more complicated issues [23:22] the VM server can hit the VM network just fine, so I can use nginx as a reverse proxy [23:36] e_t_: how can I remove iptables rules? [23:37] err... remove _only_ those that I had added before [23:43] That's a little more difficult. iptables --flush will wipe everything. [23:43] yea [23:43] Which commands did you enter before? [23:43] I guess I could reboot, provided that the existing stuff is all in iptables [23:43] Rebooting would fix it. [23:44] from http://www.debian-administration.org/articles/73 [23:44] it actually looks like ufw was used to configure this vm server [23:44] I imagine ufw has a way of persisting rules [23:45] it does [23:47] so a reboot will fix this [23:47] It should. [23:47] okies, thanks for your help! I'm going to take a break on this and come back with a fresh mind laters ;)