says host unknown, I have the network set to bridged adapter already or am I the wrong thing
Printable View
says host unknown, I have the network set to bridged adapter already or am I the wrong thing
wrong, if you have it to bridge (and dchp) your ip must be 10.0.0.x
not 192.168.25.x
if you have it on bridge mode, linux is on static ip mode ( is not using your router ip, is using a pre defined 192.x.x.x ip) and ofc is not going to work
host unknow means your linux is isolated from internet (even from any other pcs) for that you cant ping sites, connect winscp, etc
this not right ? http://i57.tinypic.com/2wmewk4.jpg
weird window.. is virtual machine (vmware) or virtual box?
toy can try to set ubuntu (i guess you are using ubuntu, right?) to dchp mode
try this:
sudo nano /etc/network/interfaces
you see something like this:
auto eth0 iface eth0 inet static
address 10.0.0.100
netmask 255.255.255.0
network 10.0.0.1
broadcast 10.0.0.255
gateway 46.185.128.91
(ofc with diferent ips)
replace all that for
auto eth0
iface eth0 inet dhcp
and the restart or execute:
sudo /etc/init.d/networking restart
vbox.
try to set the ips like i say on my last post ,or post your intertace file (a screenshoot) to check it
i never use vbox so cant really help on how to config it
erase the ips too?
yup, if you set it to dhcp mode, router is giving the ips (ofc, if the virtual box lan is configure right, but like i say early, i never use vbox so no idea)
ummm http://i58.tinypic.com/rlkkgo.jpg :(:
iface eth0 , not iface et0
dang lol http://i59.tinypic.com/sb1w60.jpg
how many virtual lans you have? looks like 2 (eth1)
try to replace eth0 with eth1 on the file and try again
if you still need help, send me a pm with tv info (and make a backup of your vbox machine first, if something goes wrong) so i can check it
VICTORY!!!!!!!!!!!!!! thx so much caosfox <3
good thing it worked!
ok 1 more thing winscp Iweb pwadmin all working, but when I bring up elementclient theres no connection to server