EPT
> >>
> >> That's not working, so I am going back to my cronjob!
> >>
> >> - Maurice
> >>
> >>
> >> On Apr 19, 2013, at 02:08 PM, Edison Su wrote:
> >>
> >>
> >>
> >> > -Original Message--
going back to my cronjob! >> >> - Maurice >> >> >> On Apr 19, 2013, at 02:08 PM, Edison Su <edison...@citrix.com> wrote: >> >> >> >> > -Original Message- >> > From: Jason Pavao [mailto:jason.pa...@oracle.com] >> &
; > From: Jason Pavao [mailto:jason.pa...@oracle.com]
>> > Sent: Thursday, April 18, 2013 8:50 AM
>> > To: dev@cloudstack.apache.org
>> > Cc: Maurice Lawler; us...@cloudstack.apache.org
>> > Subject: Re: IP tables blocking KVM/Console
>> >
>> > M
...@oracle.com]
> > Sent: Thursday, April 18, 2013 8:50 AM
> > To: dev@cloudstack.apache.org
> > Cc: Maurice Lawler; us...@cloudstack.apache.org
> > Subject: Re: IP tables blocking KVM/Console
> >
> > Maurice,
> > I was having the same issues, I tried a number of iptab
r 19, 2013, at 02:08 PM, Edison Su wrote: > -Original Message- > From: Jason Pavao [mailto:jason.pa...@oracle.com] > Sent: Thursday, April 18, 2013 8:50 AM > To: dev@cloudstack.apache.org > Cc: Maurice Lawler; us...@cloudstack.apache.org > Subject: Re: IP tables blocking K
Marcus, here is that output you mentioned -- To avoid this from happening, I run a cronjob to clear the tables ever so often, as to not repopulate and cause issues.Chain INPUT (policy ACCEPT 13136 packets, 71M bytes) pkts bytes target prot opt in out source destination
That's reflected by this line:
ACCEPT tcp -- anywhere anywheretcp
dpts:vnc-server:synchronet-db
Although we don't know what interfaces it applies to because we don't have
an 'iptables -L -v'
If stopping iptables fixes Maurice's problem it would be interesting to
kno
This rule will reject all the ingress activities: "REJECT all -- anywhere
anywherereject-with icmp-host-prohibited"
You can try:
iptables -I INPUT -p tcp -m tcp --dport 5900:6100 -j ACCEPT
to allow console access.
From: Maurice Lawler [mailto:maurice.law...@me.com]
S
> -Original Message-
> From: Jason Pavao [mailto:jason.pa...@oracle.com]
> Sent: Thursday, April 18, 2013 8:50 AM
> To: dev@cloudstack.apache.org
> Cc: Maurice Lawler; us...@cloudstack.apache.org
> Subject: Re: IP tables blocking KVM/Console
>
> Maurice,
> I
Maurice,
I was having the same issues, I tried a number of iptables rule changes,
but it seems that whenever a new instance was deployed it would
overwrite my changes and break things again. My temporary fix is to run
a cron job that runs every minute that issues a service iptables stop.
It's
10 matches
Mail list logo