Hi All, I need to make NAT to the user who will authenticate using Free Radius. are there a way to make the NAT using Radius Attributes (e.g. cisco avpair)
I have configured NAT on the cisco router with the following configuration: ---------------------------------------------------------------------------- --------- !—Begin ! interface FastEthernet0/0 description Uplink to the Service (outside interface) ip address 172.16.2.11 255.255.255.0 ip nat outside ! interface Ethernet4/1 description connection to User’s Labtop ip address 150.150.150.1 255.255.255.0 ip nat inside ! !--- NAT Configuration ip nat pool test 190.190.190.1 190.190.190.254 netmask 255.255.255.0 type match-host ip nat inside source list 1 pool test ! !--- End ---------------------------------------------------------------------------- --------- So the NAT is working OK when you hard code it on the Router... My Quesiton is, Are there a way to apply the NAT using Radius Attributes. Thank you so much for your Help... Mohamed Hamdy Senior Network Engineer, CORE Team NOOR Advanced Technologies E-mail: [EMAIL PROTECTED] - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
