I might have a bit of a facepalm when I get the answer, I’m working through the starting point and it’s going well so far. Unfortunately I’m stuck at the point where I enter
nc -lvnp 443 ufw allow from 10.10.10.27 proto tcp to any port 80,443
I get the response “Can’t parse ufw as IP address”. The rest of the challenge worked as it should (and if it didn’t I found out eventually) but I don’t understand what’s happening here. I tried Googling but no answers were found. I even copied and pasted the line just to make sure I didn’t make any errors in typing it out but this didn’t help either. What’s happening and what do I do to fix it? Is it maybe something in my own settings (VM)?
Thanks!