Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IP Aliases How???

Status
Not open for further replies.

yordangs

ISP
Sep 7, 2001
91
MX
where i can asing the ip aliases to a server my server hava one ip sample 192.168.5.6
but now i want have another ip to go out to the internet sample 148.223.215.166 but i need leave the old ip because we have a lot of aplications running now localy

in the smit how can i do that?
or where are the system files where this information are stored ?

im found in some documentation the /etc/rc.net file have some infomation about tcp/ip protocol but the only thing i found was the name server and not the ip addrees or the gateway.

all help will be apreciated


some links where i can get information and thaks again to everyone
 
Try
[tt]
ifconfig en0 alias ip_address netmask network_mask
[/tt]

Look at the documentation for the correct syntax if not.
I hope it works...
Unix was made by and for smart people.
 
ok thanks a lot ElgisRamon

and now how can erase it ?? i have another server with a alias ip the older webmaster leave it that way and now i want to erase one ip who doesnt are more in my network and its in my system its whit the same command

ifconfig en0 alias ip.ip.ip.ip down or how??
 
Try
Smitty TCPIP
Further Configuration (ODM)
 
Look at the [tt]ifconfig[/tt] manual page. There is a [tt]delete[/tt] option
I hope it works...
Unix was made by and for smart people.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top