[Users] How to assign a public IP to a VE ?

2011-10-28 Thread U.Mutlu
Hi, how can I assign a public IP to an openVZ VE? What tasks do I need to do on the HN and on the VE? The HN already has a public IP and it's working ok. Now I got a 2nd public IP and need to use it for the VE (unfortunately that 2nd IP is from a different net than the first IP, if that matters)

[Users] Re: How to assign a public IP to a VE ?

2011-10-29 Thread U.Mutlu
Gary Wallis wrote, On 2011-10-29 04:29: Sounds like a general networking vlan and/or bonding issue. But make sure that these /etc/vz/vz.conf parameters are set correctly: # The name of the device whose IP address will be used as source IP for CT. # By default automatically assigned. #VE_ROUTE_S

[Users] Re: How to assign a public IP to a VE ? (SOLVED)

2011-10-30 Thread U.Mutlu
nvz can contact me (help @ mutluit.com) if having a similar environment (ie. Debian 6 on HN+VE, using venet, not veth), maybe I can help if time permits... -- U.Mutlu www.mutluit.com ___ Users mailing list Users@openvz.org https://openvz.org/mailman/listinfo/users

[Users] Re: How to assign a public IP to a VE ? (SOLVED)

2011-10-30 Thread U.Mutlu
U.Mutlu wrote, On 2011-10-30 13:12: Problem solved! (problem was how to assign a public IP to a VE) It was a firewall issue on the HN, because in my firewall script the default iptables target for FORWARD was set to DROP. After changing this to ACCEPT things work fine. (now I must recheck my

[Users] bug or feature?: ps -el on HN shows all processes, incl. those of VEs

2011-11-04 Thread U.Mutlu
"ps -el" (and also "ps aux" etc.) on the HN shows all processes, incl. those of VEs. Is there a way to show, on the HN, only the processes of the HN itself, excluding the processes of the VEs? ___ Users mailing list Users@openvz.org https://openvz.org/m

[Users] Re: Question About Debian Squeeze OVZ Kernel

2011-11-08 Thread U.Mutlu
JR Richardson wrote, On 2011-11-08 17:21: I'm in the lab testing debian squeeze and OVZ. The current debian repository is listing this for the OVZ kernel: root@ovz-test:~# aptitude show linux-image-2.6.32-5-openvz-686 Package: linux-image-2.6.32-5-openvz-686 ... Is anyone using the squeeze r

[Users] NFQUEUE in VE

2011-12-05 Thread U.Mutlu
I need to use, in a VE, an app that uses libnetfilter_queue (ie. the NFQUEUE target of iptables). Which module do I need to specify in vz.cfg (IPTABLES="...") ? I tried the following modules find /lib/modules/ -iname "*queu*" -ls /lib/modules/2.6.32-5-openvz-amd64/kernel/drivers/md/dm-queue-l

[Users] Re: NFQUEUE in VE

2011-12-07 Thread U.Mutlu
Has nobody an answer to this problem? U.Mutlu wrote, On 12/06/2011 01:07 AM: I need to use, in a VE, an app that uses libnetfilter_queue (ie. the NFQUEUE target of iptables). Which module do I need to specify in vz.cfg (IPTABLES="...") ? I tried the following modules find /l

[Users] Re: NFQUEUE in VE

2011-12-09 Thread U.Mutlu
For the interested ones: here are similar postings regarding the same issue: http://forum.openvz.org/index.php?t=msg&goto=40984&; and a bugreport here: http://bugzilla.openvz.org/show_bug.cgi?id=1677 U.Mutlu wrote, On 12/07/2011 06:39 PM: Has nobody an answer to this problem?

[Users] Re: NFQUEUE in VE

2011-12-09 Thread U.Mutlu
both HN and VE give this: # cat /proc/net/ip_tables_targets NFQUEUE TCPMSS DNAT SNAT NFQUEUE REJECT LOG ERROR so, NFQUEUE is there, somehow even twice. But why does it still not function on the VE? U.Mutlu wrote, On 12/09/2011 12:03 PM: For the interested ones: here are similar postings

[Users] Re: DB in VE's for Asterisk Realtime and Disk I/O Performance

2011-12-17 Thread U.Mutlu
it seems this newsgroup gets censored... ___ Users mailing list Users@openvz.org https://openvz.org/mailman/listinfo/users

[Users] using iptables geoip in openvz container

2012-10-15 Thread U.Mutlu
Hello, is the xtables-addons for iptables ( http://xtables-addons.sourceforge.net/ ), for example the module geoip to block on a country basis, and the target TARPIT, not possible in an openvz container? A provider told me that the above said modules/targets won't work in an openvz container. Is