Virutalbox Portforwading [NAT] help
Posted: 30. Dec 2010, 07:56
I want to forward both tcp and upd ports on virtualbox
I successfully forwarded tcp port using this command
C:\Program Files\Oracle\VirtualBox>VBoxManage.exe modifyvm "vbox" --natpf1 "guestssh,tcp,,81,,81"
And i got sucess. I checked it at http://canyouseeme.org
But i also want to forward udp ports
I tried to forward udp ports using this command
C:\Program Files\Oracle\VirtualBox>VBoxManage.exe modifyvm "vbox" --natpf1 "guestssh,udp,,81,,81"
But it showed me an error " A NAT rule of this name already exists"
What do i do ?
I successfully forwarded tcp port using this command
C:\Program Files\Oracle\VirtualBox>VBoxManage.exe modifyvm "vbox" --natpf1 "guestssh,tcp,,81,,81"
And i got sucess. I checked it at http://canyouseeme.org
But i also want to forward udp ports
I tried to forward udp ports using this command
C:\Program Files\Oracle\VirtualBox>VBoxManage.exe modifyvm "vbox" --natpf1 "guestssh,udp,,81,,81"
But it showed me an error " A NAT rule of this name already exists"
What do i do ?