Bitcoin Forum
August 10, 2024, 04:25:15 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: iptables for bfgminer and eligius  (Read 528 times)
libertas (OP)
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
February 13, 2014, 07:36:12 PM
 #1

I've set an INPUT policy of DROP and have written these rules:

# for bitcoin-qt
iptables -A INPUT -p tcp --dport 8333 -m state --state ESTABLISHED -j ACCEPT

# for bfgminer
iptables -A INPUT -p tcp --dport 3334 -m state --state ESTABLISHED -j ACCEPT

The bitcoin-qt client connects fine to the network but bfgminer is not able to connect to pool.
With a rule such as
iptables -A INPUT -m state --state ESTABLISHED -j ACCEPT
bfgminer connects without problems.

So, as I'd like to be as restrictive as possible, what rule should I use for bfgminer?
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!