Displaying 4 results from an estimated 4 matches for "iploc".
Did you mean:
idloc
2016 Jan 22
1
Error starting tinc
...sing DNS.
- tinc.conf content
Name = sito1
AddressFamily = ipv4
BindToAddress = <IPPUB>:665
BindToInterface = int
Device=/dev/net/tun
Interface = vpndrif
Mode = router
PingInterval = 60
PingTimeout = 5
ProcessPriority = normal
- host/sito1 content
Address = <IPPUB>:665
Subnet = <IPLOCAL>/<NETMASK>
Port = 655
-----BEGIN RSA PUBLIC KEY-----
...
-----END RSA PUBLIC KEY-----
Excuse me, virtual device is created by tinc ? I read that on CentOS 7 tun device must be created with ip tuntap command, in tinc-up I put this, but no virtual device is found with ifconfig:
#!/bin/...
2006 Apr 27
2
Problems with SSH
...orative network, from my machine(Local Machine)i Have ssh acces to the serer typing ssh user at nombreservidor
But when i try to connect from the server to my local machine i have a message "name or service not known", it doesn`t matter if i do it ss user or as root
If i type ssh user at iplocal i have a message "no route to host"
it already verified that both systems(local and server) have SSH running
by typing service sshd status, and the response is "ssh is running (pidxxxx)
The OS in the local machine is CentOS 4.3 in the server is WhiteBox 4
Anyone have aan idea?
pl...
2012 Nov 29
1
Hacked by Microsoft?
This morning someone tried to make sip call through my Asterisk. My
server just drop these calls and record them in CDR with IP address:
2012-11-28 06:30:51 SIP/216... 1000 "1000" <1000> Hangup
999011972592249388 ANSWERED 00:01 Hacker: 168.63.67.239
2. 2012-11-28 06:30:49 SIP/216... 1000 "1000" <1000> Hangup
88011972592249388 ANSWERED 00:01 Hacker:
2004 Aug 03
2
Question with DNAT
...ORIGINAL
# PORT PORT(S) DEST
DNAT net loc:192.168.40.9 tcp 5800
But how do I forward this?
ie: firewall.public.ip:100 -> masqueraded.server.ip:101
I have previously set this up under "ipchains" kernels using
ipmasqadm via the following command.
ipmasqadm portfw -a -P tcp -L $IPLOCAL 5801 -R 192.168.1.51 5800
I know it must be in the documentation somewhere, I just can''t find
it ...
Thanks
Ian