Skip to content

Can't access web via docker #445

Closed
Closed
@dandunckelman

Description

I followed all the steps, but I can't seem to find a way to access the UI.

Environment Details

  • VM: Ubuntu 14.04.4
  • Docker: Docker version 1.11.1, build 5604cbe
  • Config file:

---
debug: true
groups: {}
input:
  default: ssh, telnet
  debug: true
  ssh:
    secure: false
interval: 3600
model: junos
model_map:
  cisco: ios
  juniper: junos
output:
  default: file
  file:
    directory: /root/.config/oxidized/configs
password: password
prompt: !ruby/regexp /^([\w.@-]+[#>]\s?)$/
rest: 127.0.0.1:8888
retries: 3
source:
  default: csv
  csv:
    file: /root/.config/oxidized/router.db
    delimiter: !ruby/regexp /:/
    map:
      name: 0
      model: 1
      username: 2
      password: 3
threads: 30
timeout: 20
use_syslog: false
username: username
vars:
  enable: ENABLE_PASS
  • Router.db
HOST_IP:ftos:USER_NAME:PASSWORD
  • When I try curl -v http://127.0.0.1:8888, it returns Empty reply from server Connection #0 to host 127.0.0.1 left intact

Thanks for Oxidized and any help. Please let me know if you need more info.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions