Archive-Date: Fri, 4 Apr 2003 06:34:57 -0500 Date: Fri, 04 Apr 2003 06:30:12 -0500 From: Guy Morris Reply-To: Info-TCPware@process.com Subject: Multiple Gateways Sender: Geoff Bryant To: info-tcpware@process.com Message-ID: <00ba01c2fa91$9218b590$3b0010ac@guy> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 References: <5fOha.467$DD6.136885@news20.bellglobal.com> I have recently installed a DSL line as well as my existing leased line. It's primary purpose is to enable me to FTP backups from an offsite machine, but I would also like to use it for some web traffic. I have a router at 172.16.0.254, and have added the new router as 172.16.0.253. My FTP and Web servers are at 172.16.0.194. The firewall on each router translates incoming requests to that IP address. Without adding the new gateway to the routing table I couldn't get through on the DSL line, so added another default gateway using SET GATEWAY. I tried this (having removed the existing default) both as separate commands and as a comma-separated list. In each case access in through the 253 router was enabled, but through the original 254 router stopped. Is the solution to use a second IP address on the host, and change the address translation on one of the firewalls, or is there a way I can make both operate by more explicit definition in the routing table? Thanks. ================================================================================ Archive-Date: Fri, 4 Apr 2003 10:14:26 -0500 Date: Fri, 04 Apr 2003 09:52:04 -0500 From: Sabu.Zacharias@reuters.com Reply-To: Info-TCPware@process.com Subject: Re: Multiple Gateways To: info-tcpware@process.com Message-ID: <01KUBQOZ6SUMA8HHXY@PROCESS.COM> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Hi, The easiest way out is to have one path(router) with a different subnet. Disabling static routing and enabling "gated" might give you a similar feature/option, but I am not that positive whether you can achieve it that specific. Can the routers filter off traffic by port numbers? If so, a combination of gated and filtering off traffic by port number(protocol), might be another option. Sabu Zacharias (sabu.zacharias@reuters.com) Reuters America Phone : (631) 233 6727 Guy Morris cc: Sent by: Subject: Multiple Gateways Geoff Bryant 04/04/2003 06:30 AM Please respond to Info-TCPware I have recently installed a DSL line as well as my existing leased line. It's primary purpose is to enable me to FTP backups from an offsite machine, but I would also like to use it for some web traffic. I have a router at 172.16.0.254, and have added the new router as 172.16.0.253. My FTP and Web servers are at 172.16.0.194. The firewall on each router translates incoming requests to that IP address. Without adding the new gateway to the routing table I couldn't get through on the DSL line, so added another default gateway using SET GATEWAY. I tried this (having removed the existing default) both as separate commands and as a comma-separated list. In each case access in through the 253 router was enabled, but through the original 254 router stopped. Is the solution to use a second IP address on the host, and change the address translation on one of the firewalls, or is there a way I can make both operate by more explicit definition in the routing table? Thanks. ----------------------------------------------------------------- Visit our Internet site at http://www.reuters.com Get closer to the financial markets with Reuters Messaging - for more information and to register, visit http://www.reuters.com/messaging Any views expressed in this message are those of the individual sender, except where the sender specifically states them to be the views of Reuters Ltd. ================================================================================ Archive-Date: Fri, 4 Apr 2003 10:15:57 -0500 Date: Fri, 04 Apr 2003 10:11:39 -0500 From: Geoff Bryant Reply-To: Info-TCPware@process.com Subject: Re: Multiple Gateways To: info-tcpware@process.com Message-ID: <01KUBQIS06K6A8F35V@PROCESS.COM> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=us-ascii On Fri, 04 Apr 2003 06:30:12, Guy Morris wrote: > >I have recently installed a DSL line as well as my existing leased line. >It's primary purpose is to enable me to FTP backups from an offsite machine, >but I would also like to use it for some web traffic. > >I have a router at 172.16.0.254, and have added the new router as >172.16.0.253. My FTP and Web servers are at 172.16.0.194. The firewall on >each router translates incoming requests to that IP address. Without adding >the new gateway to the routing table I couldn't get through on the DSL line, >so added another default gateway using SET GATEWAY. I tried this (having >removed the existing default) both as separate commands and as a >comma-separated list. In each case access in through the 253 router was >enabled, but through the original 254 router stopped. > >Is the solution to use a second IP address on the host, and change the >address translation on one of the firewalls, or is there a way I can make >both operate by more explicit definition in the routing table? > >Thanks. > You can have only one default route, so if you use NETCU SET GATEWAY to chagne teh default router, then it changes. TCPware does have what we call dead gateway detection where if IP believes the default router (gateway) has gone down, it will use another default gateway if it has been told about it. You can add routes for particular hosts or networks to use the other router by adding routes. If the routers talk something like RIPv2 or Router Discovery you could configure Gated to have routes automaticly added. Check the doc for Gated. ------------------------------------------------------------- Geoff Bryant bryant@process.com TCPware/MultiNet/PMDF/SSH Engineering Process Software http://www.process.com/ 959 Concord St. Framingham, MA 01701 USA ================================================================================ Archive-Date: Fri, 4 Apr 2003 10:42:33 -0500 Date: Fri, 04 Apr 2003 16:40:51 +0100 From: Guy Morris Reply-To: Info-TCPware@process.com Subject: Re: Multiple Gateways To: info-tcpware@process.com Message-ID: <02cc01c2fac0$929490f0$3b0010ac@guy> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit References: <01KUBQIS06K6A8F35V@PROCESS.COM> I really only want it to use the second gateway for traffic that has come in through the second gateway. In which case is my best bet to define a second IP address for the host, to which the firewall points the traffic coming in from there, and to have a route from that host IP to that gateway to make that work? If so, should the routing command be: add route /host /gateway ----- Original Message ----- From: "Geoff Bryant" To: Sent: Friday, April 04, 2003 4:11 PM Subject: Re: Multiple Gateways > > On Fri, 04 Apr 2003 06:30:12, Guy Morris wrote: > > > >I have recently installed a DSL line as well as my existing leased line. > >It's primary purpose is to enable me to FTP backups from an offsite machine, > >but I would also like to use it for some web traffic. > > > >I have a router at 172.16.0.254, and have added the new router as > >172.16.0.253. My FTP and Web servers are at 172.16.0.194. The firewall on > >each router translates incoming requests to that IP address. Without adding > >the new gateway to the routing table I couldn't get through on the DSL line, > >so added another default gateway using SET GATEWAY. I tried this (having > >removed the existing default) both as separate commands and as a > >comma-separated list. In each case access in through the 253 router was > >enabled, but through the original 254 router stopped. > > > >Is the solution to use a second IP address on the host, and change the > >address translation on one of the firewalls, or is there a way I can make > >both operate by more explicit definition in the routing table? > > > >Thanks. > > > > You can have only one default route, so if you use NETCU SET GATEWAY to chagne > teh default router, then it changes. TCPware does have what we call dead > gateway detection where if IP believes the default router (gateway) has gone > down, it will use another default gateway if it has been told about it. > > You can add routes for particular hosts or networks to use the other router > by adding routes. > > If the routers talk something like RIPv2 or Router Discovery you could > configure Gated to have routes automaticly added. Check the doc for Gated. > > ------------------------------------------------------------- > Geoff Bryant bryant@process.com > TCPware/MultiNet/PMDF/SSH Engineering > Process Software http://www.process.com/ > 959 Concord St. > Framingham, MA 01701 USA > > ================================================================================ Archive-Date: Fri, 4 Apr 2003 10:51:51 -0500 Date: Fri, 04 Apr 2003 10:47:43 -0500 From: Geoff Bryant Reply-To: Info-TCPware@process.com Subject: Re: Multiple Gateways To: info-tcpware@process.com Message-ID: <01KUBRUGKXIKA8F35V@PROCESS.COM> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=us-ascii In the receiving direction things will be as you wish. For transmits it has to do with the routing table. It's not a matter of the local ip address as it is what the ip address of the remote system is and how the routing is set to that destination host/network. So, is traffic coming in from the second gateway coming from a particular network? If so, add a route for that network. On Fri, 04 Apr 2003 16:40:51 +0100, Guy Morris wrote: > >I really only want it to use the second gateway for traffic that has come in >through the second gateway. In which case is my best bet to define a second >IP address for the host, to which the firewall points the traffic coming in >from there, and to have a route from that host IP to that gateway to make >that work? > >If so, should the routing command be: > >add route /host /gateway > > > >----- Original Message ----- >From: "Geoff Bryant" >To: >Sent: Friday, April 04, 2003 4:11 PM >Subject: Re: Multiple Gateways > > >> >> On Fri, 04 Apr 2003 06:30:12, Guy Morris wrote: >> > >> >I have recently installed a DSL line as well as my existing leased line. >> >It's primary purpose is to enable me to FTP backups from an offsite >machine, >> >but I would also like to use it for some web traffic. >> > >> >I have a router at 172.16.0.254, and have added the new router as >> >172.16.0.253. My FTP and Web servers are at 172.16.0.194. The firewall >on >> >each router translates incoming requests to that IP address. Without >adding >> >the new gateway to the routing table I couldn't get through on the DSL >line, >> >so added another default gateway using SET GATEWAY. I tried this (having >> >removed the existing default) both as separate commands and as a >> >comma-separated list. In each case access in through the 253 router was >> >enabled, but through the original 254 router stopped. >> > >> >Is the solution to use a second IP address on the host, and change the >> >address translation on one of the firewalls, or is there a way I can make >> >both operate by more explicit definition in the routing table? >> > >> >Thanks. >> > >> >> You can have only one default route, so if you use NETCU SET GATEWAY to >chagne >> teh default router, then it changes. TCPware does have what we call dead >> gateway detection where if IP believes the default router (gateway) has >gone >> down, it will use another default gateway if it has been told about it. >> >> You can add routes for particular hosts or networks to use the other >router >> by adding routes. >> >> If the routers talk something like RIPv2 or Router Discovery you could >> configure Gated to have routes automaticly added. Check the doc for >Gated. >> >> ------------------------------------------------------------- >> Geoff Bryant bryant@process.com >> TCPware/MultiNet/PMDF/SSH Engineering >> Process Software http://www.process.com/ >> 959 Concord St. >> Framingham, MA 01701 USA >> >> > > ------------------------------------------------------------- Geoff Bryant bryant@process.com TCPware/MultiNet/PMDF/SSH Engineering Process Software http://www.process.com/ 959 Concord St. Framingham, MA 01701 USA ================================================================================ Archive-Date: Fri, 4 Apr 2003 11:25:42 -0500 Date: Fri, 04 Apr 2003 09:48:03 -0500 From: Seckin Subject: ADSL ROUTER Sender: Geoff Bryant To: info-tcpware@process.com Reply-To: Info-TCPware@process.com Message-ID: <3e8e755e@quokka.wn.com.au> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="Boundary_(ID_MZ5v/MDl+PbzkOJZzMEO3w)" --Boundary_(ID_MZ5v/MDl+PbzkOJZzMEO3w) Content-type: text/plain; charset=Windows-1252 Hi guys, I am using Speedtouch Pro 4 ports ADSL Modem. I am having huge problems to get things right. Your helps will really be appreciated. I am unable to recieve files from ICQ.. I have a static ip, My computer can not be seen by outside world through internet.. I think my computer is over secure.. I want to create a ftp server in my computer but it doesnt work either. Any software which uses automatic configuration gets my computers ip ( 10.0.0.1) as default not my static ip. I dont know how to get my static ip recognized by any software.. Most of you ll say forward your ports.. I tried. but I think I am doing something wrong. Please tell me how to solve these problems..I ve read a lot of documents but it didnt help. If you need any further information please let me know..Thanks a lot.. This is my Nat list [nat]=>list Indx Prot Inside-address:Port Outside-address:Port Foreign-address:Port Flgs E xpir State Control 1 6 10.0.0.1:1967 202.72.161.1:12831 202.72.128.70:110 1 8 5 2 6 10.0.0.1:1966 202.72.161.1:12830 64.4.30.253:80 1 4 7 3 6 10.0.0.1:1965 202.72.161.1:12828 64.4.14.253:80 1 4 7 4 6 10.0.0.1:1964 202.72.161.1:12826 209.171.43.28:110 1 8 5 5 6 10.0.0.1:1430 202.72.161.1:12261 205.188.8.81:5190 1 60 1 My DHCP configuration is set to Auto and this is my modems routing table IP address table Intf Address Netmask Type Transl Action WestNet 202.72.161.1 255.255.255.0 Auto pat eth0 10.0.0.138 255.0.0.0 Extra none loop 127.0.0.1 255.0.0.0 Auto none - Use input fields below to add a new entry eth0WestNet Extra none IP route table Destination Source Gateway Intf Action 10.0.0.0/8 10.0.0.0/8 10.0.0.138 eth0 202.72.161.1/32 any 202.72.161.1 WestNet 255.255.255.255/32 any 10.0.0.138 eth0 10.0.0.138/32 any 10.0.0.138 eth0 127.0.0.1/32 any 127.0.0.1 loop 10.0.0.0/8 any 10.0.0.138 eth0 default 10.0.0.1/0 202.72.161.1 WestNet Use input fields below to add a new entry - --Boundary_(ID_MZ5v/MDl+PbzkOJZzMEO3w) Content-type: text/html; charset=Windows-1252
Hi guys,
 
