Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Post History

81%
+7 −0
Q&A Do shells have anything to do with port forwarding or port triggering?

Port forwarding is something a router does. Port triggering is basically port forwarding that's enabled when a connection attempt is detected and then automatically disabled. That's also handled ...

posted 3y ago by LawrenceC‭

Answer
#1: Initial revision by user avatar LawrenceC‭ · 2021-06-25T17:45:15Z (almost 3 years ago)
Port forwarding is something a router does.  

Port triggering is basically port forwarding that's enabled when a connection attempt is detected and then automatically disabled.  That's also handled on a router.

A shell is simply a program that takes interactive or batch command input and is used to start other programs, or run small scripts that usually end up invoking other programs to do something.

So shells are really not related to port forwarding or port triggering.  You can tell your shell to start a program to generate traffic on a specific IP and port, which may enable some port triggering, but that's about it.