Questions you will have? Why the weird addresses? Because my network device is a WFR Mobile connected to the rest of the network wirelessly and hardwired to the server through a gigabyte switch.For my server wrote: # This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface WFR-M @ 10.134.61.XXX
#auto eth0
#iface eth0 inet dhcp
auto eth0
iface eth0 inet static
address 10.134.61.250 Server address
netmask 255.255.255.0 Server subnet
network 10.134.61.1 Routers start address
broadcast 10.134.61.255 WTF does this mean or do? Does the 255 have to be there or should it be the server address?
gateway 10.134.61.1 Presumably the gateway to my network,
dns-nameservers 8.8.8.8 Not sure where this server is may be an internal to the WFR or part of the WFR network in general. Part of the instructions.
dns-search home The home dir?

Your next question will be: WTF is a WFR?


I would appreciate answers in English please.
Nenene