I got an wireless access point (zyxel g-1000) and connected it to my home-network. But now i would drive this traffic in annother ip-range (172.16.1.x) than my regular network to restrict the access to the resources. Not all resources should be blocked and there comes my question to play: I have a web based wiki running on a particular ip (e.g. 192.168.1.100) which should be accessible from the 172.16.1.x net.
a cute route on my gateway (192.168.1.1) should do the job, is this possible?
Update:
Thanks for the given answers. But i would like to do the magic on my gateway-pc.
i define on gateway's eth1 an second IP
ifconfig eth1:1 172.16.1.1
Now the job is to route on eth1 and eth1:1 so that the 192.168.1.100 is seen on the 172.168.1.x side.
Is this more a network programming issue?