요거요거, 재주꾼 이었구만!
INetSim: Internet Services Simulation Suite
INetSim: Internet Services Simulation Suite
The following is a sample installation of InetSim on BackTrack5
1. Pre-requisites
Install few Perl Modules as follows
perl -MCPAN -e shell
cpan[1]> install Net::Server
cpan[1]> install Net:DNS
cpan[1]> install IPC::Shareable
cpan[1]> install Digest::SHA IO::Socket::SSL
cpan[1]> exit
Download InetSim
http://www.inetsim.org/downloads/inetsim-1.2.3.tar.gz
# tar xvf inetsim-1.2.3.tar.gz
The following is a sample installation of InetSim on BackTrack5
1. Pre-requisites
Install few Perl Modules as follows
perl -MCPAN -e shell
cpan[1]> install Net::Server
cpan[1]> install Net:DNS
cpan[1]> install IPC::Shareable
cpan[1]> install Digest::SHA IO::Socket::SSL
cpan[1]> exit
Download InetSim
http://www.inetsim.org/downloads/inetsim-1.2.3.tar.gz
# tar xvf inetsim-1.2.3.tar.gz
# cd inetsim-1.2.3
# groupadd inetsim
# ./setup.sh
By default it runs on localhost (127.0.0.1)
This can be changed inside the config file.
#vim conf/inetsim.conf
Like following
#########################################
# service_bind_address
#
# IP address to bind services to
#
# Syntax: service_bind_address <IP address>
#
# Default: 127.0.0.1
#
#service_bind_address 10.10.10.1
service_bind_address 172.16.143.1
#########################################
#########################################
# dns_default_ip
#
# Default IP address to return with DNS replies
#
# Syntax: dns_default_ip <IP address>
#
# Default: 127.0.0.1
#
#dns_default_ip 10.10.10.1
dns_default_ip 172.161.143.1
#########################################