<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=windows-1252"
http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Michael,<br>
<br>
I see that you configurataion is FR, and your router (with t100p)
should have 209.26.250.74 and P2P end shoud be 209.26.250.74.<br>
Usually they are both belongs to ISP (in this case to Sprint), but your
Ethernet end is 209.26.224.34/29.<br>
<br>
Hope this will work for you;<br>
<br>
MODE=fr<br>
LOCAL_IPADDR=209.26.250.74<br>
REMOTE_IPADDR=209.26.250.73<br>
NETWORK=209.26.250.72<br>
NETMASK=255.255.255.252<br>
GATEWAY=209.26.250.73<br>
<br>
# FR<br>
FR_LMI=ansi<br>
FR_PVC=pvc0<br>
FR_DLC=44<br>
<br>
/sbin/modprobe zaptel<br>
/sbin/modprobe wct1xxp<br>
/sbin/modprobe hdlc<br>
/sbin/ztcfg -vvv<br>
<br>
sethdlc-1.15 ${DEVICE} ${MODE} lmi ${FR_LMI}<br>
sethdlc ${DEVICE} create ${FR_DLC}<br>
ifconfig ${DEVICE} up<br>
ifconfig ${FR_PVC} ${LOCAL_IPADDR} pointopoint ${REMOTE_IPADDR}<br>
route add -net ${NETWORK} netmask ${NETMASK} ${FR_PVC}<br>
route add default gw ${GATEWAY} metric 1 ${FR_PVC}<br>
<br>
# 209.26.224.33 belongs to your eth0 device.<br>
ifconfig eth0 209.26.224.33 netmask 255.255.255.248<br>
route add -net 209.26.224.32 netmask 255.255.255.248 dev eth0<br>
<br>
=== /etc/zaptel.conf should be like this:<br>
loadzone = us<br>
defaultzone=us<br>
<br>
span=1,1,0,esf,b8zs<br>
<br>
nethdlc=21-24<br>
.....<br>
<br>
also check /proc/sys/net/ipv4/ip_forward - it should be 1<br>
<br>
Michael A Rowley wrote:<br>
<blockquote cite="mid23D53C26-B8D1-11D8-8DB6-000A95675988@earthlink.net"
type="cite">Ok, I guess I wasn't clear enough.... I keep doing
that.... Here is
what I recieved from sprint...
<br>
<br>
<br>
<b><!-- Times New Roman --><font size="+1"> Linecode B8ZS
<br>
Format ESF
<br>
Timing from Network
<br>
</font></b><!-- Times New Roman --><font size="-1"><br>
</font><!-- Times --><font size="-1">If you
are having any Internet issues call and report this circuit ID to
<br>
(800) 603-8044 option 4, option 3, option1.
<br>
</font><b><font size="+1">Circuit ID</font></b><b><!-- Times New Roman --><font
size="+1">
<br>
(FRAME) 60.YGFS.576125.UFLG</font></b><!-- Times New Roman --><font
size="-1">
<br>
</font><b><font size="+1">Order Number N495625
<br>
<br>
WAN IP’s Far end (Gateway) 209.26.250.73
<br>
Near end (local interface) 209.26.250.74
<br>
Subnet mask 255.255.255.252
<br>
Encapsulation Frame Relay <br>
Maintenance Protocol ANNEX D (ANSI)
<br>
DLCI 44
<br>
Ethernet IP on Router is 209.26.224.33 subnet mask 255.255.255.248
<br>
Usable IP’s are 209.26.224.34 to 209.26.224.38 <br>
DNS servers
<br>
Primary 138.210.81.3
<br>
Secondary 205.160.188.2
<br>
<br>
</font></b>So, I need pointopoint from 209.26.250.74
to 209.26.250.73... <br>
<br>
Now, 209.26.250.74 belongs to sprint... I can't use it... but it is
being assigned to pvc0 to complete the point to point protocol for
frame relay.
<br>
<br>
209.26.224.33 is the router IP address that sprint set up on my
adtran. Thats fine. So I need the ip address for my box to actually
be 209.26.224.33 so that I can actually reach it... I tried the setup
without 209.26.224.33, but I could not reach the box at all at
209.26.250.74. It would respond to a ping, but could not ssh into it,
or anything else. My guess is that 209.26.250.74 is protected by a
firewall at sprint, and 209.26.224.33-38 (my ip addresses) are set up
as DMZ's. <br>
<br>
With this setup, I can ssh 209.26.250.74, if 209.26.224.33 is set up,
but not without it.....
<br>
<br>
M
<br>
<br>
<br>
On Monday, June 7, 2004, at 03:51 PM, Joseph wrote:
<br>
<br>
<blockquote>Not sure I understand what all you are doing here, but
you
need
<br>
your gateway to be on the same subnet as your main ip address.
<br>
<br>
Why do you assign 2 ip's to your pvc?
<br>
<br>
If ping's are allow, sometimes it helps to use traceroute to
<br>
see the path a packet is taking.
<br>
<br>
<br>
</blockquote>
Michael Rowley MD
<br>
FP
<br>
<br>
<br>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
Thanks and regards,
Vasyl Rublyov
</pre>
</body>
</html>