Score:0

not able to access my local host using system IP

in flag

My target my server via http://10.12.135.57:2828/

What I can do now I can access my server via these two ways:

http://localhost:2828 http://127.0.0.1:2828 IP configuration Result of ifconfig | grep inet

inet 10.12.135.57  netmask 255.255.255.0  broadcast 10.12.135.255
        inet6 fe80::add2:1119:8cdc:cc2a  prefixlen 64  scopeid 0x20<link>
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        inet 10.12.135.57  netmask 255.0.0.0

Output of cat /etc/hosts:

127.0.0.1       localhost
127.0.1.1       ravijks-OptiPlex-9020

# The following lines are desirable for IPv6 capable hosts
::1     ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
Firewall
$ sudo ufw disable
Firewall stopped and disabled on system startup
$ sudo ufw status
Status: inactive
pLumo avatar
in flag
It's very hard to understand what you're trying to do, and you're missing some details. What services do you run on port 2828 ? Can you access it from somewhere ? From where do you want to access this ? What did you try already ? Please, if you add this information, also take care of formatting your text, e.g. with code blocks. There is a (?) icon on the top right that will help you with that.
Sasmita Satapathy avatar
in flag
i want to run firefox browser in particular port with marionette enable ,so i run the firefox on port no 2828. i can access the localhost:2828 in the browser(50:{"applicationType":"gecko","marionetteProtocol":3}) but if i want to access the port using system IP i am not able to access.
in flag
You may want to look through [the Issues for this project](https://github.com/mozilla/geckodriver/issues) and perhaps file a bug report. Based on the information provided, this does not appear to be an Ubuntu-specific issue, but one limited to the GeckoDriver
Sasmita Satapathy avatar
in flag
can i configured my local host to listen on 0.0.0.0?
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.