-4

I did a partial clone of my VM. It is red hat 64 bit.

How do I get the external IP of the new instance of the VM?

Alex Gordon
  • 455
  • 3
  • 14
  • 31

2 Answers2

1

You haven't really provided much information about your environment - your public facing IP should be the same as it was before and that is whatever IP is assigned to your gateway.

You can easily check this with www.whatismyip.com.

DKNUCKLES
  • 4,028
  • 9
  • 47
  • 60
  • thanks! i guess i am looking for internal IP. i have two VM's on a physical machine and i want them to communicatge – Alex Gordon Dec 10 '12 at 20:03
1

Most linux/unix flavors will respond to

/sbin/ifconfig -a

Most Windows flavors will respond to

ipconfig /all
David Mackintosh
  • 14,293
  • 7
  • 49
  • 78