Hi Denis! Startup Script: http://vdr.at/public/tune.sh.txt Channels.conf: http://vdr.at/public/channels.conf.txt
Route - also online at http://vdr.at/public/route.txt Route after establishing the VPN Connection (MRU=1000, MTU=1000): pppd pty 'pptp vpn.netsystem.com --nolaunchpppd' call netsystem debug dump logfd 2 nodetach pppd options in effect: debug debug # (from command line) nodetach # (from command line) logfd 2 # (from command line) dump # (from command line) noauth # (from /etc/ppp/options.pptp) refuse-chapms # (from /etc/ppp/options) name nsuname # (from /etc/ppp/peers/netsystem) remotename PPTP # (from /etc/ppp/peers/netsystem) # (from /etc/ppp/options.pptp) pty pptp vpn.netsystem.com --nolaunchpppd # (from command line) mru 1000 # (from /etc/ppp/options.pptp) mtu 1000 # (from /etc/ppp/options.pptp) lcp-echo-failure 10 # (from /etc/ppp/options.pptp) lcp-echo-interval 10 # (from /etc/ppp/options.pptp) nobsdcomp # (from /etc/ppp/options.pptp) nodeflate # (from /etc/ppp/options.pptp) mppe-40 # (from /etc/ppp/options.pptp) mppe-128 # (from /etc/ppp/options.pptp) mppe-stateless # (from /etc/ppp/options.pptp) using channel 3 Using interface ppp0 Connect: ppp0 <--> /dev/ttyp2 Destination Gateway Genmask Flags Metric Ref Use Iface 212.31.242.99 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0 10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1 192.168.46.0 0.0.0.0 255.255.255.0 U 0 0 0 dvb0_0 127.0.0.0 127.0.0.1 255.0.0.0 UG 0 0 0 lo 0.0.0.0 192.168.0.4 0.0.0.0 UG 0 0 0 eth1 Then I remove the route to 212.31.242.99 and add the following route: route add -net 212.31.242.0/24 gw 192.168.0.4 dev eth1 Destination Gateway Genmask Flags Metric Ref Use Iface 10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1 192.168.46.0 0.0.0.0 255.255.255.0 U 0 0 0 dvb0_0 212.31.242.0 192.168.0.4 255.255.255.0 UG 0 0 0 eth1 127.0.0.0 127.0.0.1 255.0.0.0 UG 0 0 0 lo 0.0.0.0 192.168.0.4 0.0.0.0 UG 0 0 0 eth1 After that I change the default route to ppp0: route del default && route add default ppp0 Destination Gateway Genmask Flags Metric Ref Use Iface 10.0.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1 192.168.46.0 0.0.0.0 255.255.255.0 U 0 0 0 dvb0_0 212.31.242.0 192.168.0.4 255.255.255.0 UG 0 0 0 eth1 127.0.0.0 127.0.0.1 255.0.0.0 UG 0 0 0 lo 0.0.0.0 0.0.0.0 0.0.0.0 U 0 0 0 ppp0 What MTU/MRU are you using for netsystem - maybe that's the problem? My ICQ# is 39621839 Thanks, Martin Karer > -----Original Message----- > From: Denis Kot [mailto:[EMAIL PROTECTED] > Sent: Friday, September 26, 2003 8:29 AM > To: Martin Karer > Subject: Re: [linux-dvb] Re: Is Netsystem working? > > Martin Karer wrote: > >>Martin Karer wrote: > >> > >> > >>>Hi, is anybody able to use netsystem - > >> > >>http://www.netsystem.com/eng/satadslplus.asp - on Linux > (with current > >>drivers (I use 20030811))? > >> > >>>I\'ve read everything about Netsystem + Linux I found with > >> > >>Google, but > >> > >>>as I\'m behind a router nothing worked for me :( > >>> > >>>This is what I\'ve found out yet: > >>>dvbtune -c 0 -f 12721000 -p H -s 22000 -n 451 ifconfig -a dvb0_0 > >>>ifconfig dvb0_0 192.168.46.21 ifconfig dvb0_0 hw ether > >>>MY:MA:CA:DD:RE:SS Then I connect to the VPN Server, but > >> > >>when I set the > >> > >>>default route to ppp0 the VPN disconnects... > >>> > >>>Maybe it\'s just a problem with the routing table, any hints? > >>> > >>>My configuration: > >>>eth1 = wlan > >>>gateway/dns = 192.168.0. > >>> > >>>Thank you! > >>> > >>>PS: Sorry for my bad english - it\'s not my native > >> > >>language, but I hope that you can understand everting! > >> > >>http://www.opennet.ru/base/net/skystar2_setup.txt.html > >>it's in russian, but I hope You can understand script and routing > >>table inside. > >> > >>if You have any questions - ask me. > >> > >>-- > >>Best regards, > >>Denis Kot > >>SysAdmin > >>ICQ: 13680126 > >>Mobil: +375 29 6123478 > > > > > > Hi Denis, > > > > i followed the instructions on that page and I could successfully > > connect to Netsystem, but I still cannot cannot download > something or > > browse the internet (I *sometimes* get a response from the > website I > > want to connect to, but the connection times out after some > minutes) - > > do I need to compile my kernel with specific modules / could you or > > somebody else who can use Netsystem with linux please send > me a kernel .config file? > > > > I've also tried to disable my firewall, but that didn't help. > > > > What DVB Drivers are you using? > > Hi > show me your startup script and routing table *after* connect > to netsystem > > p.s. do you have ICQ? > > -- > Best regards, > Denis Kot > SysAdmin > ICQ: 13680126 > Mobil: +375 29 6123478 > -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.
