This is a discussion on How to assign a DB2-Instance to a unique IP-Address (and Port - of course) within the DB2 forums, part of the Database Server Software category; --> I was told, this is not possible, but other products like Oracle or MQSeries do support this! What is ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I was told, this is not possible, but other products like Oracle or MQSeries do support this! What is true, what are the reasons? Is there a security risk, because the DB2-Instance provides service to any IP-Endpoint of a machine, just because of the addressed port? Thanks a lot! Wolfgang, Munich |
| |||
| "howToDB2" <wo.hau@freenet.de> wrote in message news:1110378921.594663.150600@o13g2000cwo.googlegr oups.com... > I was told, this is not possible, but other products like Oracle or > MQSeries do support this! What is true, what are the reasons? > Is there a security risk, because the DB2-Instance provides service > to any IP-Endpoint of a machine, just because of the addressed port? > Thanks a lot! Wolfgang, Munich > Please define what you mean by "assign". When you catalog a remote TCP/IP node, you must specify a host-name or IP address. |
| |||
| In article <EtCdne840coehrLfRVn-pg@comcast.com>, Mark A (nobody@nowhere.com) says... > "howToDB2" <wo.hau@freenet.de> wrote in message > news:1110378921.594663.150600@o13g2000cwo.googlegr oups.com... > > I was told, this is not possible, but other products like Oracle or > > MQSeries do support this! What is true, what are the reasons? > > Is there a security risk, because the DB2-Instance provides service > > to any IP-Endpoint of a machine, just because of the addressed port? > > Thanks a lot! Wolfgang, Munich > > > Please define what you mean by "assign". When you catalog a remote TCP/IP > node, you must specify a host-name or IP address. > > That's when you have two network cards in your DB2 server system and you want DB2 to accept client connections thru only one of them. I couldn't find anything in the DB2 manuals but using a software firewall might be an option. |
| ||||
| Gert van der Kooij wrote: > In article <EtCdne840coehrLfRVn-pg@comcast.com>, Mark A > (nobody@nowhere.com) says... >> "howToDB2" <wo.hau@freenet.de> wrote in message >> news:1110378921.594663.150600@o13g2000cwo.googlegr oups.com... >> > I was told, this is not possible, but other products like Oracle or >> > MQSeries do support this! What is true, what are the reasons? >> > Is there a security risk, because the DB2-Instance provides service >> > to any IP-Endpoint of a machine, just because of the addressed port? >> > Thanks a lot! Wolfgang, Munich >> > >> Please define what you mean by "assign". When you catalog a remote TCP/IP >> node, you must specify a host-name or IP address. >> >> > > That's when you have two network cards in your DB2 server system and > you want DB2 to accept client connections thru only one of them. > > I couldn't find anything in the DB2 manuals but using a software > firewall might be an option. Indeed, I guess you'd set your firewall rules to only open the DB2 port (e.g. 50000) on a specific IP address. Phil |