I have been trying to ban an IP address in iptables that starts with 047, but it would change it to 039.
iptables -v -w -I INPUT 1 -s 047.75.162.122 -j DROP
But the IP address would be banned as 39.75.162.122!
Why do you think this is happening?