Networking Forums

Networking Forums > Network Hardware > Broadband Hardware > MN700, Linux and Hostname

Reply
Thread Tools Display Modes

MN700, Linux and Hostname

 
 
MP
Guest
Posts: n/a

 
      07-01-2004, 10:03 PM
Hi all,

I've been using the MN700 router for quite a while without any problems.
But now I need some help. I had to put a Linux (Debian) machine on my
network and I can't get the router to register its hostname. Does anyone
has any tip I could use?

I know MS doesn't support Linux but I was wondering if someone here could
help me out.

Thanks in advance.


 
Reply With Quote
 
 
 
 
Guest
Posts: n/a

 
      07-01-2004, 11:22 PM
Have Debian working here. There are two ways to set debian:
either assign a static IP (e.g. 192.168.2.2), or enable
DHCP client on Linux (it should grab an IP from the
router). Notice the MN700 subnet is 192.168.2.x, which is
different from the default settings in the debian
installation (the MN700 subnet can be changed in the router).

Here's some of my configuration (I use a static IP):

- etc/hosts
127.0.0.1 localhost
192.168.2.2 debian.mydomain.com
.../..

- etc/host
debian

- etc/network/interfaces
.../..
iface eth0 inet static
address 192.168.2.2
netmask 255.255.255.0
network 192.168.2.0
broadcast 192.168.2.255
gateway 192.168.2.1

If you want to run a server on the debian box with access
from the Internet (e.g. DNS, email, or web), you need to
set port forwards on the MN700 (use a persistent port
forwarding to the linux box static IP). Remember that
loopback is not working in the MN700, and thus you cannot
access the servers using the WAN IP from LAN clients.

>-----Original Message-----
>Hi all,
>
>I've been using the MN700 router for quite a while without

any problems.
>But now I need some help. I had to put a Linux (Debian)

machine on my
>network and I can't get the router to register its

hostname. Does anyone
>has any tip I could use?
>
>I know MS doesn't support Linux but I was wondering if

someone here could
>help me out.
>
>Thanks in advance.
>
>
>.
>

 
Reply With Quote
 
MP
Guest
Posts: n/a

 
      07-02-2004, 01:38 AM
wow. Thx a lot!!!

<(E-Mail Removed)> wrote in message
news:2460401c45fc2$506b7410$(E-Mail Removed)...
> Have Debian working here. There are two ways to set debian:
> either assign a static IP (e.g. 192.168.2.2), or enable
> DHCP client on Linux (it should grab an IP from the
> router). Notice the MN700 subnet is 192.168.2.x, which is
> different from the default settings in the debian
> installation (the MN700 subnet can be changed in the router).
>
> Here's some of my configuration (I use a static IP):
>
> - etc/hosts
> 127.0.0.1 localhost
> 192.168.2.2 debian.mydomain.com
> ../..
>
> - etc/host
> debian
>
> - etc/network/interfaces
> ../..
> iface eth0 inet static
> address 192.168.2.2
> netmask 255.255.255.0
> network 192.168.2.0
> broadcast 192.168.2.255
> gateway 192.168.2.1
>
> If you want to run a server on the debian box with access
> from the Internet (e.g. DNS, email, or web), you need to
> set port forwards on the MN700 (use a persistent port
> forwarding to the linux box static IP). Remember that
> loopback is not working in the MN700, and thus you cannot
> access the servers using the WAN IP from LAN clients.
>
> >-----Original Message-----
> >Hi all,
> >
> >I've been using the MN700 router for quite a while without

> any problems.
> >But now I need some help. I had to put a Linux (Debian)

> machine on my
> >network and I can't get the router to register its

> hostname. Does anyone
> >has any tip I could use?
> >
> >I know MS doesn't support Linux but I was wondering if

> someone here could
> >help me out.
> >
> >Thanks in advance.
> >
> >
> >.
> >



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to change the hostname in linux guddu Linux Networking 3 06-23-2008 12:24 PM
Router cannot get hostname of Linux client PC Daniel =?ISO-8859-1?Q?B=F6hmer?= Linux Networking 3 03-07-2006 08:55 AM
Pinging via IP works, not using hostname - MN700 Dylan Thomas Broadband Hardware 1 06-23-2004 08:00 PM
linux windows hostname problem Dhruv Linux Networking 4 10-08-2003 07:12 AM
Linux hostname not accessible Jonathan Janssens Linux Networking 5 07-22-2003 08:46 AM



1 2 3 4 5 6 7 8 9 10 11