View Single Post

   
  #1 (permalink)  
Old 01-19-2008, 08:17 AM
tompelka@gmail.com
 
Posts: n/a
Default vmware with shorewall

Hello i have a small problem.
Im trying to practise vmplayer+shorewall (host system) on Debianu/Etch
in vmplayer runs another Debian too.
Here is a problem, shorewall reject comunication between host and
virtual host.

ping from host system on 192.168.163.129

Shorewall:INPUT:REJECT:IN=vmnet8 OUT=
MAC=00:50:56:c0:00:08:00:0c:29:d1:84:87:08:00 SRC=192.168.163.129
DST=192.168.163.1 LEN=84 TOS=0x00 PREC=0x00 TTL=64 ID=22357 PROTO=ICMP
TYPE=0 CODE=0 ID=13432 SEQ=2

Isn't it wrong? Allong my mind : SRC=192.168.163.1;
DST=192.168.163.128

wmnet1 have 172.16.54.1

wmnet8 have 192.168.163.1

Shorewall is confured subsequently: /etc/shorewall/policy:

wm1 all ACCEPT info
wm8 all ACCEPT info

/etc/shorewall/zones:

wm1 ipv4

wm8 ipv4

/etc/shorewall/interfaces:

wm1 wmnet1 - -

wm8 wmnet8 - -

/etc/shorewall/rules:

ACCEPT all wm1

ACCEPT all wm8

I thing, that is a problem with policy, but a don't know how to setup
it.
Have anybody any idea?
Thanks

Reply With Quote