Advertisement
dfarrell07

OpenDaylight issues with nmap scan

Jun 2nd, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.36 KB | None | 0 0
  1. ******Port 6633 causes an erroneous switch connection message******
  2.  
  3. [~]$ nmap -Pn -p 6633 172.16.21.29
  4.  
  5. Starting Nmap 6.45 ( http://nmap.org ) at 2014-05-30 21:41 UTC
  6. Nmap scan report for 172.16.21.29
  7. Host is up (0.00074s latency).
  8. PORT STATE SERVICE
  9. 6633/tcp open unknown
  10.  
  11. Nmap done: 1 IP address (1 host up) scanned in 0.05 seconds
  12.  
  13.  
  14. osgi> 2014-05-30 21:41:46.451 UTC [ControllerI/O Thread] INFO o.o.c.p.o.core.internal.Controller - Switch:172.16.21.18:42889 is connected to the Controller
  15.  
  16. osgi>
  17.  
  18.  
  19. ******Port 1830 causes an exception******
  20.  
  21. [~]$ nmap -Pn -p 1830 172.16.21.29
  22.  
  23. Starting Nmap 6.45 ( http://nmap.org ) at 2014-05-30 21:38 UTC
  24. Nmap scan report for 172.16.21.29
  25. Host is up (0.0015s latency).
  26. PORT STATE SERVICE
  27. 1830/tcp open unknown
  28.  
  29. Nmap done: 1 IP address (1 host up) scanned in 0.05 seconds
  30.  
  31.  
  32. osgi> 2014-05-30 21:38:31.645 UTC [Thread-33] ERROR o.o.c.n.ssh.threads.SocketThread - SocketThread error
  33. java.net.SocketException: Connection reset
  34. at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:118) ~[na:1.7.0_55]
  35. at java.net.SocketOutputStream.write(SocketOutputStream.java:147) ~[na:1.7.0_55]
  36. at ch.ethz.ssh2.transport.ClientServerHello.exchange(ClientServerHello.java:82) ~[na:na]
  37. at ch.ethz.ssh2.transport.ClientServerHello.serverHello(ClientServerHello.java:73) ~[na:na]
  38. at ch.ethz.ssh2.transport.TransportManager.serverInit(TransportManager.java:614) ~[na:na]
  39. at ch.ethz.ssh2.ServerConnection.connect(ServerConnection.java:136) ~[na:na]
  40. at ch.ethz.ssh2.ServerConnection.connect(ServerConnection.java:94) ~[na:na]
  41. at org.opendaylight.controller.netconf.ssh.threads.SocketThread.run(SocketThread.java:74) ~[na:na]
  42. at java.lang.Thread.run(Thread.java:744) [na:1.7.0_55]
  43.  
  44. osgi>
  45.  
  46. ******Port 6640 causes an exception******
  47.  
  48. [~]$ nmap -Pn -p 6640 172.16.21.29
  49.  
  50. Starting Nmap 6.45 ( http://nmap.org ) at 2014-05-30 21:42 UTC
  51. Nmap scan report for 172.16.21.29
  52. Host is up (0.00085s latency).
  53. PORT STATE SERVICE
  54. 6640/tcp open unknown
  55.  
  56. Nmap done: 1 IP address (1 host up) scanned in 0.06 seconds
  57.  
  58.  
  59. osgi> 2014-05-30 21:41:46.451 UTC [ControllerI/O Thread] INFO o.o.c.p.o.core.internal.Controller - Switch:172.16.21.18:42889 is connected to the Controller
  60.  
  61. osgi> 2014-05-30 21:42:50.833 UTC [nioEventLoopGroup-8-2] WARN i.n.channel.DefaultChannelPipeline - An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception.
  62. java.io.IOException: Connection reset by peer
  63. at sun.nio.ch.FileDispatcherImpl.read0(Native Method) ~[na:1.7.0_55]
  64. at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:39) ~[na:1.7.0_55]
  65. at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223) ~[na:1.7.0_55]
  66. at sun.nio.ch.IOUtil.read(IOUtil.java:192) ~[na:1.7.0_55]
  67. at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:379) ~[na:1.7.0_55]
  68. at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:446) ~[bundlefile:4.0.17.Final]
  69. at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:871) ~[bundlefile:4.0.17.Final]
  70. at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:208) ~[bundlefile:4.0.17.Final]
  71. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:108) ~[bundlefile:4.0.17.Final]
  72. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:494) [bundlefile:4.0.17.Final]
  73. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:461) [bundlefile:4.0.17.Final]
  74. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:378) [bundlefile:4.0.17.Final]
  75. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:350) [bundlefile:4.0.17.Final]
  76. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [bundlefile:4.0.17.Final]
  77. at java.lang.Thread.run(Thread.java:744) [na:1.7.0_55]
  78. 2014-05-30 21:42:50.837 UTC [nioEventLoopGroup-8-2] INFO o.o.ovsdb.plugin.ConnectionService - Connection to Node : OVS|172.16.21.18:46496 closed
  79.  
  80. osgi>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement