TCP/IP Setup

Total Page:16

File Type:pdf, Size:1020Kb

TCP/IP Setup

How to  Download FBF XML files, using Tortoise CVS TCP/IP Setup ======

(1) DNS

Need to point to Japan DNS for server name resolution. If this fails, use localhost file in Windows directory.

First, point to FAPL DNS  10.1.1.11

Then use any of these Japan DNS as alternates:  10.0.50.31  10.0.50.32  10.75.179.2

However, the above procedure no longer works. From below, nslookup using 10.0.50.32 as dns server, can lookup cvs.fbf.fai.fujitsu.com However, does not work for ping

So, using the IP resolved by nslookup, set into host file any of the IP resolved for cvs.fbf.fai.fujitsu.com e.g. 133.164.29.37 or 133.164.29.38 (2) Firewall needs to be opened for CVS and ftp

To confirm that the DNS is correct, ping the CVS server cvs.fbf.fai.fujitsu.com

As long as the hostname gets resolved to numeric IP, the DNS is okay. Don’t need to worry about any “Request timed out” errors as the firewall might block the ping.

C:\ >ping cvs.fbf.fai.fujitsu.com

Pinging cvs.fbf.fai.fujitsu.com [133.164.29.37] with 32 bytes of data:

Request timed out. Request timed out. Request timed out. Request timed out.

Ping statistics for 133.164.29.36: Packets: Sent = 4, Received = 0, Lost = 4 (100% loss), Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms

Open firewall

For CVS Firewall outgoing TCP connection to 133.164.29.37 to 38 on port 2401

To test CVS connection, telnet to port 2401 and then press Enter C:\>telnet 133.164.29.35 2401

cvs [pserver aborted]: bad auth protocol start:

Connection to host lost.

C:\>

For FTP Normal ftp port (21) to 133.164.29.35 to 38

Software Installation

(1) Install IE6 For Authentic on Win2000, SP4, need to install IE6 otherwise Authentic can run but will crash when loading XML file (Win2000 default comes with IE5).

(3) Install Tortoise CVS client TortoiseCVS-1.6.7.exe

(4) Install Authentic XML editor AUTHENTICDeskComplete2004.exe

User Name: Yuen Kit Mun Company: Fujitsu Asia Pte Ltd / MIS E-Mail: [email protected] Key-Code: fsh5G0-3NBbgM-D87SMB-Cg459e-AuhzC2

(5) Optional (actually, not recommended): Setting of XML environment for Authentic XML editor preview http://gnd.fai.fujitsu.com/global/ click on Preview preferences Or go directly to http://gnd.fai.fujitsu.com/global/Preview/Aej1l0ADZF.html CVS Download

CVS Update (from Windows Explorer, right click on empty directory, CVS Checkout)

SG CVS ======

1. Protocol: Password Server (:pserver:) 2. Server: cvs.fbf.fai.fujitsu.com 3. Repository folder: /CVS 4. User name: sg1 5. Module Name: FBF_SG 6. Password: gxeed45u

Also used this userid and password to access web form data https://secure.gnd.fai.fujitsu.com/reporting/FormReport/SG

PCAP CVS ======

Same as SG except

Module FBF_COMP: username:fpcap1 password:iubjv9fy Repository folder: /CVS

Due to large size of downloads, these are put in ftp instead of CVS

FTP ftp://downloads.ftp.fbf.fai.fujitsu.com/ Directory is /COMP ID : fpcap1 Password - iubjv9fy

C:\>ftp downloads.ftp.fbf.fai.fujitsu.com Connected to downloads.ftp.fbf.fai.fujitsu.com. 220 GND downloads server User (downloads.ftp.fbf.fai.fujitsu.com:(none)): fpcap1 331 Please specify the password. Password: 230-======230-# You are connected to downloads.ftp.fbf.fai.fujitsu.com 230-# 230-# Please, email [email protected] if you have any ques tions. 230-======230- 230- 230 Login successful. ftp> cd COMP 250 Directory successfully changed. ftp> ls 200 PORT command successful. Consider using PASV. 150 Here comes the directory listing. fel notebook pda tablet 226 Directory send OK. ftp: 28 bytes received in 0.04Seconds 0.70Kbytes/sec. ftp>

