Question

I want to create a route server to proxy some clients(they may not in the same intranet) to access internet. I need to assign unique ip to the client and get the ip when packets response,so I can do some monitor task. i want to know if I use PPPoE server to deal with this case, how to through NAT ? thanks!

Was it helpful?

Solution

You can't. NAT routes packets in the Transport layer, but PPPoE operates in the Data Link layer; NAT can't even see PPPoE packets.

OTHER TIPS

All you need is to setup a Gateway Machine with which all your clients connect and on that machine simply setup NAT. For monitoring if there are few clients, simply setup wireshark and log traffic, if it's big, attach dedicated logging server and put your gateway server ethernet connected to this sevrver in promiscous mode, log al traffic and have fun,

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top