I have a PPPoE server that is working well, and I need to have an IP on the pppoe interface due to the way I am designing my network. The MT pppoe server is properly masquerading any traffic that is within the private ip range and routing any traffic in the public ip range, but I’m trying to figure out how to only have it masquerade traffic that initiates from a pppoe connection. That way someone can’t type in an IP manually and get online.
Any ideas? Basically what I’m looking for is a way to say: do a srcnet masquerade on the 172.20.99.0/24 network, but only if it is coming from a pppoe conection.
Thanks,
Joe