I am using Speedtouch Pro 4 ports ADSL Modem. I am having huge problems to get things right. Your helps will really be appreciated.
 
   I am unable to recieve files from ICQ.. I have a static ip, My computer can not be seen by outside world through internet.. I think my computer is over secure..
 
   I want to create a ftp server in my computer but it doesnt work either. Any software which uses automatic configuration gets my computers ip ( 10.0.0.1) as default not my static ip.  I dont know how to get my static ip recognized by any software..
 
  Most of you ll say forward your ports.. I tried. but I think I am doing something wrong. Please tell me how to solve these problems..I ve read a lot of documents but it didnt help.
If you need any further information please let me know..Thanks a lot..
 
This is my Nat list
 [nat]=>list
Indx Prot Inside-address:Port  Outside-address:Port  Foreign-address:Port Flgs E
xpir State  Control
   1   6        10.0.0.1:1967     202.72.161.1:12831   202.72.128.70:110   1
 8     5
   2   6        10.0.0.1:1966     202.72.161.1:12830     64.4.30.253:80    1
 4     7
   3   6        10.0.0.1:1965     202.72.161.1:12828     64.4.14.253:80    1
 4     7
   4   6        10.0.0.1:1964     202.72.161.1:12826   209.171.43.28:110   1
 8     5
   5   6        10.0.0.1:1430     202.72.161.1:12261    205.188.8.81:5190  1
 60    1                                                                      
 
 
