HI
How can I do a NAT and protect this with a acl?
for example, i have this rule
ip nat inside source static tcp 192.168.1.1 80 1.1.1.1 80
But I want that only IP 2.2.2.2 can access to the port 80, I can do this in the router?
Regards,
Green
HI,
With this topology with RIP:
R1 R2
\ /
Switch
|
R3
how can I prevent the R1 router to receive any route that R2 send by RIP?
Thanks for the help.
Regards
Hi,what is the reason for not having any match, in the acl for the route-map?Current configuration : 1731 bytes!version 12.4service timestamps debug datetime msecservice timestamps log datetime msecno service password-encryption!hostname R2!boot-star...
Hi,how can i announce in router C with BGP, the VLAN 2 to the router A, and VLAN 3 to router B?The router B can't know the VLAN 2 and router A can't know the VLAN 3thanks for the help
Hi dmuinoorallo,
The topology is simple, I attached an image
I have something like this:
ip nat inside source list 100 interface FastEthernet4 overloadip nat inside source static tcp 192.168.1.1 80 interface FastEthernet4 80
But I want that only I...