does these rule mean the same ??

hello friends i have a bit confusion about these nat rules can anyone please clarify me …

chain=dstnat action=dst-nat to-addresses=192.168.0.6 to-ports=3128
protocol=tcp src-address=0.0.0.0 dst-address=0.0.0.0 dst-port=80

chain=dstnat action=dst-nat to-addresses=192.168.0.6 to-ports=3128
protocol=tcp dst-port=80

Thankyou
Sanjeev
Gui version is also attached.
one.GIF
1.GIF
common.gif

do they work the same?

My guess is that if you had 0.0.0.0/0 then it would be the same. Right now you have 0.0.0.0/32

Sam

no they don’t work the same.
Thankyou changeip..
now i got the diff between 0.0.0.0 and 0.0.0.0/0