Digital Subscriber Line Westell Versalink 327W and home LAN?

Bookmark this page:  YahooMyWeb Yahoo!  Google Google  Windows Live Favorites Windows Live  del.icio.us del.icio.us  digg digg  Add to Netscape Netscape
Subject Author Date
Westell Versalink 327W and home LAN? Matej Cepl 08-07-06
Posted by Matej Cepl on August 7, 2006, 3:33 pm
Please log in for more thread options


Hi,

I have three computers at home -- two notebook and one old computer, which I
would like to use as a server (all computers run Debian/Linux, BTW).
Notebooks have wireless cards and server-to-be is directly linked to
Westell Versalink 327W which is then connected to the Verizon Online DSL.
Everything works fine (already for somme time) withh one exception.

IP addresses of all computers are DHCP dynamically generated by router's
DHCP internal server and I don't know whether (or how) I could persuade
Versalink to act as a DNS server as well, so I can find out what IP
addresses individual computers (most importantly the server, notebooks' IP
addresses are not that important) have in any given moment.

I would love to use server as NFS server and it is silly to
rewrite /etc/fstab everytime I need switch on the server (I don't think I
want to have it always on -- it is not the most silent computer in the
world). In the same time, I would prefer notebooks to have DHCP dynamic IP
addresses, because they are often taken out and then connected to other
networks (again, less fiddling with configuration, better).

Any ideas how to either persuade Versalink to act as a LAN DNS server, or
how to have some (and only some) computers on LAN having Static IP address?

I have searched on http://dslreports.com and the only I found which seems to
relate is this http://www.dslreports.com/faq/13381 (Versalink DMZ How
to) -- is it what I am looking for? Will the server have always the IP
addresses it got when switching to Static IP address?

Thanks a lot for any reply,

Matěj
--
GPG Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC
http://www.ceplovi.cz/matej/blog/, Jabber: ceplma@jabber.cz
23 Marion St. #3, (617) 876-1259, ICQ 132822213

That distinction is reflected in the apocryphal remark made by a
French diplomat to his British counterpart: "This is all very
well in practice, but will it work in theory?".


Posted by Jerry Peters on August 7, 2006, 5:15 pm
Please log in for more thread options


> Hi,
>
> I have three computers at home -- two notebook and one old computer, which I
> would like to use as a server (all computers run Debian/Linux, BTW).
> Notebooks have wireless cards and server-to-be is directly linked to
> Westell Versalink 327W which is then connected to the Verizon Online DSL.
> Everything works fine (already for somme time) withh one exception.
>
> IP addresses of all computers are DHCP dynamically generated by router's
> DHCP internal server and I don't know whether (or how) I could persuade
> Versalink to act as a DNS server as well, so I can find out what IP
> addresses individual computers (most importantly the server, notebooks' IP
> addresses are not that important) have in any given moment.
>
> I would love to use server as NFS server and it is silly to
> rewrite /etc/fstab everytime I need switch on the server (I don't think I
> want to have it always on -- it is not the most silent computer in the
> world). In the same time, I would prefer notebooks to have DHCP dynamic IP
> addresses, because they are often taken out and then connected to other
> networks (again, less fiddling with configuration, better).
>
> Any ideas how to either persuade Versalink to act as a LAN DNS server, or
> how to have some (and only some) computers on LAN having Static IP address?
>
> I have searched on http://dslreports.com and the only I found which seems to
> relate is this http://www.dslreports.com/faq/13381 (Versalink DMZ How
> to) -- is it what I am looking for? Will the server have always the IP
> addresses it got when switching to Static IP address?
>
> Thanks a lot for any reply,
>
> Mat?j

Create an alias interface with a fixed ip address:

eth0 Link encap:Ethernet HWaddr 00:11:A3:02:A0:AC
inet addr:192.168.1.46 Bcast:255.255.255.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1492 Metric:1
RX packets:5592 errors:0 dropped:0 overruns:0 frame:0
TX packets:4826 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:6907791 (6.5 Mb) TX bytes:389610 (380.4 Kb)

eth0:0 Link encap:Ethernet HWaddr 00:11:A3:02:A0:AC
inet addr:172.23.77.6 Bcast:172.23.77.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1492 Metric:1

eth0:0 is the alias used on the local lan. Hosts are identified in
/etc/hosts.

dhclient creates the alias when it configures the real interface.
You can also create an ailias with ifconfig.

/etc/dhclient.conf:
interface "eth0" {
send host-name "peregrine";
request subnet-mask, broadcast-address, time-offset, routers,
domain-name, domain-name-servers, host-name,
interface-mtu;
require subnet-mask, domain-name-servers;
}

alias { interface "eth0";
fixed-address 172.23.77.6;
option subnet-mask 255.255.255.0;
}


        Jerry



Posted by Matej Cepl on August 7, 2006, 9:47 pm
Please log in for more thread options


Jerry Peters wrote:
> Create an alias interface with a fixed ip address:

This is SO COOL!!! Thank you!!! I have changed my /etc/network/interfaces to
look like this (remember, this is Debian and we do things easy way ;-)):

# The loopback interface
auto lo eth0 eth0:0
iface lo inet loopback

iface eth0 inet dhcp

iface eth0:0 inet static
address 192.168.1.5
netmask 255.255.255.0

and now I have 192.168.1.5. Thanks a lot.

Matěj

--
GPG Finger: 89EF 4BC6 288A BF43 1BAB 25C3 E09F EF25 D964 84AC
http://www.ceplovi.cz/matej/blog/, Jabber: ceplma@jabber.cz
23 Marion St. #3, (617) 876-1259, ICQ 132822213

Besides, the determined Real Programmer can write Fortran
programs in any language.
-- Ed Post, Real Programmers Don't Use Pascal


Similar ThreadsPosted
Westell Versalink 327W and home LAN? August 7, 2006, 3:33 pm
Westell Versalink Question December 4, 2004, 7:32 pm
Westell 327W; Laptop doesn't show in status screen January 24, 2006, 8:55 am
Westell 6100 routers October 26, 2006, 10:09 am
We Buy Westell Modems & Routers November 21, 2006, 2:29 pm
westell 2200 firewall log fills up even when ppp is down September 21, 2004, 6:49 am
Westell 2200 USB drivers for Verizon DSL October 5, 2004, 7:38 pm
Westell WireSpeed DSL Modem - reusable? October 27, 2004, 8:43 am
Issue with Verizon DSL Westell 2200 November 18, 2004, 5:33 pm
Which Wireless USB adapter for Westell Modem? March 27, 2005, 2:55 pm
Westell 2200 and Linksys router problem September 3, 2004, 6:27 pm
How To Reset A Westell Modem To Factory Defaults? March 1, 2005, 12:20 am
serial to usb adapter with westell 6100 modem? January 20, 2007, 3:39 pm
serial to usb adapter with westell 6100 modem? January 20, 2007, 3:36 pm
Disable ping request on Westell B90 Modem January 26, 2006, 7:15 pm