My computer gets hosted when using 3G
Posted
by
WeaklyTyped
on Super User
See other posts from Super User
or by WeaklyTyped
Published on 2012-10-14T08:31:21Z
Indexed on
2012/10/14
9:40 UTC
Read the original article
Hit count: 220
I recently activated 3G(UMTS) connection on my cellular network. I use Nokia S60 phone as a modem while connecting from Scientific Linux 6.
While I am able to access net pretty well, the problem is my computer gets hosted. By using ip-address in a web-browser, anyone can access my localhost (running apache), this never happens with my wireline (ADSL) connection. Furthermore, even the Shell prompt changes from:
[mach2@localhost ~]$
to
[[email protected] ~]$
where XX.XX.XX.XX is the IP of the 3G connection. The very thought of putting my machine 'in the wild' is disconcerting. How can I rectify the situation without disabling services like apache, sshd and others?
© Super User or respective owner