Originally Posted by
SergeantOreo
Does this mean the command will go
from:sudo ufw allow proto tcp to any port 135 from 192.168.1.0/24
to:sudo ufw allow proto tcp to any port 135 from 192.168.0.106/24
Cheers.
Not quite. It will be:
Code:
sudo ufw allow proto tcp to any port 135 from 192.168.0.0/24
This essentially means that UFW will accept incoming connections from any computer with an IP address of 192.168.0.1 through 192.168.0.254