Yes, sorry i didnt mention that.
i did the following:
echo 1 > /proc/sys/net/ipv4/ip_forward
iptables -t nat -A PREROUTING -p tcp --destination-port 443 -j REDIRECT --to-ports 10000
iptables -t...
Type: Posts; User: eeran; Keyword(s):
Yes, sorry i didnt mention that.
i did the following:
echo 1 > /proc/sys/net/ipv4/ip_forward
iptables -t nat -A PREROUTING -p tcp --destination-port 443 -j REDIRECT --to-ports 10000
iptables -t...
Im trying to experience with Backtrack in a virtual machine on my macbook air.
I setuo the network device to be bridged so that the vm will have my true internal ip in the network
i also setup the...