Sponsored Content
Operating Systems Linux Interesting challenge getting SSH from outside to my VMWare guest Post 302469125 by brightstorm on Thursday 4th of November 2010 08:17:14 PM
Old 11-04-2010
Hello Pludi,

Thank you very much for your time!

After a closer inspection I realised that I received "martians" in my /var/log/warn. Having absolutely no idea what it meant, I googled it without being much wiser.

I then realised I had a problem with my routes since I couldn't resolve any DNS or ping the outside world.

I found that a static route was missing, so after issuing

Code:
route add -net 0.0.0.0 gw 192.168.1.1 br0

Which made my route look much better

Code:
ivmsles01:/var/log # ip route sh
192.168.1.0/24 dev br0  proto kernel  scope link  src 192.168.1.77 
127.0.0.0/8 dev lo  scope link 
default via 192.168.1.1 dev br0

I got back on track, the martians went back to Mars and after a bit of firewalling, my server responded nicely to external hosts as well on SSH.

I'm really sorry that I didn't really do my homework completely before crying out for help - if you get to Denmark some day, I'll buy you a beer for your trouble Smilie

Last edited by brightstorm; 11-05-2010 at 01:00 PM.. Reason: changed "ip route add" to "route add" which is the correct command
 

9 More Discussions You Might Find Interesting

1. Solaris

unable to connect to solaris guest in vmware

hi All, I require your help and suggestion in this. I have a solaris 10 (guest) installed on a vmware and my host OS is windows 2003 server. i am trying to conenct to the solaris 10 from my local Pc through putty, but unable to connect. please advice what setup or prerequitsites are required to... (4 Replies)
Discussion started by: bathija
4 Replies

2. Virtualization and Cloud Computing

Cmd to start guest in VMware server 2.0

Is there any command in VMware Server 2.0 to poweron/start the guests like we have vmware-cmd ESX server 3.5 .. (1 Reply)
Discussion started by: fugitive
1 Replies

3. Red Hat

ssh connection keep disconected , how to find way? in CentOs vmware

Hello i have CentOS installed on vmware , few days ago every thing was working fine. today every time im connect with putty to the CentOs server after few minutes it disconnect me , how can i find what is the reason ? (5 Replies)
Discussion started by: umen
5 Replies

4. UNIX for Dummies Questions & Answers

VMware Solaris Guest - How do I boot from CD?

Hello, I have a Solaris 10 x86 VM and I am trying to access the Solaris install menu. I have the ISO set to connect on startup, and I can see that it is mounted in my system. But when I power on the VM, the GRUB menu comes up and I only have the option of booting Solaris. Also I have... (4 Replies)
Discussion started by: bstring
4 Replies

5. Ubuntu

[Solved] Ssh and scp between two vmware Ubuntu

Hello, Please, I would like to connect a VM to another: I typed as follows: ssh root@192.168.1.4 root@192.168.1.4 's password: Permission denied, please try again. root@192.168.1.4 's password: Permission denied, please try again. root@192.168.1.4 's password: Permission denied... (6 Replies)
Discussion started by: chercheur111
6 Replies

6. UNIX for Advanced & Expert Users

Interesting awk/Perl/sed parsing challenge

I have a log with entries like: out/target/product/imx53_smd/obj/STATIC_LIBRARIES/libwebcore_intermediates/Source/WebCore/bindings/V8HTMLVideoElement.cpp : target thumb C++: libwebcore <=... (8 Replies)
Discussion started by: glev2005
8 Replies

7. Solaris

Solaris x86 guest in vmware workstation

I swear I have no other devices on the vmnet 192.168.142.2, but after I configured one of the solaris x86 os, I kept getting warning ..node xx xxxxx have our ip addresss 192.168.142.2, and it scrolled thru it forever .. I tried to boot it into single user mode , still having the same issue.. ... (1 Reply)
Discussion started by: ppchu99
1 Replies

8. Shell Programming and Scripting

Anyone like a challenge?

