10-09-2010
1) it sounds like DNS or /etc/hosts is wrong
2) yes - httpd.conf may need to be updated to litsten on the new interface.
10 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
When I do a hard reboot, the system recognizes both the ttya and the ttyb, but when I do a hard reboot, it only doesn't recognize the ttyb. Is there a way I can fix this???
Thanks!:confused: (5 Replies)
Discussion started by: nattie_h
5 Replies
2. UNIX for Dummies Questions & Answers
Hello,
I am new to Solaris.
I am using stand alone Solaris 10.0 for test/study purpose and connecting to internet via an ADSL modem which has DHCP server. My Solaris is working on VMWare within winXP. My WinXP and Solaris connects to internet by the same ADSL modem via its DHCP at the same... (1 Reply)
Discussion started by: XNOR
1 Replies
3. Solaris
Hi,
Server --Dell Poweredge 2550.
OS--Solaris 10
Network switch --cisco --port setting- 1000Mbps full duplex
The network LED goes off when the solaris console screen comes up but prior to that(while booting is in progess) it is green.
The system is not able to come on network,ping to switch... (3 Replies)
Discussion started by: anilzoc
3 Replies
4. AIX
Anyone faced this?
I rebooted the HMC through command line after patch installation (hmcshutdown -t now -r)
The strange thing happened was the hmc never rebooted, I was not able to connect it through graphical view or through ssh, but the session through which i issued the command was still... (4 Replies)
Discussion started by: balaji_prk
4 Replies
5. Solaris
Deall All,
I have facing some problem. I have a Sun 4500 Server at the customer place. Now the server is not booting mean's once the server is coming up it is automatically rebooting. As this is the critical server for the customer that is use for production .
Can this be solved by... (10 Replies)
Discussion started by: sudhansu
10 Replies
6. Solaris
Hi people,
I have a solaris OS system. I configured its interfaces. They are UP but not in RUNNING status except loopback interface. I made the interfaces DOWN and UP again. The other side of the interfaces (switch ports) are UP. Does anyone have any idea? What may cause this problem, How can... (8 Replies)
Discussion started by: hubatuwang
8 Replies
7. Emergency UNIX and Linux Support
Hi All,
So we added a new HP-UX 11.31 machine. Copied OS via Ignite-UX (DVD)over from this machine called machine_a. It was supposed to be named machine_c. And it is when you log in...however when I'm in the ILO console before logging in, it says:
It should say:
What gives? And how do... (4 Replies)
Discussion started by: zixzix01
4 Replies
8. AIX
Hi,
I would like to know wheather rebooting HMC will impact on Management Systems or Lpar inside it is showing?
or I have to shutdown LPAR then only reboot HMC. (7 Replies)
Discussion started by: manoj.solaris
7 Replies
9. What is on Your Mind?
Apologies if this is not the correct place to post this.
I used to have a job supporting several custom applications that ran on Unix platforms. I used shell scripting, sed, awk, and SQL, but all on a pretty basic level. I also performed non-technical tasks like helping with project management,... (4 Replies)
Discussion started by: intranslation
4 Replies
10. UNIX for Advanced & Expert Users
deleted (0 Replies)
Discussion started by: hce
0 Replies
LEARN ABOUT DEBIAN
dnsspoof
DNSSPOOF(8) System Manager's Manual DNSSPOOF(8)
NAME
dnsspoof - forge replies to DNS address / pointer queries
SYNOPSIS
dnsspoof [-i interface] [-f hostsfile] [expression]
DESCRIPTION
dnsspoof forges replies to arbitrary DNS address / pointer queries on the LAN. This is useful in bypassing hostname-based access controls,
or in implementing a variety of man-in-the-middle attacks.
OPTIONS
-i interface
Specify the interface to use.
-f hostsfile
Specify the pathname of a file in hosts(5) format. Only one hostname allowed per line (no aliases), although hostnames may contain
wildcards (such as *.doubleclick.net).
expression
Specify a tcpdump(8) filter expression to select traffic to sniff.
If no hostsfile is specified, replies will be forged for all address queries on the LAN with an answer of the local machine's IP address.
FILES
/usr/share/dsniff/dnsspoof.hosts
Sample hosts file.
SEE ALSO
dsniff(8), hosts(5)
AUTHOR
Dug Song <dugsong@monkey.org>
DNSSPOOF(8)