Find the answer to your Linux question:
Results 1 to 3 of 3
Hello guys, Please anyone tell me how to configure SCPS Gateway between two end systems. I have configured , but i could not run successfully. Both end systems could not ...
  1. #1
    Just Joined!
    Join Date
    Jul 2010
    Location
    madurai
    Posts
    6

    Need help in scps

    Hello guys,


    Please anyone tell me how to configure SCPS Gateway between two end systems.
    I have configured , but i could not run successfully. Both end systems could not communicate each other after running gateway command on both systems. Please provide me a solution.


    Thanks,
    karthikeyan R

  2. #2
    Just Joined!
    Join Date
    May 2008
    Location
    Bangalore, India
    Posts
    24
    both systems could not communicate means what.
    can you do ssh to both systems, if yes then it will work

    if you can send the logs it will help.

  3. #3
    Just Joined!
    Join Date
    Jul 2010
    Location
    madurai
    Posts
    6

    Smile

    Hi,

    Thanks for your response.


    I could not ping each other . I think I am having problem in scps basic configuration. Can you tell me about basic configuration of SCPS.


    this is what i am getting log when i run gateway command:
    [root@linkjet-client bin]# ./gateway

    READ RSC FILE #0
    -----------------
    A-Interface eth4:
    Buf size is 16000.
    Receive buf size is 0.
    Rate is 10000000.
    Minimum Rate is 10000000.
    Congestion control is 1.
    Divert port is 53000.
    MTU is 1500.
    Sending MTU is 1500.
    Minimum RTO is 250000.
    Maximum RTO is 64000000.
    Protocol Layering is 0.
    Default network layer is 1.
    Timestamps is 1.
    SNACKS is 1.
    nodelay is is 0.
    B-Interface tap0:
    Buf size is 500000.
    Receive buf size is 0.
    Rate is 2000000.
    Minimum Rate is 2000000.
    Divert port is 53001.
    MTU is 1500.
    Sending MTU is 1500.
    Minimum RTO is 600000.
    Maximum RTO is 64000000.
    Protocol Layering is 0.
    Default network layer is 1.
    Timestamps is 1.
    SNACKS is 1.
    nodelay is is 0.
    Port C is 52000.
    SCPS local UDP port is 7168.
    SCPS remote UDP port is 7167.

    iptables:: ifconfig aif down
    aif: unknown interface: No such device
    iptables:: brctl delif aif tap1
    bridge aif does not exist!
    iptables:: brctl delif aif eth4
    bridge aif does not exist!
    iptables:: brctl delbr aif
    bridge aif doesn't exist; can't delete it
    iptables:: ifconfig bif down
    bif: unknown interface: No such device
    iptables:: brctl delif bif tap2
    bridge bif does not exist!
    iptables:: brctl delif bif tap0
    bridge bif does not exist!
    iptables:: brctl delbr bif
    bridge bif doesn't exist; can't delete it
    Got tap0 interface address: 10.4.0.2 255.255.255.0
    iptables:: ip link set dev tap1 up
    iptables:: ip link set dev tap2 up
    iptables:: brctl addbr aif
    iptables:: brctl addif aif tap1
    iptables:: brctl addif aif eth4
    iptables:: brctl stp aif off
    iptables:: ifconfig aif up
    iptables:: brctl addbr bif
    iptables:: brctl addif bif tap2
    iptables:: brctl addif bif tap0
    iptables:: brctl stp bif off
    iptables:: ifconfig bif up
    iptables:: ip addr del 192.168.40.5 dev eth4
    Warning: Executing wildcard deletion to stay compatible with old scripts.
    Explicitly specify the prefix length (192.168.40.5/32) to avoid this warning.
    This special behaviour is likely to disappear in further releases,
    fix your scripts!
    iptables:: ifconfig aif 192.168.40.5 netmask 255.255.255.0
    iptables:: ip addr del 10.4.0.2 dev tap0
    Warning: Executing wildcard deletion to stay compatible with old scripts.
    Explicitly specify the prefix length (10.4.0.2/32) to avoid this warning.
    This special behaviour is likely to disappear in further releases,
    fix your scripts!
    iptables:: ifconfig bif 10.4.0.2 netmask 255.255.255.0
    tp_utility.c 370 route_sock = 0 rouet_sock2 1

    After this if i ping any systems on my network it shows
    ping xxx.xxx.xxx.xxx
    connect: Network is unreachable

    What I am missing?

    Thanks
    karthikeyan .R

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...