Accessing Odoo localhost on LAN - odoo

I am testing Odoo v10 (Formally known as OpenERP) for my office. I have installed it on my server PC (windows 7 pro) having name "NEBULA" with IP 192.168.1.190 at port 80
Everything works fine when I accesses web address (http:// localhost/) or (http:// 127.0.0.1/) (http:// NEBULA/) or (http:// 192.168.1.190/) from my own PC browser where I have installed it.
But, When I tries from another PC connected to same LAN, browser is unable to reach http:// NEBULA/ or http:// 192.168.1.190/ .
I am getting PING reply on LAN pc from NEBULA for PING NEBULA and PING 192.168.1.190 but, browser is unable to connect to same server.
Currently, I am not using any firewall on server.
Please help. How to reach 192.168.1.190 from browser over LAN ?

Related

Metasploit handler failed to bind to port 4444

I am running Kali Linux on VMware. The host operating system is windows 7, and I'm using NAT for connectivity.
In my metasploit console, when I typed 'exploit' at the msf prompt,(where I am using windows/meterpreter/reverse_tcp as the payload) it showed me the error
Handler failed to bind to My IP:4444
(My IP is my external IP address.)
So in the VMware virtual network editor, I have port forwarded port 4444 of host PC to port 4444 of the virtual PC. Then I allowed inbound packets in the firewall of the host PC, for port 4444 of the host PC.
To ensure that everything is alright, I set up an apache server on the virtual PC, that serves a webpage when accessed via port 4444. The server served flawlessly when I accessed it with an external browser. Satisfied, I shut down the server.
But guess what? Metasploit console has thrown up the same error when I typed 'exploit' again in the msf prompt.
What to do now?
What did it say the reason for failing was.
I'm assuming the full error was failed to bind to port 4444 port is already in use.
You can not run a server on the same port you are trying to bind to.
The correct way to do this is to port forward through your router. Open your router settings and port forward port 4444 to your machines local ip.

Install Apache server on 4G Network

I have installed XAMPP to run Apache server on windows,So the Apache server run great on LAN (Local Area Network ).
But i need to run the server ,so the public can access it from WAN
(Wide Area Network) .
I have forward HTTP port 80 on 4G portable router ,but no device can access the Apache server from Public (WAN)
** I have tried DDNS solutions also with no success.
The issue is most likely the 4g network itself. It seems they don't allow servers to wait on their network.

Apache home server connects to domain inside network and not out

Hello i have an old windows xp pc im trying to turn into a server for hobbyist purposes. I downloaded and installed the apache xampp 1.8 distribution. Once installed and tested that the localhost worked, I connected my domain to my servers ip. So my problem is when i tried to connect to my site on my pc on the same network, they all were able to load the domain/site inside the network successfully but when i have a pc thats outside the network try it fails. Any ideas?. thanks.
You have used a private IP instead of public IP so it does not get resolved to your server. You have to use a public IP (if you have a static IP from your provider you have to setup port forwarding on your router.) If you get the IP from DHCPD server you will need to use dynamic DNS and port forwarding.
More info on private networks: http://en.wikipedia.org/wiki/Private_network

IBM Server configuration

i have an ibm server, a tp-link router with an static ip and DHCP activated, i want to configure one of the net boards in the ibm server.
I installed Ububntu server and access to the net board configuration using this command:
vi /etc/network/interfaces
I configure the server with this
address -> i put an ip that i resrve in the router
netmask
network
broadcast
gateway
I have a subdomain from no ip i have entered in the server so i can do remote connection to the server throw this subdomain and ssh. I have put the subdomain in /etc/host.conf
The thing is i have access to the subdomain in the web and out of the LAN net. But when i try to connect to the server throw ssh it's gave me connection refused.
EDIT:
Using the command arp-scan -I eth0 -l i found that the IP of the server is asigned two times it's look like it's the same ethernet board with two MAC address thar are the same except the las number.
Ok, what's work for me was to reinstall openssh on the server and in my computer. After that I have access throw ssh.

Remote access to pc in a LAN: how to connect to an individual pc

I've installed a dynamic DNS client which points at my account on noip.com.
it works.I type the host-name (which i registered with noip) into the address bar of a browser on a pc outside of my LAN and it takes me to my routers current IP.
This only takes me to the routers configuration page (which of course is what is expected).
how do i make it (my host-name/address) redirect to an individual pc in the LAN??
My Laptop: Ubuntu 12.04 LTS
my DDns client: noip's own client, downloaded from the noip website
Thanksssss
Portforwarding on your router. If you want http to be forwarded
set port 80 to your laptops ip or hostname port 80.