Here is the config I'm using:
interface FastEthernet0/0                         
 description connected to Internet                                  
 ip address 195.250.218.18                        
 no ip directed-broadcast                         
 ip nat outside               
 speed 100          
 half-duplex            
! 
interface FastEthernet0/1                         
 description connected to EthernetLAN                                     
 ip address 192.168.99.1 255.255.255.0                                      
 no ip directed-broadcast                         
 ip nat inside              
 speed 100          
 half-duplex        

ip nat inside source list 7 interface FastEthernet0/0
overload

ip nat inside source static tcp 192.168.99.102 5080 195.250.218.181 5080
extendable
ip nat inside source static tcp 192.168.99.100 80 195.250.218.181 80
extendable
ip classless
ip route 0.0.0.0 0.0.0.0 195.246.218.177
no ip http server
!
access-list 7 permit 192.168.99.0 0.0.0.255
!


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=43210&t=43139
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to