Hi, I want to built a network that allows http navigation to any host that is plugged on it, without any change on its configuration.
For example my network is 1.2.3.0 and I want that a host with an IP address 10.9.8.7 can navigate. First of all, the host will send arp request to find the MAC of its DNS server (I'll have to redirect it to my DNS), then it will look for its default gateway, etc (I can't work with mobile IP nor change any host configuration). Not any host is allowed to do this, only hosts with known MACs. Has anybody implemented a solution for a similar challenge? Any idea? Thank you in advance. Edu
