DEV Community

John Ellee Robado
John Ellee Robado

Posted on

1

Allow IP Address of employees from work from home using Putty Terminal

iptables -A INPUT -s { employee_ip_address } -j ACCEPT

to know your public ip address, google "whats my ip address"

My Public IP Address is 49.145.34.209

type this command in PuttyTerminal
- iptables -A INPUT -s 49.145.34.209 -j ACCEPT

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

๐Ÿ‘‹ Kindness is contagious

Please leave a โค๏ธ or a friendly comment on this post if you found it helpful!

Okay