Hueristic
Legendary
Offline
Activity: 3990
Merit: 5430
Doomed to see the future and unable to prevent it
|
|
September 21, 2015, 01:06:52 AM |
|
... swap the order? iptables -A INPUT -p tcp --dport 18082 -j DROP iptables -A INPUT -p tcp --dport 18082 -s 127.0.0.1 -j ACCEPT
I could be wrong, but I think iptables processes the rules in order. So the DROP will match first and not progress to the ACCEPT. I don't know, haven't needed to for over a decade and can barely remember how to get to a command line now. I've just gotten real lazy in my old age, maybe I should get a mac! <shudder> http://www.techrepublic.com/blog/10-things/10-iptables-rules-to-help-secure-your-linux-box/
|
“Bad men need nothing more to compass their ends, than that good men should look on and do nothing.”
|
|
|
papa_lazzarou
|
|
September 21, 2015, 12:38:28 PM |
|
Another help request, if anyone can offer it. I want to block incoming traffic to port 18082 on my server except for requests from the localhost. I thought this would work, but its dropping all requests even from the same server. Huh? iptables -A INPUT -p tcp --dport 18082 -s 127.0.0.1 -j ACCEPT iptables -A INPUT -p tcp --dport 18082 -j DROP Try accepting all from your loopback interface and droping the rest iptables -A INPUT -i lo -p tcp --dport 18082 -j ACCEPT iptables -A INPUT -p tcp --dport 18082 -j DROP
|
|
|
|
saddambitcoin
Legendary
Offline
Activity: 1610
Merit: 1004
|
|
September 21, 2015, 12:52:07 PM |
|
Thanks everybody! I got it working, its amazing what some sleep will do for your problems.
Mainly, I forgot that I was testing the request from a different server that was my localhost but not the server localhost, haha.
Also I locked myself out of my server couple times, now I know everything you shouldn't do.
|
|
|
|
luigi1111
Legendary
Offline
Activity: 1105
Merit: 1000
|
|
September 21, 2015, 01:59:30 PM |
|
Also I locked myself out of my server couple times, now I know everythingsome things you shouldn't do.
The list is really long.
|
|
|
|
dEBRUYNE
Legendary
Offline
Activity: 2268
Merit: 1141
|
|
September 21, 2015, 02:11:43 PM |
|
Funded already, great work guys and thanks to everyone who donated!
|
|
|
|
GingerAle
Legendary
Offline
Activity: 1260
Merit: 1008
|
|
September 21, 2015, 04:47:27 PM |
|
FYI - AWESOME FACT - To date, the Monero community has put up 17166 XMR for 7 developers / projects. ... which is, at todays value, worth ~ 8500 US dollars, and in 10 years value, is with 8500 kadjillion US dollars. Point is, MONERO IS HIRING!And in case people have missed it, the developer of the android mobile wallet has pitched to improve his software, which can be seen here. https://forum.getmonero.org/7/open-tasks/2385/improving-the-android-monero-wallet-reactnative-wallets-for-ios-and-androidAt this point, people need to consider the proposition and ask questions to refine the "contract". If people like it, I guess it needs some more pledges or approvals or something for it to be moved to the "funding required" section.
|
|
|
|
kawa900jc
|
|
September 21, 2015, 07:52:35 PM |
|
knip..
Current price is a great price to sell, which I did.
knip..
I have 3 coins I support and XMR is still a coin with great potention. I think the current price is a solid floor and a good time to invest. I own not very much XMR but keep them safe in mymonero webwallet. The address is my avatar. Nice development the android wallet!
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
September 21, 2015, 08:18:48 PM |
|
FYI - AWESOME FACT - To date, the Monero community has put up 17166 XMR for 7 developers / projects. ... which is, at todays value, worth ~ 8500 US dollars, and in 10 years value, is with 8500 kadjillion US dollars.
Also, don't forget the last project before this latest one (documenting the code) also got fully funded really fast. About 24 hours IIRC. So yes I agree: Point is, MONERO IS HIRING!
|
|
|
|
onemorexmr
|
|
September 21, 2015, 09:20:42 PM |
|
@monerodice: players seem to have good luck
|
|
|
|
dEBRUYNE
Legendary
Offline
Activity: 2268
Merit: 1141
|
|
September 21, 2015, 09:22:24 PM |
|
@monerodice: players seem to have good luck It's mainly othe though :-P
|
|
|
|
Hueristic
Legendary
Offline
Activity: 3990
Merit: 5430
Doomed to see the future and unable to prevent it
|
|
September 22, 2015, 04:55:54 AM |
|
|
“Bad men need nothing more to compass their ends, than that good men should look on and do nothing.”
|
|
|
americanpegasus
|
|
September 22, 2015, 05:13:24 AM |
|
So basically India just mandated that they operate in the stone age. Good job. Does this mean that bitcoin and other cryptocurrencies are basically illegal there now?
|
Account is back under control of the real AmericanPegasus.
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
September 22, 2015, 05:24:53 AM |
|
So basically India just mandated that they operate in the stone age. Good job. Does this mean that bitcoin and other cryptocurrencies are basically illegal there now? In normal use Bitcoin does not encrypt anything, nor does Monero. Signing is different from encrypting, and most cryptocurrencies don't have any kind of encryption function, although there are some alts do add "encrypted chat" or "encrypted messages" functions. The new stealth payment IDs in the development version of Monero could be considered encryption (for encrypting a very short 64 bit message).
|
|
|
|
jwinterm
Legendary
Offline
Activity: 3136
Merit: 1116
|
|
September 22, 2015, 05:30:25 AM |
|
So basically India just mandated that they operate in the stone age. Good job. Does this mean that bitcoin and other cryptocurrencies are basically illegal there now? In normal use Bitcoin does not encrypt anything, nor does Monero. Signing is different from encrypting, and most cryptocurrencies don't have any kind of encryption function, although there are some alts do add "encrypted chat" or "encrypted messages" functions. The new stealth payment IDs in the development version of Monero could be considered encryption (for encrypting a very short 64 bit message). What about encrypting your wallet file?
|
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
September 22, 2015, 06:20:16 AM |
|
So basically India just mandated that they operate in the stone age. Good job. Does this mean that bitcoin and other cryptocurrencies are basically illegal there now? In normal use Bitcoin does not encrypt anything, nor does Monero. Signing is different from encrypting, and most cryptocurrencies don't have any kind of encryption function, although there are some alts do add "encrypted chat" or "encrypted messages" functions. The new stealth payment IDs in the development version of Monero could be considered encryption (for encrypting a very short 64 bit message). What about encrypting your wallet file? Good point, I was thinking about data you send. Similarly wallet file encryption is not essential to using Bitcoin, etc., but of course that doesn't make this new rule any less stupid.
|
|
|
|
dygus
Legendary
Offline
Activity: 1193
Merit: 1000
Peaky Blinder
|
|
September 22, 2015, 06:55:40 AM |
|
Nice dump, is there any reason?
|
|
|
|
americanpegasus
|
|
September 22, 2015, 07:01:09 AM |
|
So basically India just mandated that they operate in the stone age. Good job. Does this mean that bitcoin and other cryptocurrencies are basically illegal there now? In normal use Bitcoin does not encrypt anything, nor does Monero. Signing is different from encrypting, and most cryptocurrencies don't have any kind of encryption function, although there are some alts do add "encrypted chat" or "encrypted messages" functions. The new stealth payment IDs in the development version of Monero could be considered encryption (for encrypting a very short 64 bit message).
|
Account is back under control of the real AmericanPegasus.
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
September 22, 2015, 07:08:47 AM |
|
Nice dump, is there any reason?
othe wanted some beer
|
|
|
|
dygus
Legendary
Offline
Activity: 1193
Merit: 1000
Peaky Blinder
|
|
September 22, 2015, 07:18:06 AM |
|
Nice dump, is there any reason?
othe wanted some beer Ok, so I'll wait for 0.0018, because he maybe get drunk.
|
|
|
|
dEBRUYNE
Legendary
Offline
Activity: 2268
Merit: 1141
|
|
September 22, 2015, 09:21:27 AM |
|
Nice dump, is there any reason?
othe wanted some beer Ok, so I'll wait for 0.0018, because he maybe get drunk. smooth is sarcastic of course, although othe won a lot yesterday on MoneroDice so there could be a bit of truth in it.
|
|
|
|
|