FMAL CVS ======

Same as SG except

CVS Module info: FBF_MICRO Username: fmal1 password: wnzecse0 Repository folder: /CVS

Due to large size of downloads, these are put in ftp instead of CVS ftp://downloads.ftp.fbf.fai.fujitsu.com/ (same IP as CVS) Changed directory to MICRO ID: fmal1 PW: wnzecse0

MY (need to update FMAL sitemap) ======Module: FBF_MY username: my1 password: murmu+56 Server: cvs.fbf.fai.fujitsu.com Repository folder: /CVS

PH (need to update FMAL sitemap) ======FBF_PH Username: ph1 Password: m1nd0ro (first "0" is a zero) Server: cvs.fbf.fai.fujitsu.com Repository folder: /CVS

IN (need to update FMAL sitemap) ======Module: FBF_IN username: in1 password: dhhxiiit Server: cvs-jp.fbf.fai.fujitsu.com Repository folder: /CVS

Authentic

(1) Associate .xmla files to Authentic

Tools / Options

Not so important, but safer to force all saved files to Windows text file format – CR and LF at end of line Reference

From: Darren Gilroy [mailto:[email protected]] Sent: Friday, November 12, 2004 11:01 AM To: Paula Grabowski Cc: 'Yuen Kit Mun'; [email protected]; 'Tai Hon Yen'; '[email protected]'; 'Bennet Lawan'; GND-Sysadmin; 'Marisheil Sikay'; 'Betty Jose'; 'Nenvi Grace Roman'; Makoto Mizuyama Subject: Re: CVS Issue - Mail List

All -

Today, we made significant improvements to our CVS services. This involved moving the CVS service from a single box to a pair of fast servers. We are doing load balancing and fail-over with round-robin DNS. The service name (cvs.fbf.fai.fujitsu.com and cvs- jp.fbf.fai.fujitsu.com) did not change, but CVS now answers on TWO ip addresses.

The new IP addresses: 133.164.29.35, 133.164.29.36 the old IP address is disabled.

This transition was largely transparent do our user base. However, it has come to our attention that some clients have hard-coded the IP address of the old CVS server. For these clients CVS service no longer works.

We ask that these clients to use the service name "cvs.fbf.fai.fujitsu.com" to access CVS. If you cannot resolve this address, please work with FJNIC on a solution. Ideally your DNS servers would forward the request to our DNS servers and cache the result to minimize traffic.

In the short term, switching to one of the IP addresses listed above is possible. Either or both will work. Please be aware that we will be taking these servers down (individually) for upgrades over the next two to three months as we install and configure a proper cluster to replace the round-robin DNS. Those who use the cvs.fbf.fai.fujitsu.com name to access these servers will notice no downtime. Those who use an IP address will.

Thank you for your understanding and please accept our apologies for this disruption as we improve our systems.

Thanks, Darren Gilroy.

======

======

From: Diego Lagunas [mailto:[email protected]] Sent: Thursday, April 01, 2004 7:15 PM To: [email protected]; 'Petar Karafezov' Cc: [email protected]; 'Emilia Georgieva' Subject: RE: Request -preparation for the training April 6th & 7th

The IP address at the moment is 133.164.29.18 but we will change it in the future. You should find out why your DNS does not resolve it.

Ping doesn't work because it's turned off on the host. A tracert to the IP address can help determining where it gets blocked.

TCP outgoing only should be enough.

It should go through the FJWAN.

======

From: Diego Lagunas [mailto:[email protected]] Sent: Thursday, April 01, 2004 2:58 PM To: [email protected] Cc: [email protected]; Emilia Georgieva Subject: RE: Request -preparation for the training April 6th & 7th

Dear Yuen,

Sorry if you didn't receive the password.

Your username is "sg1" and password is "gxeed45u" (without the quotes).

Let me know if you have any trouble connecting. Regards, Diego

Recommended publications