LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   Demarctech AP Router set-up (https://www.linuxquestions.org/questions/linux-wireless-networking-41/demarctech-ap-router-set-up-254106/)

Mr. Slappy 11-12-2004 03:11 PM

Demarctech AP Router set-up
 
I am hoping you all can help me.
I have a Demarctech RWV Base Station AP/Bridge Router and I am trying unsuccessfuly to set it up. My IP address is xx.xx.73.195 subnet is 255.255.255.248. My logic is to have my wireless card have an IP of 172.16.0.1 subnet 255.255.255.0. My eth0 would have an IP of xx.xx.73.195 and my eth1 would have and IP of "?".

My dhcpd config file would look like this:


Code:

ddns-update-style none;

subnet 172.16.0.0 netmask 255.255.255.0
{
        range 172.16.0.100 172.16.0.200;
        option subnet-mask 255.255.255.0;
        option broadcast-address 172.16.0.255;
        option domain-name-servers 24.25.227.64, 205.172.19.193;
        option routers 172.16.0.1;

Then I would set up a static route of 0.0.0.0 : 0.0.0.0 gateway xx.xx.73.195

This is where I get lost. Can you tell me what mistakes I am making? or Can you offer me some help?

product I am using: XXX.demarctech.com/products/reliawave-rwv/rwv.htm

Thanks for your help

Mr. Slappy
:confused:


All times are GMT -5. The time now is 03:02 AM.