I configured nat using nat (inside) 1 10.100.100.0 255.255.255.0 and pat using global (outside) 1 interface.
The firewall reaches the internet fine, but my hosts on the inside can't. Any suggestions ?
Can you post your config, that looks like it should work, provided 10.100.100.0/24 is your inside network and you have the default route out set. Read the posting config faq first so you can post your config cleanly.
From your config it seems you did not configure ehat you said. The nat statement is not even in there. Your global is wrong, should be global (outside) not global (inside)
you also have an access list only allowing one host to communicate with one address on the internet, are you sure this config is the one you are talking about ?
The static nat you created for the host called checkpoint uses the address of the outside, this does not work if you also wan't everyone else to be translated to that same address, you should do port translation like this instead :
"static (inside,outside) tcp interface 25 Checkpoint 25 netmask 255.255.255.255" if you wan't something like mail to be translated into your server on the inside.
config commands should according to your info look something like this :
global (outside) 1 interface
nat (inside) 1 10.100.100.0 255.255.255.0
and then remove :
no global (inside) 4 Checkpoint-10.100.100.5
no static (inside,outside) interface Checkpoint netmask 255.255.255.255 0 0
no access-group inside_access_in in interface inside
As I said earlier, the fw can ping dns on the internet and my internal addresses, but the inside clients get as far as the inside interface and no further.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.