| bio | website | |
|---|---|---|
| location | Mountain View, CA | |
| age | ||
| visits | member for | 8 months |
| seen | Mar 8 at 1:08 | |
| stats | profile views | 1 |
IIT Bombay, Google, LinkedIn, Backends, NoSQL, MySQL
|
Jan 11 |
awarded | Supporter |
|
Sep 13 |
answered | Unable to SSH to a virtualbox Redhat |
|
Sep 13 |
comment |
Unable to SSH to a virtualbox Redhat And the /etc/sysconfig/iptables.. # Firewall configuration written by system-config-firewall # Manual customization of this file is not recommended. *filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] -A INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT -A INPUT -p icmp -j ACCEPT -A INPUT -i lo -j ACCEPT -A INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT -A INPUT -j REJECT --reject-with icmp-host-prohibited -A FORWARD -j REJECT --reject-with icmp-host-prohibited COMMIT |
|
Sep 13 |
comment |
Unable to SSH to a virtualbox Redhat The only problem I can see is that eth1 has the same IP, and not eth0 (is that a problem?). I can ping to the same IP, by the way. Here is the result of ifconfig (sorry for the mess in the output!) eth0 Link encap:Ethernet HWaddr 08:00:27:A7:D0:A3 inet addr:10.0.2.15 Bcast:10.0.2.255 Mask:255.255.255.0 eth1 Link encap:Ethernet HWaddr 08:00:27:FA:14:48 inet addr:192.168.56.101 Bcast:192.168.56.255 Mask:255.255.255.0 inet6 addr: fe80::a00:27ff:fefa:1448/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 |
|
Sep 13 |
awarded | Student |
|
Sep 12 |
comment |
Unable to SSH to a virtualbox Redhat This is what I get. OpenSSH_5.9p1, OpenSSL 0.9.8r 8 Feb 2011
debug1: Reading configuration data /etc/ssh_config
debug1: /etc/ssh_config line 20: Applying options for *
debug1: Connecting to 192.168.56.101 [192.168.56.101] port 22.
debug1: connect to address 192.168.56.101 port 22: Connection refused
ssh: connect to host 192.168.56.101 port 22: Connection refused |
|
Sep 12 |
asked | Unable to SSH to a virtualbox Redhat |