Re: ¤ The Complete PW Package ¤
As I said..nothing really came up during the installation!
I removed the dhcp from the etc/networks and changed it to ones i found on thei nternet and its still not working..in fact i messed up the network config =¸¸=
tried putting several ip adresses in browser x.x.x.x/admin and none really loaded
when i enter my ip adress..i guess its the ip of my wifi router a page shows up saying Username or Password is incorrect.
Please refer to the troubleshooting below:"
Re: ¤ The Complete PW Package ¤
Hey tox , did you run your linux server on vmware or virtualbox or something else ?
Apparently my virtualbox wont start up anymore .
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by
nationss
Hey tox , did you run your linux server on vmware or virtualbox or something else ?
Apparently my virtualbox wont start up anymore .
Virtual box..its working for meh
Re: ¤ The Complete PW Package ¤
bro i keep getting an error when i try makin a new one . it goes through the process but when i try and start it , it fails o.O
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by
nationss
bro i keep getting an error when i try makin a new one . it goes through the process but when i try and start it , it fails o.O
which error?
Re: ¤ The Complete PW Package ¤
you got kik bro ? I rather send you the pictures
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by
nationss
you got kik bro ? I rather send you the pictures
I dont..and I dont think i will be much of a help :/ i just followed the video guide in 343s old release
Re: ¤ The Complete PW Package ¤
Ahhh , well idk why i cant start the ubuntu server . but goodluck man ,
Re: ¤ The Complete PW Package ¤
Help 343 please D: I need you! I seriously dont know how should I change dhcp to auto config..i tried as i mentioned in my last post but the webpage still does not load!
Re: ¤ The Complete PW Package ¤
open /etc/network/interfaces
Depending on how your network (router) is setup, change the info in red to suit
change the adapter in blue to suit
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.10 <--ip you want ubuntu to have
netmask 255.255.255.0
gateway 192.168.1.1 <--usually router address
save the file and run
Code:
sudo /etc/init.d/networking restart
Re: ¤ The Complete PW Package ¤
Still confused on why anyone is trying to use the old release, not that it was hard to install/run either but still don't get it.
Re: ¤ The Complete PW Package ¤
When i unpacked PW_Dev then i got virus, my internet shutsdown, i lagg and my audio has been fucked up from it. Any clues about this 343?
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by
sora1984
open /etc/network/interfaces
Depending on how your network (router) is setup, change the info in red to suit
change the adapter in blue to suit
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto
eth0
iface
eth0 inet static
address
192.168.1.10 <--ip you want ubuntu to have
netmask
255.255.255.0
gateway
192.168.1.1 <--usually router address
save the file and run
Code:
sudo /etc/init.d/networking restart
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto /my ipv4 adress/? or just Ipv4 or leave eth0?
iface /my ipv4 adress/ inet static? or just leave ipv4 or leave eth0?
address 192.168.51.1 <--ip you want ubuntu to have
netmask 255.255.255.0
gateway 192.168.0.1 <--usually router address
Like this?? It gave me an error =¸¸=
"missing required variable adress..missing required configuration variables for interface eth0/inet
edit: tried "sudo invoke-rc.d networking stop ; sudo invoke-rc.d networking start" and it restarted i guess
anyway the webpage still wont load!
Re: ¤ The Complete PW Package ¤
no like this obviously change adapter, ip and masks to suit
Code:
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.10
netmask 255.255.255.0
gateway 192.168.1.1
dont be confused with the "auto eth0" bit that just automatically enables that adapter
Re: ¤ The Complete PW Package ¤
Quote:
Originally Posted by
sora1984
no like this obviously change adapter, ip and masks to suit
Code:
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address 192.168.1.10
netmask 255.255.255.0
gateway 192.168.1.1
dont be confused with the "auto eth0" bit that just automatically enables that adapter
I have set it to those of yours and even changed it in both server.txts and the page doesnt not load nor the server :/
Do i put the number in "address" to browser and to server.txt files?