TransWikia.com

virtualbox : port forwarding doesnt work

Super User Asked by Nag on December 6, 2020

I happened to see how to go about fixing this issue of port forwarding , none of them work. Here are the settings, I am trying to access 8888 from host(Windows) and VM had the following settings.

I also setup forwarding rules from Virtualbox, it didnt work .

(base) [root@localhost ~]# iptables -A INPUT -p tcp -m state --state NEW -m tcp --dport 8888 -j ACCEPT
(base) [root@localhost ~]# netstat -na | grep 8888
tcp        0      0 127.0.0.1:8888          0.0.0.0:*               LISTEN
tcp6       0      0 ::1:8888                :::*                    LISTEN

enter image description here

One Answer

All good now . It is NOT the problem with port forwarding but juypter . Initially (without --ip 0.0.0.0) started listeing @127.0.0.1 which can by accessed only by guest VM and cant be reached by host. With --ip 0.0.0.0, it accepts the traffic from host too. I started the juypter to listen for all interfaces

jupyter notebook --ip 0.0.0.0

Answered by Nag on December 6, 2020

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP