system Fake IPs


 
Thread Tools Search this Thread
Operating Systems Solaris system Fake IPs
# 1  
Old 04-25-2005
system Fake IPs

hi all ;
I am using solaris 8 over SPARC .
i was given the role to administer a webmail server running Iplanet 4.2
i was told also that this server is running a website .
this server has 2 fake IPs .
My question is how i can know these fake IPs and how they are mapped .

cheers
# 2  
Old 04-25-2005
you should have a look at
man ifconfig
...
if you type "ifconfig -a" you will see every ethernet interface currently used by solaris, also the "virtual"
like:
root@pressy.unix.com # ifconfig -a
lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
hme1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 192.168.133.148 netmask ffffff00 broadcast 192.168.133.255
ether 8:0:20:aa:a7:d2
hme1:1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 10.10.10.1 netmask ffffff00 broadcast 10.255.255.255

you see, hme1 is my normal device and hme1:1 is my first logical interface on hme1

greetings pressy
# 3  
Old 04-26-2005
ppass,

You can see how the IPs are assigned via the same mechanism for your primary interface:

# ls /etc/hostname.*

Each file will have a hostname entry which will correlate with the IP address assigned to the physical or virtual interface.

Cheers,

Keith
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Cybersecurity

Fake MicroSoft calls

Dear colleagues, it's that time of the year again: in recent days and weeks I'm receiving annoying numbers of annoying "support" calls from dubious "MicroSoft Centers" telling me that my computer generates errors and / or downloads malicious SW. Although ignoring these pesterers on the phone,... (8 Replies)
Discussion started by: RudiC
8 Replies

2. UNIX for Dummies Questions & Answers

fake email sender

Hi, I am using the below command to send the email. mailx -s "test from `hostname`" email@gmail.com < attachment.txt id uid=870(wlsuser) gid=641(wlsgrp) I recieve the email as "From: wlsuser@hostname Can I somehow have any string instead of wlsuser, if that grows too complex to... (4 Replies)
Discussion started by: shifahim
4 Replies

3. IP Networking

What is a fake network device?

Thanks in advance! Ben (1 Reply)
Discussion started by: bigben1220
1 Replies

4. UNIX for Dummies Questions & Answers

fake network address....

Good morning! Why would having a fake network device be useful? Thanks in advance Bigben (0 Replies)
Discussion started by: bigben1220
0 Replies

5. UNIX for Advanced & Expert Users

port mapping with fake ip

Hi there, i have a question to all. The task is: Redirect port from local host to remote (datapipe etc.) with faking my ip. For example, nmap with -S option make fake ip of host it being running. pic: -> 10.1.1.1:80 ... (1 Reply)
Discussion started by: lecter
1 Replies

6. Shell Programming and Scripting

Filtering Fake inputs

Hi My script takes input for a hostname. echo "enter hostname read hostname Now I would like to filter the fake inputs.My hostnames always follow same syntax ( abcd123.efgh.ijk.com). Appreciate everyones suggestions on this..Thanks.. (2 Replies)
Discussion started by: coolkid
2 Replies

7. Shell Programming and Scripting

Fake deletion of files

Hi, This is possibly an odd request to do with permissions as I seem to have tied myself up with these! I have the following directory (see below) that contains files that the 'usergrp' user needs to be able to 'delete' files from. drwxr-s--- 2 usergrp usergrp 512 16 Feb 14:37... (2 Replies)
Discussion started by: Peejay
2 Replies

8. Linux

Fake System32 Folder

I read somewhere that you can create a fake system32 folder in linux where you can store the most common windows runtime libraries, that way you can install windows programs (using wine) directly in linux, what I meen is that even the installer works. Does anyone know how I can do this, and where... (2 Replies)
Discussion started by: Kimm
2 Replies
Login or Register to Ask a Question