- it was i cant connect from external machine to my machine via ssh, although i can ssh from my machine to my machine
- i traced the problem to shorewall (something with it i have no idea what can it be)
logfile shows this
Code: Select all
Sep 19 23:43:43 tux Shorewall:net2all:DROP:IN=vpnlink OUT= MAC= SRC=xxx.xxx.1.94 DST=xxx.xxx.xxx.xxx LEN=60 TOS=0x00 PREC=0x00 TTL=58 ID=18239 DF PROTO=TCP SPT=3
/etc/shorewall/policy
Code: Select all
#SOURCE DEST POLICY LOG LIMIT:BURST
# LEVEL
fw net ACCEPT info
net all DROP info
all all REJECT info
#LAST LINE -- DO NOT REMOVE
Code: Select all
#ZONE DISPLAY COMMENTS
net Net Internet
rwth RWTH RWTH LAN
#LAST LINE - ADD YOUR ENTRIES ABOVE THIS ONE - DO NOT REMOVE
Code: Select all
#ZONE INTERFACE BROADCAST OPTIONS GATEWAY
net vpnlink - norfc1918,routefilter,dhcp,tcpflags
rwth eth0 detect norfc1918,routefilter,dhcp,tcpflags
#LAST LINE -- ADD YOUR ENTRIES BEFORE THIS ONE -- DO NOT REMOVE
Code: Select all
ACCEPT fw rwth tcp 22 #sftp
ACCEPT fw rwth udp 22 #sftp
any ideas? (vpnlink is my vpnclient external interface)
- it got broken after some emerge -Du world
