[4274] in linux-net channel archive
Re: virtual domain hosting, Sorry not sure if this got out...
daemon@ATHENA.MIT.EDU (babydr)
Tue Sep 3 08:35:40 1996
Date: Tue, 3 Sep 1996 00:53:19 -0700 (PDT)
From: babydr <babydr@nwrain.net>
To: Lutz Trimpop <lu@rga.rga.de>
Cc: "Linux Network Info. List" <linux-net@vger.rutgers.edu>
Lutz, Has anyone responded at all ?
If so how about a summary, Please ?
if not,
I have basically repeated the same steps and
have gotten the exact same response from the system.
Checked the 'man ifconfig' and found mentions these
the /etc/init.d/network file doesn't exist,
Is it possibly for another distribution ?
the /proc/net/sockets file doesn't exist
the /proc/net/dev file has :
lo: .......
dummy: No statistics available
eth0: .....
ppp0: .....
Damn, this sure looks like whatever the problem
is the ':' isn't getting parsed as a delimiter
to the interface value.
IE:
ifconfig eth0
prints out the interface statistics.
ifconfig eth0:
eth0:: unknown interface.
ifconfig eth0:0
eth0:0: unknown interface.
ifconfig eth0.0 199.33.245.57
SIOCSIFADDR: No such device ( expected :-)
PS, happens with any delimiter I could think of.
ifconfig eth0:0 199.33.245.57
SIOCSIFADDR: Invalid argument
On Fri, 30 Aug 1996, Lutz Trimpop wrote:
> Date: Fri, 30 Aug 1996 17:55:10 +0200 (MET DST)
> From: Lutz Trimpop <lu@rga.rga.de>
> To: unlisted-recipients:; (no To-header on input)
> Cc: Linux PPP <linux-ppp@vger.rutgers.edu>
> Subject: virtual domain hosting
>
>
> Hi.
>
> I have a Linux 1.3.97 Server and try to use virtual domain hosting.
> I've compiled my Kernel with Dummy Devices as described in the
> NET-2-HOWTO. When I try to setup a dummy Device like
>
> ifconfig eth0:0 192.168.1.1
>
> it looks like:
>
> > ifconfig eth0:0 194.120.137.4
> SIOCSIFADDR: Invalid argument
>
> Does anybody know this Problem?
>
> ------------------------------------------------------------
>
> Kernel is compiled with CONFIG_NET_ALIAS:
>
> > cat /proc/net/aliases
> device family address
> > cat /proc/net/alias_types
> type name n_attach
>
>
>
> Lutz
>
>
>
>
>