Hi,
Quick question. What could be the issue why I cannot ping my jail from local machine or local machine from jail? I thought it is pf.conf rdr somewhere wrong but now I am thinking about routing table not right. I can access anything from outside to jail. I have teamspeak3 server and if I run on jail people can access it but I cannot from local machine.
Is that right? When I try to add 172.16.0.1 with command
I get a message below:
Thanks
Quick question. What could be the issue why I cannot ping my jail from local machine or local machine from jail? I thought it is pf.conf rdr somewhere wrong but now I am thinking about routing table not right. I can access anything from outside to jail. I have teamspeak3 server and if I run on jail people can access it but I cannot from local machine.
netstat -t
on jail shows below:
Code:
root@hfoj:~ # netstat -r
Routing tables
Internet:
Destination Gateway Flags Netif Expire
172.16.255.10 link#4 UH lo1
Is that right? When I try to add 172.16.0.1 with command
route add 172.16.0.1
I get a message below:
Code:
route: writing to routing socket: Operation not permitted
Thanks