My DHCP configuration is set to Auto
 
and this is my modems routing table

 

IP address table


Intf Address Netmask Type Transl Action
WestNet 202.72.161.1 255.255.255.0 Auto pat
eth0 10.0.0.138 255.0.0.0 Extra none
loop 127.0.0.1 255.0.0.0 Auto none -
Use input fields below to add a new entry
Extra none



IP route table


Destination Source Gateway Intf Action
10.0.0.0/8 10.0.0.0/8 10.0.0.138 eth0
202.72.161.1/32 any 202.72.161.1 WestNet
255.255.255.255/32 any 10.0.0.138 eth0
10.0.0.138/32 any 10.0.0.138 eth0
127.0.0.1/32 any 127.0.0.1 loop
10.0.0.0/8 any 10.0.0.138 eth0
default 10.0.0.1/0 202.72.161.1 WestNet
Use input fields below to add a new entry
-
--Boundary_(ID_MZ5v/MDl+PbzkOJZzMEO3w)-- ================================================================================ Archive-Date: Fri, 4 Apr 2003 11:50:45 -0500 Date: Fri, 04 Apr 2003 18:43:53 +0200 From: "Kurt A. Schumacher" Reply-To: Info-TCPware@process.com Subject: RE: Multiple Gateways In-Reply-To: <01KUBRUGKXIKA8F35V@PROCESS.COM> To: info-tcpware@process.com Message-ID: <000d01c2fac9$61017090$14010a0a@home.schumi.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Guy, Geoff, The better approach to solve the default route problem (on certain OS stacks you can indeed have more than on default route) with independent ISP (so you are unable to run a proper BGP set-up) is to leave it up to the routers in place. Certain SOHO boxes (such as the ZyXEL devices) have nice ability to implement a traffic redirection when a certain system on the WAN is no longer available. -Kurt. -----Original Message----- From: Geoff Bryant [mailto:bryant@process.com] Sent: Friday, April 04, 2003 5:48 PM To: info-tcpware@process.com Subject: Re: Multiple Gateways In the receiving direction things will be as you wish. For transmits it has to do with the routing table. It's not a matter of the local ip address as it is what the ip address of the remote system is and how the routing is set to that destination host/network. So, is traffic coming in from the second gateway coming from a particular network? If so, add a route for that network. On Fri, 04 Apr 2003 16:40:51 +0100, Guy Morris wrote: > >I really only want it to use the second gateway for traffic that has >come in through the second gateway. In which case is my best bet to >define a second IP address for the host, to which the firewall points >the traffic coming in from there, and to have a route from that host IP >to that gateway to make that work? > >If so, should the routing command be: > >add route /host /gateway > > > >----- Original Message ----- >From: "Geoff Bryant" >To: >Sent: Friday, April 04, 2003 4:11 PM >Subject: Re: Multiple Gateways > > >> >> On Fri, 04 Apr 2003 06:30:12, Guy Morris wrote: >> > >> >I have recently installed a DSL line as well as my existing leased >> >line. It's primary purpose is to enable me to FTP backups from an >> >offsite >machine, >> >but I would also like to use it for some web traffic. >> > >> >I have a router at 172.16.0.254, and have added the new router as >> >172.16.0.253. My FTP and Web servers are at 172.16.0.194. The >> >firewall >on >> >each router translates incoming requests to that IP address. >> >Without >adding >> >the new gateway to the routing table I couldn't get through on the >> >DSL >line, >> >so added another default gateway using SET GATEWAY. I tried this >> >(having removed the existing default) both as separate commands and >> >as a comma-separated list. In each case access in through the 253 >> >router was enabled, but through the original 254 router stopped. >> > >> >Is the solution to use a second IP address on the host, and change >> >the address translation on one of the firewalls, or is there a way I >> >can make both operate by more explicit definition in the routing >> >table? >> > >> >Thanks. >> > >> >> You can have only one default route, so if you use NETCU SET GATEWAY >> to >chagne >> teh default router, then it changes. TCPware does have what we call dead >> gateway detection where if IP believes the default router (gateway) >> has >gone >> down, it will use another default gateway if it has been told about >> it. >> >> You can add routes for particular hosts or networks to use the other >router >> by adding routes. >> >> If the routers talk something like RIPv2 or Router Discovery you could >> configure Gated to have routes automaticly added. Check the doc for >Gated. >> >> ------------------------------------------------------------- >> Geoff Bryant bryant@process.com >> TCPware/MultiNet/PMDF/SSH Engineering >> Process Software http://www.process.com/ >> 959 Concord St. >> Framingham, MA 01701 USA >> >> > > ------------------------------------------------------------- Geoff Bryant bryant@process.com TCPware/MultiNet/PMDF/SSH Engineering Process Software http://www.process.com/ 959 Concord St. Framingham, MA 01701 USA ================================================================================ Archive-Date: Fri, 4 Apr 2003 12:01:29 -0500 Date: Fri, 04 Apr 2003 17:59:46 +0100 From: Guy Morris Reply-To: Info-TCPware@process.com Subject: Re: Multiple Gateways To: info-tcpware@process.com Message-ID: <032d01c2facb$98aaa320$3b0010ac@guy> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit References: <01KUBRUGKXIKA8F35V@PROCESS.COM> I can't be sure that it does work in the receiving direction. Without a defined route back I can't get a response. With the default gateway set to the 2nd router it works ok (but the traffic in through the main router then stops). I'll probably use the firewall to restrict incoming traffic at some stage, but initially just allow any. I have just tried setting an additional IP on my host, redirecting the address translation on the firewall to the new address and defining a route using: add route /host /gateway, but that appears not to have solved it. Any ideas? ----- Original Message ----- From: "Geoff Bryant" To: Sent: Friday, April 04, 2003 4:47 PM Subject: Re: Multiple Gateways > > In the receiving direction things will be as you wish. For transmits it has > to do with the routing table. It's not a matter of the local ip address as > it is what the ip address of the remote system is and how the routing is set > to that destination host/network. > > So, is traffic coming in from the second gateway coming from a particular > network? If so, add a route for that network. > > On Fri, 04 Apr 2003 16:40:51 +0100, Guy Morris wrote: > > > >I really only want it to use the second gateway for traffic that has come in > >through the second gateway. In which case is my best bet to define a second > >IP address for the host, to which the firewall points the traffic coming in > >from there, and to have a route from that host IP to that gateway to make > >that work? > > > >If so, should the routing command be: > > > >add route /host /gateway > > > > > > > >----- Original Message ----- > >From: "Geoff Bryant" > >To: > >Sent: Friday, April 04, 2003 4:11 PM > >Subject: Re: Multiple Gateways > > > > > >> > >> On Fri, 04 Apr 2003 06:30:12, Guy Morris wrote: > >> > > >> >I have recently installed a DSL line as well as my existing leased line. > >> >It's primary purpose is to enable me to FTP backups from an offsite > >machine, > >> >but I would also like to use it for some web traffic. > >> > > >> >I have a router at 172.16.0.254, and have added the new router as > >> >172.16.0.253. My FTP and Web servers are at 172.16.0.194. The firewall > >on > >> >each router translates incoming requests to that IP address. Without > >adding > >> >the new gateway to the routing table I couldn't get through on the DSL > >line, > >> >so added another default gateway using SET GATEWAY. I tried this (having > >> >removed the existing default) both as separate commands and as a > >> >comma-separated list. In each case access in through the 253 router was > >> >enabled, but through the original 254 router stopped. > >> > > >> >Is the solution to use a second IP address on the host, and change the > >> >address translation on one of the firewalls, or is there a way I can make > >> >both operate by more explicit definition in the routing table? > >> > > >> >Thanks. > >> > > >> > >> You can have only one default route, so if you use NETCU SET GATEWAY to > >chagne > >> teh default router, then it changes. TCPware does have what we call dead > >> gateway detection where if IP believes the default router (gateway) has > >gone > >> down, it will use another default gateway if it has been told about it. > >> > >> You can add routes for particular hosts or networks to use the other > >router > >> by adding routes. > >> > >> If the routers talk something like RIPv2 or Router Discovery you could > >> configure Gated to have routes automaticly added. Check the doc for > >Gated. > >> > >> ------------------------------------------------------------- > >> Geoff Bryant bryant@process.com > >> TCPware/MultiNet/PMDF/SSH Engineering > >> Process Software http://www.process.com/ > >> 959 Concord St. > >> Framingham, MA 01701 USA > >> > >> > > > > > > ------------------------------------------------------------- > Geoff Bryant bryant@process.com > TCPware/MultiNet/PMDF/SSH Engineering > Process Software http://www.process.com/ > 959 Concord St. > Framingham, MA 01701 USA > > ================================================================================ Archive-Date: Fri, 4 Apr 2003 12:10:27 -0500 Date: Fri, 04 Apr 2003 10:05:15 -0700 From: "Mah, Lee" Reply-To: Info-TCPware@process.com Subject: Please unsubscribe me. To: "'info-tcpware@process.com'" Message-ID: <42E8EAD18405D311B9D90050047A7170046AF05D@rantxchg01.cha.ab.ca> MIME-Version: 1.0 Content-Type: text/plain --- Lee L Y T Mah Email: lytmah@cha.ab.ca Capital Health Authority Information Systems, RAH CSC Edmonton, Alberta, CANADA ================================================================================ Archive-Date: Fri, 4 Apr 2003 13:15:20 -0500 Date: Fri, 04 Apr 2003 12:10:28 -0600 From: Bob Blum Reply-To: Info-TCPware@process.com Subject: Re: Multiple Gateways To: info-tcpware@process.com Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Guy, Since you want each connection to respond back the way it came in from, it sounds like you don't want to have a true default route at all. In other words, if traffic comes in through the "first" router, it should go back out that way, and if it comes in through the "second" one, that's the way it should return. The difficult thing is, how do you prevent traffic coming in the "first" router and leaving via the "second" one? Or for that matter, what's to prevent it creating a loop, so other internet traffic tries to come through your path (ouch!)? I know I've set up something like this before, but I'm trying to remember exactly how. It normally means that the routers must coordinate routing information with the host and each other. That's either RIP, or GateD as others have already mentioned. To make it work, you might have to make sure your two routers block traffic between themselves, but allow communication to and from your host, so it will have two distinct paths. The trouble with that is, how does the host determine which path to take for an originating connection, outbound to the Internet? One more thing, you said the DSL connection was for FTP backups from a remote machine. I'm assuming this is located at a site that has its own Internet connection of some sort, right? Otherwise you couldn't be using it for "some web traffic", unless the web traffic itself was internal to your network (both sites). I'm just trying to get a better idea of the overall network, and what you're trying to accomplish. Good luck, and let us know how it goes... Bob Blum bdblum@us.ibm.com Guy Morris To: info-tcpware@process.com cc: 04/04/03 10:59 AM Subject: Re: Multiple Gateways Please respond to Info-TCPware I can't be sure that it does work in the receiving direction. Without a defined route back I can't get a response. With the default gateway set to the 2nd router it works ok (but the traffic in through the main router then stops). I'll probably use the firewall to restrict incoming traffic at some stage, but initially just allow any. I have just tried setting an additional IP on my host, redirecting the address translation on the firewall to the new address and defining a route using: add route /host /gateway, but that appears not to have solved it. Any ideas? ----- Original Message ----- From: "Geoff Bryant" To: Sent: Friday, April 04, 2003 4:47 PM Subject: Re: Multiple Gateways > > In the receiving direction things will be as you wish. For transmits it has > to do with the routing table. It's not a matter of the local ip address as > it is what the ip address of the remote system is and how the routing is set > to that destination host/network. > > So, is traffic coming in from the second gateway coming from a particular > network? If so, add a route for that network. > > On Fri, 04 Apr 2003 16:40:51 +0100, Guy Morris wrote: > > > >I really only want it to use the second gateway for traffic that has come in > >through the second gateway. In which case is my best bet to define a second > >IP address for the host, to which the firewall points the traffic coming in > >from there, and to have a route from that host IP to that gateway to make > >that work? > > > >If so, should the routing command be: > > > >add route /host /gateway > > > > > > > >----- Original Message ----- > >From: "Geoff Bryant" > >To: > >Sent: Friday, April 04, 2003 4:11 PM > >Subject: Re: Multiple Gateways > > > > > >> > >> On Fri, 04 Apr 2003 06:30:12, Guy Morris wrote: > >> > > >> >I have recently installed a DSL line as well as my existing leased line. > >> >It's primary purpose is to enable me to FTP backups from an offsite machine, > >> >but I would also like to use it for some web traffic. > >> > > >> >I have a router at 172.16.0.254, and have added the new router as > >> >172.16.0.253. My FTP and Web servers are at 172.16.0.194. The firewall on > >> >each router translates incoming requests to that IP address. Without adding > >> >the new gateway to the routing table I couldn't get through on the DSL line, > >> >so added another default gateway using SET GATEWAY. I tried this (having > >> >removed the existing default) both as separate commands and as a > >> >comma-separated list. In each case access in through the 253 router was > >> >enabled, but through the original 254 router stopped. > >> > > >> >Is the solution to use a second IP address on the host, and change the > >> >address translation on one of the firewalls, or is there a way I can make > >> >both operate by more explicit definition in the routing table? > >> > > >> >Thanks. > >> > > >> > >> You can have only one default route, so if you use NETCU SET GATEWAY to chagne > >> teh default router, then it changes. TCPware does have what we call dead > >> gateway detection where if IP believes the default router (gateway) has gone > >> down, it will use another default gateway if it has been told about it. > >> > >> You can add routes for particular hosts or networks to use the other router > >> by adding routes. > >> > >> If the routers talk something like RIPv2 or Router Discovery you could > >> configure Gated to have routes automaticly added. Check the doc for Gated. > >> > >> ------------------------------------------------------------- > >> Geoff Bryant bryant@process.com > >> TCPware/MultiNet/PMDF/SSH Engineering > >> Process Software http://www.process.com/ > >> 959 Concord St. > >> Framingham, MA 01701 USA > >> > >> > > > > > > ------------------------------------------------------------- > Geoff Bryant bryant@process.com > TCPware/MultiNet/PMDF/SSH Engineering > Process Software http://www.process.com/ > 959 Concord St. > Framingham, MA 01701 USA > > ================================================================================ Archive-Date: Fri, 4 Apr 2003 14:22:25 -0500 Date: Fri, 04 Apr 2003 14:18:16 -0500 From: Geoff Bryant Reply-To: Info-TCPware@process.com Subject: Re: Multiple Gateways To: info-tcpware@process.com Message-ID: <01KUBZ8AQX10A8F35V@PROCESS.COM> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=us-ascii Can you either post or send me privately the IP address of the remote system you are trying to reach, the IP addresses of the routers, and the output of: NETCU SHOW ROUTE NETCU SHOW NET On Fri, 04 Apr 2003 17:59:46 +0100, Guy Morris wrote: > >I can't be sure that it does work in the receiving direction. Without a >defined route back I can't get a response. With the default gateway set to >the 2nd router it works ok (but the traffic in through the main router then >stops). > >I'll probably use the firewall to restrict incoming traffic at some stage, >but initially just allow any. I have just tried setting an additional IP on >my host, redirecting the address translation on the firewall to the new >address and defining a route using: add route >/host /gateway, but that appears not to have solved it. Any ideas? > > > >----- Original Message ----- >From: "Geoff Bryant" >To: >Sent: Friday, April 04, 2003 4:47 PM >Subject: Re: Multiple Gateways > > >> >> In the receiving direction things will be as you wish. For transmits it >has >> to do with the routing table. It's not a matter of the local ip address >as >> it is what the ip address of the remote system is and how the routing is >set >> to that destination host/network. >> >> So, is traffic coming in from the second gateway coming from a particular >> network? If so, add a route for that network. >> >> On Fri, 04 Apr 2003 16:40:51 +0100, Guy Morris wrote: >> > >> >I really only want it to use the second gateway for traffic that has come >in >> >through the second gateway. In which case is my best bet to define a >second >> >IP address for the host, to which the firewall points the traffic coming >in >> >from there, and to have a route from that host IP to that gateway to make >> >that work? >> > >> >If so, should the routing command be: >> > >> >add route /host /gateway >> > >> > >> > >> >----- Original Message ----- >> >From: "Geoff Bryant" >> >To: >> >Sent: Friday, April 04, 2003 4:11 PM >> >Subject: Re: Multiple Gateways >> > >> > >> >> >> >> On Fri, 04 Apr 2003 06:30:12, Guy Morris wrote: >> >> > >> >> >I have recently installed a DSL line as well as my existing leased >line. >> >> >It's primary purpose is to enable me to FTP backups from an offsite >> >machine, >> >> >but I would also like to use it for some web traffic. >> >> > >> >> >I have a router at 172.16.0.254, and have added the new router as >> >> >172.16.0.253. My FTP and Web servers are at 172.16.0.194. The >firewall >> >on >> >> >each router translates incoming requests to that IP address. Without >> >adding >> >> >the new gateway to the routing table I couldn't get through on the DSL >> >line, >> >> >so added another default gateway using SET GATEWAY. I tried this >(having >> >> >removed the existing default) both as separate commands and as a >> >> >comma-separated list. In each case access in through the 253 router >was >> >> >enabled, but through the original 254 router stopped. >> >> > >> >> >Is the solution to use a second IP address on the host, and change the >> >> >address translation on one of the firewalls, or is there a way I can >make >> >> >both operate by more explicit definition in the routing table? >> >> > >> >> >Thanks. >> >> > >> >> >> >> You can have only one default route, so if you use NETCU SET GATEWAY to >> >chagne >> >> teh default router, then it changes. TCPware does have what we call >dead >> >> gateway detection where if IP believes the default router (gateway) has >> >gone >> >> down, it will use another default gateway if it has been told about it. >> >> >> >> You can add routes for particular hosts or networks to use the other >> >router >> >> by adding routes. >> >> >> >> If the routers talk something like RIPv2 or Router Discovery you could >> >> configure Gated to have routes automaticly added. Check the doc for >> >Gated. >> >> ------------------------------------------------------------- Geoff Bryant bryant@process.com TCPware/MultiNet/PMDF/SSH Engineering Process Software http://www.process.com/ 959 Concord St. Framingham, MA 01701 USA ================================================================================ Archive-Date: Mon, 7 Apr 2003 08:07:58 -0500 Date: Mon, 07 Apr 2003 08:01:31 -0600 (CST) From: Hunter Goatley Reply-To: Info-TCPware@process.com Subject: Network problems at Process.com To: info-multinet@process.com CC: info-tcpware@process.com, info-pmdf@process.com Message-ID: <01KUFT4OOKIS8WVYKO@goatley.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=us-ascii As some of you have no doubt experienced already, Process Software has been having network problems for the past few days. Or, more precisely, our provider (Genuity) has been having problems. They're supposed to be on site this morning to figure out what's going on, but if you've had trouble FTPing patches, this is the reason. Hopefully everything will be resolved today. Hunter ------ Hunter Goatley, Process Software, http://www.process.com/ http://www.goatley.com/hunter/ ================================================================================ Archive-Date: Tue, 22 Apr 2003 10:27:22 -0400 Date: Tue, 22 Apr 2003 10:25:29 -0400 From: "Greeley, Tim D." Reply-To: Info-TCPware@process.com Subject: xml & vmsmail Sender: Geoff Bryant To: "'info-tcpware@process.com'" Message-ID: <03D308C87334D311B252009027855AC70382289C@thumper.avontyres.melksham.tire.cooperintra.ctb> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="Boundary_(ID_IZqruDMZ8UKa3O+tjnnJQg)" --Boundary_(ID_IZqruDMZ8UKa3O+tjnnJQg) Content-type: text/plain; CHARSET=us-ascii Not too sure if this is the right newsgroup to post this message, but you have been helpful in the past. OpenVMS 7.3 TCPware(R) V5.5-3 I'm trying to send an XML file as an attachment via VMS mail to Exchange. The following command works for csv files : SEND/NOEDIT/FOREIGN/TYPE=1 Data1:[sales.internet]MC_US_DEALER.XML tdgreeley@coopertire.com but when trying it on a pre-formatted xml file produces the following error message occurs when trying to view the file through Internet Explorer: The XML page cannot be displayed Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later. _____ Invalid at the top level of the document. Error processing resource 'file:///C:/Documents and Settings/TGreeley/Local Settings/Temporary Internet Files/OLK2/mc_uk_dealer1.xml'. Line 1, Position 1  If I attach the file directly to Exchange/outlook I can view the xml file ok. Any clues? Thanks, Tim Applications Manager Cooper-Avon Tyres 01225 357473 tdgreeley@coopertire.com --Boundary_(ID_IZqruDMZ8UKa3O+tjnnJQg) Content-type: text/html; CHARSET=us-ascii Message
Not too sure if this is the right newsgroup to post this message, but you have been helpful in the past.
 
