Can you suggest what I have to do to be able to receive email? I can send fine but can't receive.
SBS 2000
int NIC 192.162.16.2 gtwy 10.0.0.2
ext NIC 10.0.0.2 gtwy 10.0.0.1
Cisco 802
eth 0 10.0.0.1
wan 67.x.x.x
I believe I have entered correct port forwarding via:
ip nat inside source...
Line to be removed:
ip nat inside source static tcp 192.x.x.x 25 67.x.x.x 25
Inside conf t, I type "no ip nat inside source static tcp 192.x.x.x 25 67.x.x.x 25" and get the error msg. "%incomplete command"
Monty99
I have the same problem and have done the following:
Given that you have:
external NIC: 10.x.x.x
WAN side of router: 67.x.x.x
ip nat inside source static tcp 10.x.x.x 25 67.x.x.x 25 extendable
Just start a conf t session and type the line in. It will be placed in the correct...
Monty99
I have the same problem and have done the following:
external NIC: 10.x.x.x
WAN side of router: 67.x.x.x
ip nat inside source static tcp 10.x.x.x 25 67.x.x.x 25 extendable
Just start a conf t session and type the line in. It will be placed in the correct place.
You can test by...
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.