I am looking on how to bond 2 adsl's togther in a 2600 router. I need them to work via IPOE. Does anyone have any idea how to do that. I have found multiple pppoe and pppoa but nothing for an ipoe.
thanks
nathan
you need to add a nat pool. something like
ip nat pool <name> <Pilot IP> 255.255.255.xx
ip nat inside source list xxx pool <name> overload
ip access-list xxx
permit ip 192.168.0.0 0.0.0.255 any
or you can use a route map if you want to go that way
ip nat inside source route-map <name>...
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.