Displaying 3 results from an estimated 3 matches for "firefwall".
2016 Dec 23
2
Cannot connect to Samab
jserinki7 jserink # netstat -lnptu
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State
PID/Program name
tcp 0 0 0.0.0.0:53 0.0.0.0:* LISTEN
3711/dnsmasq
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN
2849/cupsd
tcp 0 0 192.168.100.1:445
2016 Dec 23
0
Cannot connect to Samab
first keep your mail on the list and only the list
it makes me tired when people deliver denugging infos in pieces - what
about "telnet host port" - what makes you sure that a low level
connection even works and no firefwall or whatever device blocks the
connection and as long that is not clear any other debugging is useless
and i still don't get why in the world don't you start with a default
configuration and then add param by param so that you can see what is
responsible when something stps to work
Am 2...
2016 Dec 23
1
Cannot connect to Samab
...e list
>
> it makes me tired when people deliver denugging infos in pieces
Me too. :)
> - what about "telnet host port"
A telnet server is not running. I think that's why you don't see it.
> - what makes you sure that a low level connection even works and no
> firefwall
jserinki7 jserink # iptables -S
-P INPUT ACCEPT
-P FORWARD ACCEPT
-P OUTPUT ACCEPT
-A INPUT -i tap0 -j ACCEPT
-A FORWARD -j ACCEPT
This is the script I use to set everything up "IF" i'm going to run
windows7 in a VM:
#!/bin/bash
vde_switch --numports 4 --mod 777 --group users --tap...