Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

satstuff not okay!




    [ Part 1, Text/PLAIN  115 lines. ]
    [ Unable to print this part. ]

pffffffft
 
I've tried it all... ip_forward=1, rp_forward=0, nothing... maybe i;m
compiling wrong?
 
I start by untarring the saa7146-0.5.tar.gz, the
siemens_dvb-0.7.1.tar.gz, and the dvbd2.tar.gz (i'm not playing with the
router yet)
 
I then cd saa7146-0.5 and type make. This looks okay.
Then i cd DVB (what the siemens drivers made) and cd libdvb
make and make install
cd ../driver
make then make install then make insmod
cd ../dvbd
make
 
Now I'm wondering if i should untar the dvbd2.tar.gz in the DVB dir
created by the siemens tar or not? If i do, then make insmod in the
DVB/driver dir gives me this:
 
 /usr/src/linux/include/linux/modversions.h   -c -o dvb.o dvb.c
dvb.c: In function `dvb_ioctl':
dvb.c:5254: `VIDIOCSCIMSG' undeclared (first use in this function)
dvb.c:5254: (Each undeclared identifier is reported only once
dvb.c:5254: for each function it appears in.)
dvb.c:5256: storage size of `cm' isn't known
dvb.c:5258: sizeof applied to an incomplete type
dvb.c:5258: sizeof applied to an incomplete type
dvb.c:5258: sizeof applied to an incomplete type
dvb.c:5256: warning: unused variable `cm'
dvb.c:5304: `VIDIOCSASPECTRATIO' undeclared (first use in this function)
dvb.c:5311: `VIDIOCSPANSCAN' undeclared (first use in this function)
dvb.c:5318: `VIDIOCSFREEZEMODE' undeclared (first use in this function)
dvb.c:5384: `VID_PLAY_CLEAR_BUFFER' undeclared (first use in this
function)
dvb.c: At top level:
dvb.c:5557: `VID_TYPE_DVB' undeclared here (not in a function)
dvb.c:5557: initializer element is not constant
dvb.c:5557: (near initialization for `dvb_template.type')
dvb.c:447: warning: `CI_out' defined but not used
make[2]: *** [dvb.o] Error 1
make[2]: Leaving directory `/usr/local/src/DVB/driver'
make[1]: *** [_mod_/usr/local/src/DVB/driver] Error 2
make[1]: Leaving directory `/usr/src/linux-2.2.16'
make: *** [here] Error 2
and then dvbd does nothing (surprise surprise :))
Now if i don't copy the dvbd2.tar.gz into the DVB dir and untar it there,
I can't see what happens to the driver files it extracts to my src dir.
Or whether I should be using the dvbd it extracts to the src dir or the
one the siemens tar extracts to DVB/dvbd.
Also, whenever I make insmod in the driver dir, my rc_forward is set to
1. I then echo 0 to it, but that seems to make no difference. I've
compiled the dvbd.h with
 
#define network_device "ppp0"
#define dvb_netdevice  "dvb0"
but also no difference. I keep getting a happy looking signal when i
start dvbd, but i just can't ping to the transponder!
 
How necessary is it to set the last filter in dvbd.conf to your
mac-adress, lots of people are sending me dvbd.conf with only one filter
defined....?
 
cheers,
Robin
 
----- Original Message -----
      From: Gregor Fismer
To: Robin Edgar Tripany
Sent: Monday, November 06, 2000 5:21 PM
Subject: Re: ip masquerade settings ok?

Hi,

Robin Edgar Tripany wrote:
      ...is this okay for ip_masquerading settings to recieve
      data?

Looks fine to me. Here's what happens when I call up the web from
the Windows machine in the Pharmacy:
 

linux:/proc/net # cat ip_masquerade
Prc FromIP   FPrt ToIP     TPrt Masq Init-seq  Delta PDelta Expires
(free=40957,40958,40960)
TCP C0A80A0C:0406 C322A808:0050 EED7 00000000      0      0   10588
 
TCP C0A80A0C:0407 C322A808:0050 EED8 00000000      0      0   11067
 
UDP C0A80A0C:0405 3EE1FCF4:0035 EED6 00000000      0      0   28515
 
UDP C0A80A0C:0404 3EE1FCF4:0035 EED5 00000000      0      0   28510
 
UDP C0A80A0C:0403 3EE1FCF4:0035 EED4 00000000      0      0   28518
      ....... and how do i check if ip_spoofing is off? I
      can't find it in /proc/sys/net/ipv4/ somewhere....

Me neither............... doesn't seem to matter.
 My masquerading is done like this: (no firewalling here yet)

echo 1 > /proc/sys/net/ipv4/ip_forward
/sbin/ipchains -A forward -j MASQ -i ippp0

This way any machine on the Network can connect to the Internet
 

Good luck
Gregor

 -- 
Gregor Fismer Staatsstr.35 D-64668 Rimbach
                -GERMANY-
Tel.:+49(0)6253/7348 FAX:+49(0)6253/85921
http://www.apotheke-leonhardt.com
 




Home | Main Index | Thread Index