OpenVMS 7.3
TCPware(R) V5.5-3
 
I'm trying to send an XML file as an attachment via VMS mail to Exchange.  The following command works for csv files :
 
SEND/NOEDIT/FOREIGN/TYPE=1 Data1:[sales.internet]MC_US_DEALER.XML
tdgreeley@coopertire.com
but when trying it on a pre-formatted xml file produces the following error message occurs when trying to view the file through Internet Explorer:
 
The XML page cannot be displayed

Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later.


Invalid at the top level of the document. Error processing resource 'file:///C:/Documents and Settings/TGreeley/Local Settings/Temporary Internet Files/OLK2/mc_uk_dealer1.xml'. Line 1, Position 1


If I attach the file directly to Exchange/outlook I can view the xml file ok.
Any clues?
Thanks,
Tim
 
Applications Manager
Cooper-Avon Tyres
01225 357473
 
--Boundary_(ID_IZqruDMZ8UKa3O+tjnnJQg)-- ================================================================================ Archive-Date: Tue, 22 Apr 2003 10:35:58 -0400 Date: Tue, 22 Apr 2003 10:34:49 -0400 From: Don Frye Reply-To: Info-TCPware@process.com Subject: RE: xml & vmsmail To: "'info-tcpware@process.com'" Message-ID: <63D30D6E10CFD11190A90000F805FE8604ECB773@lespaul.process.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 ...courtesy of the Microsoft Knowledge Base: SYMPTOMS When you attempt to open an Extensible Markup Language (XML) document attached to an e-mail message, you may receive the following error message in a Microsoft Internet Explorer browser window: The XML page cannot be displayed. Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later. Access is denied. CAUSE This behavior occurs if both of the following conditions are true: * The .xml file is attached to a Microsoft Outlook or Microsoft Outlook Express e-mail message. -and- * You attempt to open the .xml file attachment either by double-clicking the attachment or by right-clicking the attachment and then clicking Open. When you open an attachment in an HTML or XML-formatted mail message, the attachment is placed in the Temporary Internet Files folder on your computer's hard disk, and Internet Explorer opens the file from this location. Internet Explorer is unable to load .xml files from the Temporary Internet Files folder, and as a result, when you attempt to open an .xml file attachment from an Outlook or Outlook Express e-mail message, you receive the message described in the "Symptoms" section of this article. WORKAROUND To work around this issue, save the .xml file attachment to another location on your hard disk, and then open the file from this location. To do this, follow these steps: 1. Start Outlook or Outlook Express, and then open the message that contains the .xml file attachment that you want to open. 2. Right-click the attachment, and then click Save As. 3. In the Save Attachment dialog box, specify a name and a location in which to save the file, and then click Save. 4. Close the message window. 5. Start Windows Explorer, and then locate the .xml file that you saved in step 3. 6. Double-click the file to open it. STATUS Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. MORE INFORMATION The Temporary Internet Files folder (Internet Explorer cache) is the location on your hard disk in which Web pages and other files, such as graphics, are stored as you view them. This feature speeds up the display of pages that you frequently visit or have already viewed, because Internet Explorer can access and open them from your hard disk instead of from the Web. -----Original Message----- From: Greeley, Tim D. [mailto:TDGreeley@coopertire.com] Sent: Tuesday, April 22, 2003 10:25 AM To: 'info-tcpware@process.com' Subject: xml & vmsmail Not too sure if this is the right newsgroup to post this message, but you have been helpful in the past. OpenVMS 7.3 TCPware(R) V5.5-3 I'm trying to send an XML file as an attachment via VMS mail to Exchange. The following command works for csv files : SEND/NOEDIT/FOREIGN/TYPE=1 Data1:[sales.internet]MC_US_DEALER.XML tdgreeley@coopertire.com but when trying it on a pre-formatted xml file produces the following error message occurs when trying to view the file through Internet Explorer: The XML page cannot be displayed Cannot view XML input using style sheet. Please correct the error and then click the Refresh button, or try again later. _____ Invalid at the top level of the document. Error processing resource 'file:///C:/Documents and Settings/TGreeley/Local Settings/Temporary Internet Files/OLK2/mc_uk_dealer1.xml'. Line 1, Position 1  If I attach the file directly to Exchange/outlook I can view the xml file ok. Any clues? Thanks, Tim Applications Manager Cooper-Avon Tyres 01225 357473 tdgreeley@coopertire.com ================================================================================ Archive-Date: Wed, 23 Apr 2003 05:00:09 -0400 Date: Wed, 23 Apr 2003 10:58:49 +0200 From: =?iso-8859-1?Q?=22Vorl=E4nder=2C_Martin=22?= Reply-To: Info-TCPware@process.com Subject: RPC issues To: "TCPware Mailing List (E-Mail)" Message-ID: <6bf7f5e9c9e49d39d0093763f15e985a3ea655cd@pdv-systeme.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hello world! I'm in the process of implementing an RPC server/client (platforms are OpenVMS Alpha 6.2-1H3, TCPware 5.5-3 server-side, and VMS and M$ client-side) When switching from single-process (which works like a charm) to a boss/worker model where the boss handles all network stuff and hands off the local work to worker processes, I had to also switch from single- to multithreaded in the boss process (and thus from TCP to TCPA, i.e. from RPC XDR to the older ONC RPC, as the docs call it). Ever since, for all RPC functions that take variable-length array parameters (the server API, written in PASCAL, takes conformant array parameters) the boss process gives me=20 %RPC-E-RECVERR, error receiving data -SYSTEM-F-EXQUOTA, process quota exceeded when the function is being called. Any idea for which quota to look? In a similar vein: Are there any plans to get RPC up-to-date to V4.0 (RFCs 1831, 1832)? And another RPC related thingie: Is TCPware's/MultiNet's XDR vulnerable to the integer overflows described in CERT Advisory CA-2003-10 (http://www.cert.org/advisories/CA-2003-10.html)? Thanks in advance for any hints, Martin --=20 Emacs would be a great | Martin Vorlaender | VMS & WNT programmer operating system, | work: mv@pdv-systeme.de if only it came with | http://www.pdv-systeme.de/users/martinv/ a decent editor... | home: martin@radiogaga.harz.de ================================================================================ Archive-Date: Wed, 23 Apr 2003 06:55:33 -0400 Date: Wed, 23 Apr 2003 06:54:07 -0400 From: "Main, Kerry" Reply-To: Info-TCPware@process.com Subject: RE: RPC issues To: info-tcpware@process.com Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hello Martin, As a suggestion, you might want to consider using Availability Manager = (AM) to troubleshoot issues like this. It is a free (price is right) = OpenVMS focussed management utility that is gui based (Windows or Motif = on OpenVMS), but, among numerous other things, allows you to do the = following on an OpenVMS platform - - dynamically monitor active processes (quota's, performance etc) - dynamically increase quota's for active processes (DCL based process = monitors can not do this) Reference: http://h71000.www7.hp.com/openvms/products/availman/index.html (home = page) http://h71000.www7.hp.com/openvms/products/availman/what.html = (description) Note - I know newsgroups don't like attachments, so, if interested, drop = me a line and I can forward a document with some AM screen shots that we = used on a big VAX to Alpha migration last weekend (TCPware = V5.6-2/OpenVMS V7.3-1). Regards Kerry Main Solutions Architect Hewlett-Packard (Canada) Co. Consulting & Integration Services Voice: 613-592-4660 Fax : 613-591-4477 Email: Kerry.Main@hp.com > -----Original Message----- > From: "Vorl=E4nder, Martin" [mailto:MV@PDV-SYSTEME.DE]=20 > Sent: April 23, 2003 4:59 AM > To: TCPware Mailing List (E-Mail) > Subject: RPC issues >=20 >=20 > Hello world! >=20 > I'm in the process of implementing an RPC server/client (platforms > are OpenVMS Alpha 6.2-1H3, TCPware 5.5-3 server-side, and VMS and M$ > client-side) >=20 > When switching from single-process (which works like a charm) to a > boss/worker model where the boss handles all network stuff and hands > off the local work to worker processes, I had to also switch from > single- to multithreaded in the boss process (and thus from TCP to > TCPA, i.e. from RPC XDR to the older ONC RPC, as the docs call it). >=20 > Ever since, for all RPC functions that take variable-length array > parameters (the server API, written in PASCAL, takes conformant > array parameters) the boss process gives me=20 >=20 > %RPC-E-RECVERR, error receiving data > -SYSTEM-F-EXQUOTA, process quota exceeded >=20 > when the function is being called. Any idea for which quota to look? >=20 > In a similar vein: Are there any plans to get RPC up-to-date to V4.0 > (RFCs 1831, 1832)? >=20 > And another RPC related thingie: Is TCPware's/MultiNet's XDR=20 > vulnerable > to the integer overflows described in CERT Advisory CA-2003-10 > (http://www.cert.org/advisories/CA-2003-10.html)? >=20 > Thanks in advance for any hints, > Martin > --=20 > Emacs would be a great | Martin Vorlaender | VMS & WNT=20 > programmer > operating system, | work: mv@pdv-systeme.de > if only it came with | =20 > http://www.pdv-systeme.de/users/martinv/ > a decent=20 > editor... | home: martin@radiogaga.harz.de >=20 ================================================================================ Archive-Date: Thu, 24 Apr 2003 04:02:52 -0400 Date: Thu, 24 Apr 2003 10:01:31 +0200 From: =?iso-8859-1?Q?=22Vorl=E4nder=2C_Martin=22?= Reply-To: Info-TCPware@process.com Subject: RE: RPC issues To: info-tcpware@process.com CC: "Main, Kerry" Message-ID: <5dd415d2ceba7d2aeeff36ccd59be7573ea799df@pdv-systeme.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Hi Kerry, > As a suggestion, you might want to consider using=20 > Availability Manager (AM) to troubleshoot issues like this. Thanks for the suggestion. I've wanted to look into AM for a long time,=20 and did already download the V2.3 kits and docs. > Note - I know newsgroups don't like attachments, so, if=20 > interested, drop me a line and I can forward a document with=20 > some AM screen shots that we used on a big VAX to Alpha=20 > migration last weekend (TCPware V5.6-2/OpenVMS V7.3-1). Thanks again, but I think that won't be necessary. The AM docs are DEC=20 quality; furthermore, I've attended a speech on AM given by G=FCnter=20 Kriebel of HP at the recent german DECUS symposium. Installing the collector on the node in question was easy (after I=20 installed the PCSI ECO kit - note to self: remember to really *read* the = installation manual :-), the analyzer gave me more of a headache. My=20 workstation is still on NT4, so no go. I do have an Alpha on 7.3-1 (for=20 my VMS user trainings), but at 128 MB memory the Java-written analyzer=20 is extremely slow. At last, I found a W2K system I could use. But: Monitoring the job quotas shows nothing :-( I suspect the problem is with the process dynamic memory; while RPC XDR=20 streams the data, ONC RPC tries to allocate memory for all parameters in = advance. I'd wager a guess that the library routine calculates the = memory needed and compare against the available dynamic memory before even = trying to allocate it, and fails with the mentioned error message. Anyway, thanks for the chance to look at AM. It *is* a great tool, even=20 if it didn't help in my case. cu, Martin --=20 OpenVMS DCL | Martin Vorlaender | VMS & WNT programmer | work: mv@pdv-systeme.de The Original .COM | http://www.pdv-systeme.de/users/martinv/ | home: martin@radiogaga.harz.de ================================================================================ Archive-Date: Thu, 24 Apr 2003 05:27:08 -0400 Date: Thu, 24 Apr 2003 11:25:56 +0200 From: =?iso-8859-1?Q?=22Vorl=E4nder=2C_Martin=22?= Reply-To: Info-TCPware@process.com Subject: RE: RPC issues To: info-tcpware@process.com Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Looking at the problem from another view: The RPC server that uses the RPC XDR routines does all that I need, *except* the ability to serve multiple clients. Is there a technique to implement an RPC server that can serve multiple clients using the RPC XDR routines? Thanks for any hints. cu, Martin --=20 OpenVMS @ 25 | Martin Vorlaender | VMS & WNT programmer | work: mv@pdv-systeme.de Still exceeding | http://www.pdv-systeme.de/users/martinv/ expectations | home: martin@radiogaga.harz.de ================================================================================ Archive-Date: Sun, 27 Apr 2003 15:18:55 -0400 Date: Sun, 27 Apr 2003 18:57:26 +0000 (GMT) From: "cordi(www.tusseries.tk)" Subject: calendario de subidas de buffy To: info-tcpware@process.com Reply-To: Info-TCPware@process.com Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN Content-Transfer-Encoding: QUOTED-PRINTABLE voi a poner una especie de calendario de subidas a las news de la ter= cera=20 de buffy by henky la cosa keda asi subire lunes en vmsnet.networks.tcp-ip.ucx miercoles en vmsnet.networks.tcp-ip.tcpware y viernes en vmsnet.networks.tcp-ip.ucx (el mismo q el lunes) lo hago asi para no saturar el grupo mucho ya ma=F1ana toca el posteo del 3x02,asi q el grupo nuevo lo estrenamo= s con el=20 3x03 el viernes 3x04,el lunes 5 de mayo el 3x05 y asi........ ================================================================================ Archive-Date: Wed, 30 Apr 2003 05:53:04 -0400 Date: Wed, 30 Apr 2003 11:51:35 +0200 From: =?iso-8859-1?Q?=22Vorl=E4nder=2C_Martin=22?= Reply-To: Info-TCPware@process.com Subject: RE: RPC issues To: "TCPware Mailing List (E-Mail)" Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable I wrote on 23-APR-2003: > I'm in the process of implementing an RPC server/client (platforms > are OpenVMS Alpha 6.2-1H3, TCPware 5.5-3 server-side, and VMS and M$ > client-side) [...] Got my problem solved (by having the underlying API changed ;-) No more Pascal conformant arrays, so no RPC variable-length arrays, and it started working. But I'd really appreciate an answer to my other concern: > Is TCPware's XDR vulnerable to the integer overflows > described in CERT Advisory CA-2003-10 > (http://www.cert.org/advisories/CA-2003-10.html)? Anyone? cu, Martin --=20 | Martin Vorlaender | VMS & WNT programmer Microsoft isn't the Borg: | work: mv@pdv-systeme.de the Borg have proper | http://www.pdv-systeme.de/users/martinv/ networking. | home: martin@radiogaga.harz.de