Toon posts:

Redhat linux, 1 nic (eth0) hoe meerdere ips?

Pagina: 1
Acties:

Verwijderd

Topicstarter
najah de titel zegt genoeg denk ik zo :-)

Weet iemand hoe ik dit moet doen?

  • phreggle
  • Registratie: Juni 2002
  • Niet online
Uit linux/Documentation/networking/alias.txt:
o Alias creation.
Alias creation is done by 'magic' interface naming: eg. to create a
200.1.1.1 alias for eth0 ...

# ifconfig eth0:0 200.1.1.1 etc,etc....
~~ -> request alias #0 creation (if not yet exists) for eth0
hth :)

Verwijderd

ifconfig eth0 192.168.0.1
ifconfig eth0:1 192.168.0.2

etc etc :)

Verwijderd

Topicstarter
ok bedankt