@dotdash:
Type ifconfig from a shell prompt and see if the alias shows up. If not, you probably made a syntax error when you edited the xml. Try typing the command in from the shell and see if that works.
Thank you! Now I have almost everything!
Almost, because unfortunately I have one more thing to do. I need to forward some ports, just like this:
1. wan - tcp - ext. port 6005 - nat IP 192.168.16.99 - in port range 80
2. wan - tcp - ext. port 6006 - nat IP 10.10.10.99 - in port range 80
The first example (1) is working, but the second one does not want to :(
I must add, that is not necessarily 10.10.10.0 to have access to the Internet - I just want to port forward.
Maybe you have any ideas?