Score:0

Source address automatically removed in user.rules

cn flag

I have added the following:

### tuple ### allow udp 111,2049,4000:4002 0.0.0.0/0 any 0.0.0.0/0 in

-A ufw-user-input -p udp -m multiport --dports 111,2049,4000:4002 -s 10.0.0.0/16 -j ACCEPT

### tuple ### allow tcp 111,2049,4000:4002 0.0.0.0/0 any 0.0.0.0/0 in
-A ufw-user-input -p tcp -m multiport --dports 111,2049,4000:4002 -s 10.0.0.0/16 -j ACCEPT

To the user.rules and nothing to the user6.rules. The IP of the server is 10.0.0.4

When I enable the firewall the source us automatically removed :-( and I now get:

Status: active

To                         Action      From
--                         ------      ----
80,443/tcp                 ALLOW       Anywhere                  
22/tcp                     ALLOW       Anywhere                  
111,2049,4000:4002/udp     ALLOW       Anywhere                  
111,2049,4000:4002/tcp     ALLOW       Anywhere                  
80,443/tcp (v6)            ALLOW       Anywhere (v6)             
22/tcp (v6)                ALLOW       Anywhere (v6)  

Any ideas? Thanks in advance

David avatar
cn flag
What version of Ubuntu? Desktop or Server?
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.