Score:0

iptables: No chain/target/match by that name while trying to accept SSH connctions

es flag

I'm trying to use this rule to accept the SSH connections, however it doesn't work:

sudo iptables -A FORDWARD -p tcp --dport 22 -j ACCEPT

And I got this error:

iptables: No chain/target/match by that name.

However, if I use this rule, it works:

sudo iptables -A OUTPUT -p tcp --sport 22 -j ACCEPT

I checked if I have the iptables enabled in my system, and it is, so I don't think that happened because I don't have enabled it.

Score:0
fr flag

The name is FORWARD, not FORDWARD.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.