Hello,

Right now, after rebooting the instance / router, the IPTables are as follows:


[root@cloud ~]# iptables -L -nv
Chain INPUT (policy ACCEPT 61208 packets, 199M bytes)
 pkts bytes target     prot opt in     out     source               destination         

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination         
 2320  264K BF-cloudbr0  all  --  *      cloudbr0  0.0.0.0/0            0.0.0.0/0           PHYSDEV match --physdev-is-bridged
  803  106K BF-cloudbr0  all  --  cloudbr0 *       0.0.0.0/0            0.0.0.0/0           PHYSDEV match --physdev-is-bridged
  803  106K DROP       all  --  *      cloudbr0  0.0.0.0/0            0.0.0.0/0           
    0     0 DROP       all  --  cloudbr0 *       0.0.0.0/0            0.0.0.0/0           

Chain OUTPUT (policy ACCEPT 61246 packets, 200M bytes)
 pkts bytes target     prot opt in     out     source               destination         

Chain BF-cloudbr0 (2 references)
 pkts bytes target     prot opt in     out     source               destination         
 1157  126K ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0           state RELATED,ESTABLISHED
 1966  245K BF-cloudbr0-IN  all  --  *      *       0.0.0.0/0            0.0.0.0/0           PHYSDEV match --physdev-is-in --physdev-is-bridged
 1966  245K BF-cloudbr0-OUT  all  --  *      *       0.0.0.0/0            0.0.0.0/0           PHYSDEV match --physdev-is-out --physdev-is-bridged
  146 11287 ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0           PHYSDEV match --physdev-out eth0 --physdev-is-bridged

Chain BF-cloudbr0-IN (1 references)
 pkts bytes target     prot opt in     out     source               destination         
   71  7558 r-31-VM    all  --  *      *       0.0.0.0/0            0.0.0.0/0           PHYSDEV match --physdev-in vnet0 --physdev-is-bridged

Chain BF-cloudbr0-OUT (1 references)
 pkts bytes target     prot opt in     out     source               destination         
  214 20606 r-31-VM    all  --  *      *       0.0.0.0/0            0.0.0.0/0           PHYSDEV match --physdev-out vnet0 --physdev-is-bridged

Chain r-31-VM (2 references)
 pkts bytes target     prot opt in     out     source               destination         
   71  7558 RETURN     all  --  *      *       0.0.0.0/0            0.0.0.0/0           PHYSDEV match --physdev-in vnet0 --physdev-is-bridged
  214 20606 ACCEPT     all  --  *      *       0.0.0.0/0            0.0.0.0/0           
[root@cloud ~]#

Along with that, I am unable to access the instance via ssh / or ping it / console it.

Thanks,

M.

Reply via email to