IP Alias on SCO

IP Alias on SCO

Post by ATIF ASL » Wed, 04 Feb 1998 04:00:00



I am running SCO System V/386 Release 3.2. Is it possible to assign an ip alias to the interface. I works under version 5.x with "ifconfig interface alias address". Is there a way to do it under 3.2.

Thanks.

--
*-*SMILE*-*
--------------------------------------

URL:    http://www.site.gmu.edu/~aaslam
---------------------------------------

 
 
 

IP Alias on SCO

Post by Jean-Pierre Radle » Wed, 04 Feb 1998 04:00:00


ATIF ASLAM telecommunicated (on 03Feb):
| I am running SCO System V/386 Release 3.2. Is it possible to assign an ip alias to the interface. I works under version 5.x with "ifconfig interface alias address". Is there a way to do it under 3.2.

3.2v5.0.0?  3.2v5.0.2?  3.2v5.0.4?  3.2v4.0?  3.2v4.2?

You really should be precise, it saves a lot of messages like this one.
:-)

--


 
 
 

IP Alias on SCO

Post by <kse.. » Wed, 04 Feb 1998 04:00:00


I am also having problems with IP aliasing.
Running SCO 5.0.2
Current config is ip: 198.10.10.100,   mask: 255.255.255.0
Need to alias      ip:   10.244.78.80,     mask: 255.255.255.192

"ifconfig net0 alias 10.244.78.80 netmask 255.255.255.192"

"ifconfig -a"  shows
v v v v v      v v v v v      v v v v v      v v v v v      v v v v v      v
v v v v
net0: flags=4043<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 198.10.10.100 netmask ffff0000 broadcast 198.10.255.255
perf. params: recv size: 24576; send size: 24576; full-size frames: 1
ether 00:60:97:d7:be:3e
(alias) inet 10.244.78.80 netmask ffffffc0 broadcast 10.244.78.127
^ ^ ^ ^ ^      ^ ^ ^ ^ ^      ^ ^ ^ ^ ^      ^ ^ ^ ^ ^      ^ ^ ^ ^ ^      ^
^ ^ ^ ^

Problem: if I ping host 10.244.78.66 the ping packet shows the source host
ip
                 to be 198.10.10.100 instead of 10.244.78.80

<sniffer>
  IP:  198.10.10.100  ->  10.244.78.66  ICMP:  echo_request

 
 
 

IP Alias on SCO

Post by James R. Fal » Mon, 09 Feb 1998 04:00:00



> I am also having problems with IP aliasing.
> Running SCO 5.0.2

Let me know if you find an answer to this one. I'm running 5.0.4 and
have the same problem. I can ping into the aliased machine but not out.
I tried all sorts of things that usually result in a kernel panic.

Jim

Quote:> Current config is ip: 198.10.10.100,   mask: 255.255.255.0
> Need to alias      ip:   10.244.78.80,     mask: 255.255.255.192

> "ifconfig net0 alias 10.244.78.80 netmask 255.255.255.192"

> "ifconfig -a"  shows
> v v v v v      v v v v v      v v v v v      v v v v v      v v v v v      v
> v v v v
> net0: flags=4043<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
> inet 198.10.10.100 netmask ffff0000 broadcast 198.10.255.255
> perf. params: recv size: 24576; send size: 24576; full-size frames: 1
> ether 00:60:97:d7:be:3e
> (alias) inet 10.244.78.80 netmask ffffffc0 broadcast 10.244.78.127
> ^ ^ ^ ^ ^      ^ ^ ^ ^ ^      ^ ^ ^ ^ ^      ^ ^ ^ ^ ^      ^ ^ ^ ^ ^      ^
> ^ ^ ^ ^

> Problem: if I ping host 10.244.78.66 the ping packet shows the source host
> ip
>                  to be 198.10.10.100 instead of 10.244.78.80

> <sniffer>
>   IP:  198.10.10.100  ->  10.244.78.66  ICMP:  echo_request