All
For all of us Unix guys this is a Windows Alert!!!
For performance testing reasons of one of our Cisco products I need to have many scannable IP's so that our product can investigate the targeted host. We use SMB to scan the targeted host for hotfixes, service packs, and web logs and so forth.
Utilizing VMWare GSX server I have been able to bring up 20 separate Windows OS's at the same time. I have also added secondary IP's to the single NIC within each OS under the VMWare GSX server. (bridged) This allows me to basically have 200 ip's with only 20 vmware images.
Example: SAME NIC
NIC 1 - 192.168.1.80 - Primary
NIC 1 - 192.168.1.29 - Secondary
\[root@duke root]# nmap -O 192.168.1.80
Starting nmap V. 2.54BETA31 ( www.insecure.org/nmap/ )
Interesting ports on (192.168.1.80):
(The 1531 ports scanned but not shown below are in state: closed)
Port State Service
7/tcp open echo
9/tcp open discard
13/tcp open daytime
17/tcp open qotd
19/tcp open chargen
21/tcp open ftp
25/tcp open smtp
42/tcp open nameserver
53/tcp open domain
80/tcp open http
119/tcp open nntp
135/tcp open loc-srv
139/tcp open netbios-ssn
443/tcp open https
445/tcp open microsoft-ds
515/tcp open printer
548/tcp open afpovertcp
563/tcp open snews
1025/tcp open listen
1032/tcp open iad3
2105/tcp open eklogin
3389/tcp open msrdp
6666/tcp open irc-serv
Remote OS guesses: Windows Me or Windows 2000 RC1 through final release, Windows
Millenium Edition v4.90.3000
Nmap run completed -- 1 IP address (1 host up) scanned in 2 seconds
As you can see port 139 is OPEN
However.....Secondary IP on the same NIC
Starting nmap V. 2.54BETA31 ( www.insecure.org/nmap/ )
Interesting ports on (192.168.1.29):
(The 1532 ports scanned but not shown below are in state: closed)
Port State Service
7/tcp open echo
9/tcp open discard
13/tcp open daytime
17/tcp open qotd
19/tcp open chargen
21/tcp open ftp
25/tcp open smtp
42/tcp open nameserver
53/tcp open domain
80/tcp open http
119/tcp open nntp
135/tcp open loc-srv
443/tcp open https
445/tcp open microsoft-ds
515/tcp open printer
548/tcp open afpovertcp
563/tcp open snews
1025/tcp open listen
1032/tcp open iad3
2105/tcp open eklogin
3389/tcp open msrdp
6666/tcp open irc-serv
Remote OS guesses: Windows Me or Windows 2000 RC1 through final release, Windows
Millenium Edition v4.90.3000
Nmap run completed -- 1 IP address (1 host up) scanned in 2 seconds
\[root@duke root]#
Port 139 is not open under the secondary IP.
My question is using a single NIC how would you open port 139 on the secondary IP's?
Any help would be appreciated.
Thanks
Chad R.Skipper