Ports

11 views
Skip to first unread message

Luke Sheldrick

unread,
May 11, 2008, 5:16:32 PM5/11/08
to SC101 NBD Server
Need to know what tcp / udp ports need to be open between Machine >
SC101 using the NBD driver.

Cheers

Iain Wade

unread,
May 11, 2008, 7:48:47 PM5/11/08
to Luke.Sh...@gmail.com, SC101 NBD Server
The SC101 listens on UDP port 20001, so you need to allow packets from
that port with something like this:

iptables -I INPUT -p udp -s <local subnet> --sport 20001 -j ACCEPT

--Iain

Reply all
Reply to author
Forward
0 new messages