I have searched through google, and this forum to try and find the answer, but alas, nothing quite hits the whole answer. I am trying to read the last line (or lines) of some log files. I do this often. The files are named sequentially, using the date as part of the file name, and appending... (18 Replies)
Discussion started by: BatterBits
18 Replies

9. UNIX for Dummies Questions & Answers

Configure network connectivity as guest O.S under vmware

Hi! I am not sure if this is the right place to post this question. What I did was to download vmware onto my laptop, them install a linux distro as a guest O.S., on VM network configuration I have used "bridge", them I used Virtual Network Editor to chose the network interface, but as I write... (4 Replies)
Discussion started by: fretagi
4 Replies
VIRT-CONVERT(1) 					   Virtual Machine Install Tools					   VIRT-CONVERT(1)

NAME
virt-convert - convert virtual machines between formats SYNOPSIS
virt-convert [OPTION]... INPUT.VMX|INPUT-DIR [OUTPUT.XML|OUTPUT-DIR] DESCRIPTION
virt-convert is a command line tool for converting virtual machines from one format to another. Pass in either a VM definition file (such as VMWare vmx format) or a directory containing a VM. By default, a new VM definition file, and converted disk images, will be placed in a new output directory. If an output directory is specified, it will be created if necessary, and the output VM definition placed within, along with any disk images as needed. If an output VM definition file is specified, it will be created alongside any disks in the same directory. OPTIONS
Any of the options can be omitted, in which case virt-convert will use defaults when required. An input VM definition or containing directory must be provided. By default, an output directory is generated based upon the name of the VM. The default input format is VMWare vmx, and the default output format is a libvirt "image" XML definition (see virt-image(5)). -h, --help Show the help message and exit Conversion Options -i format Input format. Currently, "vmx", "virt-image", and "ovf" are supported. -o format Output format. Currently, "vmx" and "virt-image" are supported. -D format Output disk format, or "none" if no conversion should be performed. See qemu-img(1). Virtualization Type options Options to override the default virtualization type choices. -v, --hvm Create a fully virtualized guest image Convert machine to a hvm/qemu based image (this is the default if paravirt is not specified) -p, --paravirt Create a paravirtualized guest image Convert machine to a paravirt xen based image General Options General configuration parameters that apply to all types of guest installs. -a ARCH, --arch=ARCH Architecture of the virtual machine (i686, x86_64, ppc). Defaults to that of the host machine. --os-type=OS_TYPE Optimize the guest configuration for a type of operating system (ex. 'linux', 'windows'). This will attempt to pick the most suitable ACPI & APIC settings, optimally supported mouse drivers, virtio, and generally accommodate other operating system quirks. See virt-install(1) for valid values. --os-variant=OS_VARIANT Further optimize the guest configuration for a specific operating system variant (ex. 'fedora8', 'winxp'). This parameter is optional, and does not require an "--os-type" to be specified. See virt-install(1) for valid values. --noapic Override the OS type / variant to disables the APIC setting for fully virtualized guest. --noacpi Override the OS type / variant to disables the ACPI setting for fully virtualized guest. Miscellaneous Options -q, --quiet Avoid verbose output. -d, --debug Print debugging information EXAMPLES
Convert a paravirt guest from "image.vmx": # virt-convert --arch=i686 --paravirt image.vmx Convert a 64-bit hvm guest: # virt-convert --arch=x86_64 vmx-appliance/ hvm-appliance/ AUTHOR
Written by Joey Boggs and John Levon See the AUTHORS file in the source distribution for the complete list of credits. BUGS
Please see http://virt-manager.org/page/BugReporting COPYRIGHT
Copyright (C) 2006-2008 Red Hat, Inc, and various contributors. This is free software. You may redistribute copies of it under the terms of the GNU General Public License "http://www.gnu.org/licenses/gpl.html". There is NO WARRANTY, to the extent permitted by law. SEE ALSO
virt-image(5), the project website "http://virt-manager.org" 2009-12-01 VIRT-CONVERT(1)
All times are GMT -4. The time now is 10:06 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy