Advertisement
Guest User

networking

a guest
Jan 24th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.55 KB | None | 0 0
  1. I have partially done it myself..configured a host-only network..it will automatically add an entry to host OS..
  2. ifconfig will show something like below
  3.  
  4. vboxnet0  Link encap:Ethernet  HWaddr 0a:00:27:00:00:00  
  5.           inet addr:192.168.56.1  Bcast:192.168.56.255  Mask:255.255.255.0
  6.  
  7. and then in fedora guest I manually specified the IPaddress 192.168.56.5 for eth1. Now I can ssh from guest os to host os without any issue.
  8. But from host to guest its showing the below error.
  9. ssh: connect to host 192.168.56.5 port 22: No route to host
  10.  
  11. how to fix this?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement