Welcome to the Linux Foundation Forum!

Ex12.1 Task 3,step 4 Cant access URL after replacing internal IP with public IP

After checking 'public access' and copying the link location to a new browser, according to step 4 internal IP address should be replaced with public address (Eth0). I get the errror "This site cant be reached'..

Comments

  • The link pointed to different address. I updated the link to eth0 public IP address 104.239.138.xx. I have since closed the lab after completion of the chapter. I can repeat again if you have an suggested resolution steps.

  • phiney
    phiney Posts: 18
    edited May 2017

    my ip is 166.78.174.160 and have successfully logged in the BUI and ssh'd using WSL, so the address is good.

    Internal link when right clicking "link" and tested using lynx

    http://192.168.98.1:8080/v1/AUTH_17bf4a8c6e9b494ebf4a446edbcfcab6/orders

    [root@rdo-cc /(keystone_admin)]# lsof -Pni  | grep LISTEN | grep 8080

    swift-pro  1446      swift    4u  IPv4   24942      0t0  TCP 192.168.98.1:8080 (LISTEN)

    swift-pro  2730      swift    4u  IPv4   24942      0t0  TCP 192.168.98.1:8080 (LISTEN)

    swift-pro  2731      swift    4u  IPv4   24942      0t0  TCP 192.168.98.1:8080 (LISTEN)

    swift-pro  2732      swift    4u  IPv4   24942      0t0  TCP 192.168.98.1:8080 (LISTEN)

    swift-pro  2733      swift    4u  IPv4   24942      0t0  TCP 192.168.98.1:8080 (LISTEN)

    swift-pro  2734      swift    4u  IPv4   24942      0t0  TCP 192.168.98.1:8080 (LISTEN)

    swift-pro  2737      swift    4u  IPv4   24942      0t0  TCP 192.168.98.1:8080 (LISTEN)

    swift-pro  2738      swift    4u  IPv4   24942      0t0  TCP 192.168.98.1:8080 (LISTEN)

    swift-pro  2739      swift    4u  IPv4   24942      0t0  TCP 192.168.98.1:8080 (LISTEN)

    swift is not listening on external address

    edit proxy-server.conf and comment out listen ip

    vi /etc/swift/proxy-server.conf

    #bind_ip = 192.168.98.1

    systemctl --list  | grep swift-pro

    [root@rdo-cc /(keystone_admin)]# systemctl restart openstack-swift-proxy.service

    [root@rdo-cc /(keystone_admin)]# lsof -Pni  | grep LISTEN | grep 8080

    swift-pro  3125      swift    4u  IPv4 1728669      0t0  TCP *:8080 (LISTEN)

    swift-pro  3145      swift    4u  IPv4 1728669      0t0  TCP *:8080 (LISTEN)

    swift-pro  3146      swift    4u  IPv4 1728669      0t0  TCP *:8080 (LISTEN)

    swift-pro  3147      swift    4u  IPv4 1728669      0t0  TCP *:8080 (LISTEN)

    swift-pro  3148      swift    4u  IPv4 1728669      0t0  TCP *:8080 (LISTEN)

    swift-pro  3149      swift    4u  IPv4 1728669      0t0  TCP *:8080 (LISTEN)

    swift-pro  3150      swift    4u  IPv4 1728669      0t0  TCP *:8080 (LISTEN)

    swift-pro  3151      swift    4u  IPv4 1728669      0t0  TCP *:8080 (LISTEN)

    swift-pro  3152      swift    4u  IPv4 1728669      0t0  TCP *:8080 (LISTEN)

    so internal procedures when setting up lab should not set bind address.

    P

Categories

Upcoming Training