cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
312
Views
0
Helpful
3
Replies

851w and internal servers access

selimtanfous
Level 1
Level 1

hi every body, i experience some problem with a configuration on a 851w router. i'm trying to enable acess from internet to interal ISA server.

i have attached a config that works right now with vpn established between two site, and internet access for Local user

can any one tell me what are the commande to add to get all trafic inbound redirected to isa server.(after the isa would redirect trafic to the web server, and mail server...)

many thanks

1 Accepted Solution

Accepted Solutions

stephen.stack
Level 4
Level 4

Hi,

I think the command you are looking for is a NAt statement saying all traffic inbound on interface dialer 0 is destined for internal IP address.

ip nat inside source static 192.168.0.1 interface dialer 0

where 192.168.0.1 is your ISA server adddress, and dialer 0 is assumes the IP address assined to this interface.

HTH.. Please rate if it does.

Regards

Stephen

========================== http://www.rconfig.com A free, open source network device configuration management tool, customizable to your needs! - Always vote on an answer if you found it helpful

View solution in original post

3 Replies 3

stephen.stack
Level 4
Level 4

Hi,

I think the command you are looking for is a NAt statement saying all traffic inbound on interface dialer 0 is destined for internal IP address.

ip nat inside source static 192.168.0.1 interface dialer 0

where 192.168.0.1 is your ISA server adddress, and dialer 0 is assumes the IP address assined to this interface.

HTH.. Please rate if it does.

Regards

Stephen

========================== http://www.rconfig.com A free, open source network device configuration management tool, customizable to your needs! - Always vote on an answer if you found it helpful

Hi stephen,

yes it worked, thank you very much

Glad to help :)

========================== http://www.rconfig.com A free, open source network device configuration management tool, customizable to your needs! - Always vote on an answer if you found it helpful
Review Cisco Networking products for a $25 gift card