Packets are not transmitted after I added port 80 and 8080 to sys-net.

[user@sys-net ~]$ sudo iptables -t nat -L -v -n
Chain PREROUTING (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination 
        
15234  807K PR-QBS     all  --  *      *       0.0.0.0/0            0.0.0.0/0   
        
15221  806K PR-QBS-SERVICES  all  --  *      *       0.0.0.0/0            
0.0.0.0/0           
    0     0 DNAT       tcp  --  eth0   *       0.0.0.0/0            
192.168.0.157        tcp dpt:443 to:10.137.0.6
    0     0 DNAT       tcp  --  eth0   *       0.0.0.0/0            
192.168.0.157        tcp dpt:80 to:10.137.0.6
    0     0 DNAT       tcp  --  eth0   *       0.0.0.0/0            
192.168.0.157        tcp dpt:8080 to:10.137.0.6

Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination 
        

Chain OUTPUT (policy ACCEPT 70 packets, 4690 bytes)
 pkts bytes target     prot opt in     out     source               destination 
        

Chain POSTROUTING (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination 
        
    0     0 ACCEPT     all  --  *      vif+    0.0.0.0/0            0.0.0.0/0   
        
    3   156 ACCEPT     all  --  *      lo      0.0.0.0/0            0.0.0.0/0   
        
32702 2189K MASQUERADE  all  --  *      *       0.0.0.0/0            0.0.0.0/0  
         

Chain PR-QBS (1 references)
 pkts bytes target     prot opt in     out     source               destination 
        
    0     0 DNAT       udp  --  *      *       0.0.0.0/0            10.139.1.1  
         udp dpt:53 to:10.139.1.1
    0     0 DNAT       tcp  --  *      *       0.0.0.0/0            10.139.1.1  
         tcp dpt:53 to:10.139.1.1
    0     0 DNAT       udp  --  *      *       0.0.0.0/0            10.139.1.2  
         udp dpt:53 to:10.139.1.2
    0     0 DNAT       tcp  --  *      *       0.0.0.0/0            10.139.1.2  
         tcp dpt:53 to:10.139.1.2

Chain PR-QBS-SERVICES (1 references)
 pkts bytes target     prot opt in     out     source               destination 
        
    0     0 REDIRECT   tcp  --  vif+   *       0.0.0.0/0            
10.137.255.254       tcp dpt:8082

-- 
You received this message because you are subscribed to the Google Groups 
"qubes-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/qubes-users/b836b2de-d402-45a0-92a7-3e77f8b0cdbe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to