How to forward packets from PPP interface? [closed] - linux

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I hava one PPTP server(192.168.1.100/172.17.0.1), and need route all the packets(target ip is
172.17.0.11) from PPP virtual insterface to another server(10.10.1.2). so I can capture the packets
on 10.10.1.2, any suggestion? thanks!
BTW:172.17.0.1 is the vpn gateway

ip route add 172.17.0.11 via 10.10.1.2
Hope that help you.

Related

How can we check our mail service and how to stop outgoing emails from linux Server [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
How can we check that what Mail service are we using in Linux. How to stop outgoing emails from mail server.
Thanks
use command telnet your.server.name 25

Is there a way to get notified when an IP address or website is online in linux? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 years ago.
Improve this question
I am trying to host a website and want to get notified when that url comes online.
ping -i 60 -a <IP_ADDRESS> sends an audible alarm when IP is online.

Can my neighbour see my http traffic? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
My neighbour and I are both using the same internet provider but each has its own account, landline and router.
If my neighbour monitors traffic using wireshark, would they be able to capture my traffic?
Short answer: Yes, and this is how
Long answer: this is not a Community for this...

Capturing Traffic of Router [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
My machine is connected to a wireless router. Is it possible to analyse packets coming and going to the router? Can I use the bridged mode for achieving this?
Use "WireShark"
Refer the below link for more info:
https://superuser.com/questions/453059/how-can-i-capture-packets-going-from-my-router-to-a-specific-server

Use machine name instead of IP address for SSH to connect the machine [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
It is difficult to remember the IP address of different machine. Is there any way to use machine name to ssh connect the machine?
Add the Ip and machine name into /etc/hosts file
Like :
machine_IP machine_name
53.10.0.131 Droplet_Name

Resources