[Catalyst] Catalyst::Manual::Tutorial::01_Intro

Chris Stinemetz chrisstinemetz at gmail.com
Tue Sep 13 15:45:01 GMT 2011


> Which "network type" or you using for the VM (bridged vs. NAT vs. host
> only)?
>

I have it set up as bridged

> If you type "netstat -tupan | grep 22" in the VM console, do you get
> anything?  (That should show if there is an SSH daemon on port 22.)
>

tcp     0      0 0.0.0.0:22     0.0.0.0:*    LISTEN
1153/sshd

tcp6     0      0 :::22     :::*    LISTEN
1153/sshd


> Can the server ping the outside world?  For example, if you type "ping
> www.google.com" on the VM console, does it work?
>

No I can't.
I get ping: unknown host www.google.com

> And you are sure that you are using the IP of the guest VM (get from
> "ifconfig" on the guest VM console), not the host, right?
>

correct.

ifconfig returns

int addr:127.0.0.1


> The downloadable VM images shouldn't have any sort of iptables firewalling
> enabled, so that shouldln't be an issue unless you enabled something there.
>

Thanks



More information about the Catalyst mailing list