Telnet solaris error


 
Thread Tools Search this Thread
Operating Systems Solaris Telnet solaris error
# 8  
Old 01-30-2012
What's the network address and subnet mask of the Host-Only network? Have you assigned an IP to the Solaris VM in the same subnet? If not, you will not be able to ping the VM from the host machine!!

As I told earlier, this is not an issue with the Solaris VM. You just need to check network settings in the VMWare Virtual Network Editor. If you are not sure how to edit those settings, enable dhcp in the Solaris VM and check the IP address assigned to it. Later you can assign static IP in that particular subnet.

Quote:
192.168.1.5 vmware ip (what it shows in windows 7) 192.168.31.0 and windows 7 ip is 192.168.1.2 . Default gateway: 192.168.1.1
IPs are meaning less without the subnet mask. Assumming that you are using the default 24 bit Class C subnet mask, your Solaris VM is clearly on a different subnet than the host machine. They both have to be on 192.168.1.0/24 subnet according to what you have posted.
# 9  
Old 01-30-2012
It sounds really good. Actually i am unable to show the output of ifconfig -a due to some copy error. I exectuted
#ifconfig e1000g0 plumb
# ifconfig e1000g0 192.168.1.5 netmask 255.255.255.0 up
to assign the ip. So i dont think i have did any mistake on assigning the IP on Solaris VM

In windows 7 ipconfig command shows the ip as 192.168.1.2 and netmask as 255.255.255.0 in additon to that it shows two vmware ips one is vmnet1 and vmnet8 .I dont have any idea about these vmnet

Really thanks for your suggestion and help to resolve the issue.I will try to edit the vmware network settings again to solve the issue.
# 10  
Old 01-30-2012
There you go.

You need to check the IP Address assigned to Windows 7 under vmnet1 network. This is the default host-only network for your VMs. Your Solaris VM's IP should be on the same subnet as the IP address of VMnet1 adaptor on Windows 7.

Vmnet1 and Vmnet8 are the virtual adaptors that get created while installing VMWare. So even if your host's physical adaptor is on the same subnet as the Solaris VM, there's virtually no connection between them.

Can you post "ipconfig" for vmnet1 on your Windows 7 host? If you can configure the Solaris VM to be on the same subnet as vmnet1, your problem is solved.
# 11  
Old 01-30-2012
vmnet 1

ipv6 Address - 192.168.80.1
subnet mask - 255.255.255.0
Default gateway -

Vmnet 8

Ipv4 Adress : 192.168.31.1
Subnet mask: 255.255.255.0
Default gateway :

What ip i should set for Solaris VM ?

Thanks in advance Smilie

---------- Post updated at 01:36 PM ---------- Previous update was at 01:16 PM ----------

omg ! Smilie

Thank you so much admin_xor

I changed the ip as 192.168.80.5 in solaris with Host only in vmware and problem is solved .

You are GENIUS Smilie
# 12  
Old 01-30-2012
Always happy to help!! Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Not able to install telnet on Solaris 11

Hi Solaris 11 Guru, I am not able to install telent on Solaris 11 with the following error as root: uname -a SunOS servername 5.11 11.2 i86pc i386 i86pc pkg install /service/network/telnet pkg: 0/1 catalogs successfully updated: Unable to contact valid package repository Encountered... (3 Replies)
Discussion started by: gjackson123
3 Replies

2. Solaris

Unable to login using ssh,telnet onto my solaris machine with solaris 10 installed

Hi, I am unable to login into my terminal hosting Solaris 10 and get the below error message "Server refused to allocate pty ld.so.1: sh: fatal: libc.so.1: open failed: No such file or directory " Is there anyways i can get into my machine and what kind of changes are required to be... (7 Replies)
Discussion started by: sankasu
7 Replies

3. Solaris

issue regarding telnet on solaris(9 version)

hi this is hrushi i have issue regarding solaris(9 version) when i telnet from solaris to linux machine it displaying message like connection closed by forine host ...when i telnet from linux to solaris its working fine ...help me its urgent and i'm new to solaris 9 (2 Replies)
Discussion started by: ghrushi84
2 Replies

4. UNIX for Dummies Questions & Answers

Help with telnet using putty on solaris 10 x86

Hi ... I am totally new to unix ... I just installed solaris 10 and internet is working. Everytime I try to telnet from my windows xp using Putty to solaris as root user, putty opens the command prompt window and close right away. I also tried with ssh using Putty and I got a message "Using... (2 Replies)
Discussion started by: glieu
2 Replies

5. Solaris

HP-UX telnet to Solaris

Hi, i have a strange problem. i have a HP-UX which is used to telnet to two solaris machine via port 11000. On the solaris machines, there's an application that sends a series of ascii character separated by LF over to the the HP-UX. The problem is that when the HP-UX connects to solaris A,... (2 Replies)
Discussion started by: xenomage
2 Replies

6. Solaris

disable telnet on Solaris

All - would you please some one help me to disable telnet on Solaris? /etc/inetd.conf Thanks :confused: (11 Replies)
Discussion started by: March_2007
11 Replies

7. UNIX for Dummies Questions & Answers

solaris telnet idle timeout

I have put TMOUT=1800;export TMOUT in the /etc/profile, put it does not work, by the way the root default shell is sh. but I wana every one including root to terminate the session after setting idle for 1800 seconds. thank for the help. (1 Reply)
Discussion started by: kahn630
1 Replies

8. UNIX for Dummies Questions & Answers

Telnet into Solaris 8 box

I am new to Unix. What file do I need to edit so that I can telnet to Solaris 8. I recieve this message everytime I try to telnet. It allows me to LOGIN but kicks me out with this same message. SunOS 5.8 login: root Password: Not on system console (2 Replies)
Discussion started by: newbie05
2 Replies

9. UNIX for Dummies Questions & Answers

Telnet into Solaris 8

How can I set my Solaris 8 machine to allow a telnet session from an IP address that is outside the network that the machine sits on? I can ping the address of the Soalris 8 box from the outside, but I cannot telnet into it, it doesn't allow the connection. (1 Reply)
Discussion started by: Ask Me
1 Replies
Login or Register to Ask a Question