* Linux Server and Echolink on Windoze98 client!
@ 2002-12-30 22:31 Bill Walton
2002-12-31 2:02 ` M Taylor
0 siblings, 1 reply; 2+ messages in thread
From: Bill Walton @ 2002-12-30 22:31 UTC (permalink / raw)
To: LINUX HAMS MAILING LIST
Edson -
Thank you for replying to my message on the linux-hams mailing list
regarding the problems
I am having with getting "Echolink" working on my Windoze98 client on my
LAN. I read
the articles that you directed me to and added the following commands to
my system:
FIREWALL FILE (/etc/sysconfig/ipchains):
1) ipchains -A input -s 0/0 -d 0/0 5200 -p tcp -y -j ACCEPT
2) ipchains -A input -p udp -s 0/0 -d 0/0 5198:5199 -j ACCEPT
Command #1 above should punch any port 5200 tcp packets through the
firewall.
Command #2 above should punch any port 5198 and 5199 udp packets through the
firewall.
Now the udp packets need to be redirected from my internet-ip to the
Windoze98
box over on my local LAN:
3) ipmasqadm portfw -f
ipmasqadm portfw -a -P udp -L eth0 5198:5199 -R 192.168.1.10
5198:5199 -p 100
Do the above commands work ? No .... it appears that I have overlooked
someting. The
message that I see when I am monitoring eth0 is:
"kj6eo.com udp port 5198 unreachable"
It appears that this message is being generated by my server, and being
sent to the
originator that is trying to connect to the kj6eo.com port 5198. My
ADSL modem
router does not have the firewall enabled since my entire LAN is behind
my Linux
firewall. My ISP does source filter but that problem should only
pertain to my TNOS
system and my 44 packets. Since I can see the requests coming in at
ETH0 I can
assume that they are "in fact" passing through the router.
Echolink uses tcp port 5200 and udp ports 5198 and 5199.
Any additional suggestions that you might have would be appreciated!
Regards,
Bill KJ6EO
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Linux Server and Echolink on Windoze98 client!
2002-12-30 22:31 Linux Server and Echolink on Windoze98 client! Bill Walton
@ 2002-12-31 2:02 ` M Taylor
0 siblings, 0 replies; 2+ messages in thread
From: M Taylor @ 2002-12-31 2:02 UTC (permalink / raw)
To: Bill Walton; +Cc: LINUX HAMS MAILING LIST
On Mon, Dec 30, 2002 at 02:31:37PM -0800, Bill Walton wrote:
>
> I am having with getting "Echolink" working on my Windoze98 client on my
> LAN. I read
>
> FIREWALL FILE (/etc/sysconfig/ipchains):
>
> 1) ipchains -A input -s 0/0 -d 0/0 5200 -p tcp -y -j ACCEPT
>
> 2) ipchains -A input -p udp -s 0/0 -d 0/0 5198:5199 -j ACCEPT
>
> Command #1 above should punch any port 5200 tcp packets through the
> firewall.
> Command #2 above should punch any port 5198 and 5199 udp packets through the
> firewall.
I believe rule 1 as above should be
ipchains -A input -d 0/0 5200 -p TCP -j ACCEPT
(you don't want to just accept the SYN flag'ed only packets, you want to
accept all inbound to tcp port 5200)
> Now the udp packets need to be redirected from my internet-ip to the
> Windoze98
> box over on my local LAN:
>
> 3) ipmasqadm portfw -f
> ipmasqadm portfw -a -P udp -L eth0 5198:5199 -R 192.168.1.10
> 5198:5199 -p 100
>
> Do the above commands work ? No .... it appears that I have overlooked
What about TCP port 5200? Don't you need to forward those as well, to
your Echolink software on your Windows98 machine?
> system and my 44 packets. Since I can see the requests coming in at
> ETH0 I can
> assume that they are "in fact" passing through the router.
I take you are using something like tcpdump,
tcpdump -i eth0 udp dst port 5198 or 5199
I hope this is some help, good luck.
-ve1mct
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-12-31 2:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-30 22:31 Linux Server and Echolink on Windoze98 client! Bill Walton
2002-12-31 2:02 ` M Taylor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox