Changing web IP address(2 Merged) [message #512886] |
Wed, 22 June 2011 13:12 |
|
rihad
Messages: 7 Registered: June 2011 Location: Baku
|
Junior Member |
|
|
Hello, I'm a total Oracle newb trying to get oracle-xe-universal_10.2.0.1-1.0_i386.deb rolling on Debian/6.0.1a which coincidentally is on another server, not on my desktop, so I obviously can't reach the web frontend at 127.0.0.1:8080. And I couldn't trick it with a simple TCP proxy on the server:
nc -l -p 80 127.0.0.1 8080
and then on the client:
bailed out with an error
invalid connection to [192.168.0.252] from (UNKNOWN) [192.168.0.1] 35798
So, is there a way to change the listening IP address, or to allow IPs other than the local host to connect?
I've tried some googling around, but no one except me seemed puzzled with such an issue.
|
|
|
|
|
Re: Changing web IP address [message #512890 is a reply to message #512889] |
Wed, 22 June 2011 13:31 |
|
BlackSwan
Messages: 26766 Registered: January 2009 Location: SoCal
|
Senior Member |
|
|
>But I don't remember the install ever asking me for the IP address, only port?
While above may be true, it does not change reality.
At OS level, network interface must be changed to have an IP# that is route-able.
Unless & until IP# changes, only processes already running on DB Server system can use network to exchange packets.
my laptop is configured as follows => (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521)))
I do this to ensure that regardless of where I am, nobody can connect to my local DB.
[Updated on: Wed, 22 June 2011 13:31] Report message to a moderator
|
|
|
|
|
Re: Changing web IP address [message #512900 is a reply to message #512895] |
Wed, 22 June 2011 14:00 |
|
rihad
Messages: 7 Registered: June 2011 Location: Baku
|
Junior Member |
|
|
I can't believe this... I guess I'll wait for someone else to help me with my question, or maybe they'll tell me the same thing you said but in the terms I could understand, sorry but I cannot make sense of what you're saying.
Oh, if this wasn't obvious, there IS a routeable address 192.168.0.252, that the installer didn't bother using.
[Updated on: Wed, 22 June 2011 14:03] Report message to a moderator
|
|
|
|
|
|
|
|
|
|