Networking Forums

Networking Forums > Computer Networking > Linux Networking > CIPE wierdness in RH7.3

Reply
Thread Tools Display Modes

CIPE wierdness in RH7.3

 
 
Stuart D. Gathman
Guest
Posts: n/a

 
      09-26-2003, 04:51 PM
cipe-1.5.4-6 was working fine on RH7.2. I was using a firewall rule for
cipe port like this:

## CIPE
iptables -A cable-out -d 66.xx.xx.xx -p udp --sport 6061 --dport 6061 \
-j ACCEPT
iptables -A cable-in -s 66.xx.xx.xx -p udp --sport 6061 --dport 6061 \
-j ACCEPT

Everything is great. Now, RH7.3 upgrades cipe to cipe-1.5.4-9. Now the
above rule no longer works. Cipe-1.5.4-9 seems to transmit from a port
different than the one it receives on. So, I open up the rule a bit:

iptables -A cable-out -d 66.xx.xx.xx -p udp --dport 6061 -j ACCEPT
iptables -A cable-out -d 66.xx.xx.xx -p udp --sport 6061 -j ACCEPT
iptables -A cable-in -s 66.xx.xx.xx -p udp --dport 6061 -j ACCEPT
iptables -A cable-in -s 66.xx.xx.xx -p udp --sport 6061 -j ACCEPT

This works for a while, but then, cipe wants to switch to port 6063, and
gets blocked by the firewall. Then it shuts down:

Sep 26 11:40:09 lord kernel: cipcb1: new peer 192.168.xx.10:6061
Sep 26 11:40:10 lord kernel: cipcb1: new peer 192.168.xx.10:6063
Sep 26 11:40:10 lord kernel: cipcb1: new peer 192.168.xx.10:6061
Sep 26 11:40:10 lord kernel: cipcb1: new peer 192.168.xx.10:6063
Sep 26 11:40:10 lord kernel: cipcb1: new peer 192.168.xx.10:6061
Sep 26 11:40:12 lord kernel: cipcb1: new peer 192.168.xx.10:6063
Sep 26 11:40:13 lord kernel: cipcb1: new peer 192.168.xx.10:6061
Sep 26 11:40:14 lord kernel: cipcb1: new peer 192.168.xx.10:6063
Sep 26 11:40:14 lord kernel: cipcb1: new peer 192.168.xx.10:6061
Sep 26 11:40:14 lord kernel: cipcb1: new peer 192.168.xx.10:6063
Sep 26 11:40:14 lord kernel: cipcb1: new peer 192.168.xx.10:6061
Sep 26 11:40:15 lord kernel: cipcb1: new peer 192.168.xx.10:6063
Sep 26 11:40:15 lord ciped-cb[18166]: kxchg: recv: Connection refused
Sep 26 11:40:21 lord last message repeated 11 times

If I restart, it runs for a while, then does the same thing! It looks
like cipe-1.5.4-9 is broken.

Both the RH7.2 and RH7.3 systems are running kernel-2.4.20-19.7.i686

Even more strange, There is another cipe connection on the same RH7.3
server on port 6060, which works perfectly (except for requiring the
relaxed firewall rule).

--
Stuart D. Gathman <(E-Mail Removed)>
Business Management Systems Inc. Phone: 703 591-0911 Fax: 703 591-6154
"Confutatis maledictis, flamis acribus addictis" - background song for
a Microsoft sponsored "Where do you want to go from here?" commercial.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Win2k3 Server wierdness! Jamie Steenberge Windows Networking 1 02-05-2009 10:02 PM
ProFTPD Passive Transfers - Inexplicable Wierdness Vincent Linux Networking 2 12-28-2006 08:36 PM
Wifi Wierdness.. LVDave Wireless Networks 3 05-17-2006 08:48 PM
Outbound Wierdness quortex@hotmail.com Linux Networking 2 09-14-2005 08:17 PM
cannot connect from linux cipe server to windows cipe client Ann Linux Networking 4 05-07-2004 08:25 PM



1 2 3 4 5 6 7 8 9 10 11