Code: Select all
<form>
Interface: <input type="text" name="First line in /etc/network/interfaces file"><br>
Address: <input type="text" name="Second line in /etc/network/interfaces file"><br>
</form>Code: Select all
<form>
Interface: <input type="text" name="First line in /etc/network/interfaces file"><br>
Address: <input type="text" name="Second line in /etc/network/interfaces file"><br>
</form>Code: Select all
netstat -pltu --numeric-ports | perl -pe 's/[^:]*:([0-9]+)[ \t].*/$1/g' | grep -v "[a-z]" | sort -nu
22
80
123
137
138
139
443
445
6969
46883
yes , some overview of that can be found in this postAltin wrote: Also would it be possible to have such a web page show up when I go to a particular unused port (for instance port 8000) of my Pi, e.g. 192.168.1.200:8000