HI all iam using sm200d satellite card to connect .
>
> can anybody help me in connecting to net through ihug
>
> i have following problems
>
>
>
> Earlier my card was not able to establish a lock your repersentative came
> and fixed the problem by changing the LNB and a connector. now i can get
a
> lock output of sm200dstats
>
> [root@ihug text]# ./sm200dstats
> Lock QPSK Viterbi Frame FEC AGC Bit Error Rate kbps
pps
> ---- ---- ------- ----- --- --- -------------- -----
> -----
> Yes Yes Yes Yes 5/6 183 0 0
> 0
>
>
>
> --------------------------------------------------------------------------
- --
>
>
>
>
>
>
> I am using ISDN connection to dail out my ppp-on script is as follows
>
>
>
>
> #!/bin/sh
> #
> echo RUNNING PPP-ON
> # Script to initiate a ppp connection. This is the first part of the
> # pair of scripts. This is not a secure pair of scripts as the codes
> # are visible with the 'ps' command. However, it is simple.
> #
> # These are the parameters. Change as needed.
> TELEPHONE=5920 # The telephone number for the connection
> PASSWORD=xxxxxxx # The password for this account (and 'Gracie
Allen')
> ACCOUNT=netacct # The account name for logon (as in 'George
Burns')
> LOCAL_IP=203.109.154.133 # Local IP address if known. Dynamic =
> 0.0.0.0
> #REMOTE_IP=203.109.252.122 # Remote IP address if desired. Normally
> 0.0.0.0
> #LOCAL_IP=192.168.20.55
> #ACCOUNT=netacct@ihug.co.nz # The account name for logon (as in 'George
> Burns'
> )
> #LOCAL_IP=0.0.0.0 # Local IP address if known. Dynamic = 0.0.0.0
> #REMOTE_IP=0.0.0.0 # Remote IP address if desired. Normally 0.0.0.0
> NETMASK=255.255.255.0 # The proper netmask if needed
> #
> # Export them so that they will be available at 'ppp-on-dialer' time.
> export TELEPHONE ACCOUNT PASSWORD
> #
> # This is the location of the script which dials the phone and logs
> # in. Please use the absolute file name as the $PATH variable is not
> # used on the connect option. (To do so on a 'root' account would be
> # a security hole so don't ask.)
> #
> DIALER_SCRIPT=/root/ppp-on-dialer
> #
> # Initiate the connection
> #
> # I put most of the common options on this command. Please, don't
> # forget the 'lock' option or some programs such as mgetty will not
> # work. The asyncmap and escape will permit the PPP link to work with
> # a telnet or rlogin connection. You are welcome to make any changes
> # as desired. Don't use the 'defaultroute' option if you currently
> # have a default route to an ethernet gateway.
> #
> #exec /usr/sbin/pppd /dev/modem 38400 \
> # debug lock modem crtscts \
> # asyncmap 20A0000 escape FF kdebug 0 $LOCAL_IP:$REMOTE_IP \
> # noipdefault netmask $NETMASK defaultroute connect $DIALER_SCRIPT
> #exec /root/installers/ppp-2.3.5.patched/pppd/pppd \
> #
> #demand persist ipcp-accept-remote \
> exec /usr/sbin/pppd \
> /dev/ttyI0 115200 \
> debug lock modem \
> asyncmap 00a0000 kdebug 0 $LOCAL_IP:$REMOTE_IP \
> demand persist \
> holdoff 3 netmask $NETMASK connect $DIALER_SCRIPT \
> defaultroute \
> user $ACCOUNT
> #/sbin/ifconfig ppp0 mtu 1524
>
>
>
>
> --------------------------------------------------------------------------
- --
>
>
>
>
> OUTPUT OF MY ifconfig is
>
>
> [root@ihug text]# ifconfig
> eth0 Link encap:Ethernet HWaddr 00:50:04:BF:CE:5D
> inet addr:130.216.35.104 Bcast:130.216.35.255
Mask:255.255.255.0
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:22429 errors:0 dropped:0 overruns:0 frame:0
> TX packets:15538 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:100
> Interrupt:11 Base address:0x6900
>
> lo Link encap:Local Loopback
> inet addr:127.0.0.1 Mask:255.0.0.0
> UP LOOPBACK RUNNING MTU:3924 Metric:1
> RX packets:0 errors:0 dropped:0 overruns:0 frame:0
> TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:0
>
> ppp0 Link encap:Point-to-Point Protocol
> inet addr:203.109.154.133 P-t-P:203.109.252.122
> Mask:255.255.255.255
> UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
> RX packets:13 errors:0 dropped:0 overruns:0 frame:0
> TX packets:37 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:10
>
> sm200d Link encap:Ethernet HWaddr 00:90:BC:01:51:F3
> inet addr:192.168.20.55 Bcast:192.168.20.255
Mask:255.255.255.0
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:0 errors:0 dropped:0 overruns:0 frame:0
> TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:100
> Interrupt:9 Base address:0x1000
>
>
>
>
> --------------------------------------------------------------------------
- --
>
>
>
>
> The output of my routing table is
>
>
>
>
> route
> Kernel IP routing table
> Destination Gateway Genmask Flags Metric Ref Use
> Iface
> ihug.cs.aucklan * 255.255.255.255 UH 0 0 0
eth0
> max1.akl.ihugbu * 255.255.255.255 UH 0 0 0
ppp0
> 130.216.104.0 csr3.cs.aucklan 255.255.255.0 UG 0 0 0
eth0
> 130.216.106.0 csr1.cs.aucklan 255.255.255.0 UG 0 0 0
eth0
> 192.168.20.0 * 255.255.255.0 U 0 0 0
> sm200d
> 130.216.107.0 csr3.cs.aucklan 255.255.255.0 UG 0 0 0
eth0
> 130.216.108.0 csr4.cs.aucklan 255.255.255.0 UG 0 0 0
eth0
> 130.216.92.0 csr5.cs.aucklan 255.255.255.0 UG 0 0 0
eth0
> 130.216.34.0 csr4.cs.aucklan 255.255.255.0 UG 0 0 0
eth0
> 130.216.35.0 * 255.255.255.0 U 0 0 0
eth0
> 130.216.33.0 csr1.cs.aucklan 255.255.255.0 UG 0 0 0
eth0
> 130.216.36.0 csr1.cs.aucklan 255.255.255.0 UG 0 0 0
eth0
> 127.0.0.0 * 255.0.0.0 U 0 0 0 lo
> default max1.akl.ihugbu 0.0.0.0 UG 0 0 0
ppp0
>
>
>
>
> --------------------------------------------------------------------------
- --
>
>
> when i try to ping any outside no the TX and RX incriment on PPP0 link
and
> nothing happens on sm200d card therefore the ping command fails
saying
> that the network is not reachable .
>
>
>
>
>
>
>
> cheers
> bobby
>
To unsubscribe: send mail to majordomo@unixathome.org
with "unsubscribe broadband" in the body of the message
Received on Fri Mar 23 12:09:24 2001