configure GRE tunnel to start on reboot?Set up eth0 network interface using DHCP in initramfsIPv6 tunnels -...

Was this cameo in Captain Marvel computer generated?

The (Easy) Road to Code

Can inspiration allow the Rogue to make a Sneak Attack?

Professor forcing me to attend a conference, I can't afford even with 50% funding

What is better: yes / no radio, or simple checkbox?

Propulsion Systems

3.5% Interest Student Loan or use all of my savings on Tuition?

Why would /etc/passwd be used every time someone executes `ls -l` command?

Insult for someone who "doesn't know anything"

Vector-transposing function

How to distinguish easily different soldier of ww2?

Rationale to prefer local variables over instance variables?

Can I negotiate a patent idea for a raise, under French law?

I can't die. Who am I?

What should I do when a paper is published similar to my PhD thesis without citation?

Where is the License file location for Identity Server in Sitecore 9.1?

Short SF story. Females use stingers to implant eggs in yearfathers

How to install "rounded" brake pads

Does an unused member variable take up memory?

Was it really inappropriate to write a pull request for the company I interviewed with?

Limpar string com Regex

Cycles on the torus

ESPP--any reason not to go all in?

What is the oldest European royal house?



configure GRE tunnel to start on reboot?


Set up eth0 network interface using DHCP in initramfsIPv6 tunnels - any easy way to turn them on and off?How to set up NAT and Host-Only networking with static IP address in VirtualBoxUbuntu 14.04 LTS server: configure virtual network devices [fail]Ubuntu server - cannot set static ipHow to change ip address of host at runtime?Virt manager macvtap guest interface settingsFailed to restart the network driverip tunnel of network 10.0.0.x (machine A) via 152.83 to machine BVBox : Proper way to setup two network cards?













0















i'm trying to configure GRE tunnel (between 2 VBOX ubuntu server 12.04 LTS on win 7 host) but it keep failed. can anyone help??????



the configuration in /etc/network/interfaces



VBOX A

ip address 172.168.1.1 /24

ip tunnel 10.0.201.1 /24


VBOX A

iptunnel add tunX mode gre remote 172.168.1.1 local 172.168.2.1 ttl 225

ifconfig tunX 10.0.201.1/24

ifconfig tunX up

ifconfig tunX pointopoint 10.0.201.2

ifconfig tunX multicast


VBOX B

ip address 172.168.2.1 /24

ip tunnel 10.0.201.2 /24


seting tunnel di VBOX B

iptunnel add tunY mode gre local 172.168.2.1 remote 172.168.1.1 ttl 225

ifconfig tunY 10.0.201.2/24

ifconfig tunY up

ifconfig tunY pointopoint 10.0.201.1

ifconfig tunY multicast



(but ifconfig shows the tunnel is up)





i'll really appreciate any help :)



are there any other way to configure the GRE tunnel to start on reboot beside /etc/network/interfaces configuration???










share|improve this question














bumped to the homepage by Community 14 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.




















    0















    i'm trying to configure GRE tunnel (between 2 VBOX ubuntu server 12.04 LTS on win 7 host) but it keep failed. can anyone help??????



    the configuration in /etc/network/interfaces



    VBOX A

    ip address 172.168.1.1 /24

    ip tunnel 10.0.201.1 /24


    VBOX A

    iptunnel add tunX mode gre remote 172.168.1.1 local 172.168.2.1 ttl 225

    ifconfig tunX 10.0.201.1/24

    ifconfig tunX up

    ifconfig tunX pointopoint 10.0.201.2

    ifconfig tunX multicast


    VBOX B

    ip address 172.168.2.1 /24

    ip tunnel 10.0.201.2 /24


    seting tunnel di VBOX B

    iptunnel add tunY mode gre local 172.168.2.1 remote 172.168.1.1 ttl 225

    ifconfig tunY 10.0.201.2/24

    ifconfig tunY up

    ifconfig tunY pointopoint 10.0.201.1

    ifconfig tunY multicast



    (but ifconfig shows the tunnel is up)





    i'll really appreciate any help :)



    are there any other way to configure the GRE tunnel to start on reboot beside /etc/network/interfaces configuration???










    share|improve this question














    bumped to the homepage by Community 14 mins ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.


















      0












      0








      0








      i'm trying to configure GRE tunnel (between 2 VBOX ubuntu server 12.04 LTS on win 7 host) but it keep failed. can anyone help??????



      the configuration in /etc/network/interfaces



      VBOX A

      ip address 172.168.1.1 /24

      ip tunnel 10.0.201.1 /24


      VBOX A

      iptunnel add tunX mode gre remote 172.168.1.1 local 172.168.2.1 ttl 225

      ifconfig tunX 10.0.201.1/24

      ifconfig tunX up

      ifconfig tunX pointopoint 10.0.201.2

      ifconfig tunX multicast


      VBOX B

      ip address 172.168.2.1 /24

      ip tunnel 10.0.201.2 /24


      seting tunnel di VBOX B

      iptunnel add tunY mode gre local 172.168.2.1 remote 172.168.1.1 ttl 225

      ifconfig tunY 10.0.201.2/24

      ifconfig tunY up

      ifconfig tunY pointopoint 10.0.201.1

      ifconfig tunY multicast



      (but ifconfig shows the tunnel is up)





      i'll really appreciate any help :)



      are there any other way to configure the GRE tunnel to start on reboot beside /etc/network/interfaces configuration???










      share|improve this question














      i'm trying to configure GRE tunnel (between 2 VBOX ubuntu server 12.04 LTS on win 7 host) but it keep failed. can anyone help??????



      the configuration in /etc/network/interfaces



      VBOX A

      ip address 172.168.1.1 /24

      ip tunnel 10.0.201.1 /24


      VBOX A

      iptunnel add tunX mode gre remote 172.168.1.1 local 172.168.2.1 ttl 225

      ifconfig tunX 10.0.201.1/24

      ifconfig tunX up

      ifconfig tunX pointopoint 10.0.201.2

      ifconfig tunX multicast


      VBOX B

      ip address 172.168.2.1 /24

      ip tunnel 10.0.201.2 /24


      seting tunnel di VBOX B

      iptunnel add tunY mode gre local 172.168.2.1 remote 172.168.1.1 ttl 225

      ifconfig tunY 10.0.201.2/24

      ifconfig tunY up

      ifconfig tunY pointopoint 10.0.201.1

      ifconfig tunY multicast



      (but ifconfig shows the tunnel is up)





      i'll really appreciate any help :)



      are there any other way to configure the GRE tunnel to start on reboot beside /etc/network/interfaces configuration???







      networking tunnel






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Apr 5 '13 at 9:06









      gulamerahgulamerah

      112




      112





      bumped to the homepage by Community 14 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 14 mins ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
























          1 Answer
          1






          active

          oldest

          votes


















          0














          use crontab



          sudo crontab -e



          insted of setting the time of miniute hour ect
          * * * * *command>`



          you will use



          @reboot <command>






          share|improve this answer























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "89"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f278101%2fconfigure-gre-tunnel-to-start-on-reboot%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            use crontab



            sudo crontab -e



            insted of setting the time of miniute hour ect
            * * * * *command>`



            you will use



            @reboot <command>






            share|improve this answer




























              0














              use crontab



              sudo crontab -e



              insted of setting the time of miniute hour ect
              * * * * *command>`



              you will use



              @reboot <command>






              share|improve this answer


























                0












                0








                0







                use crontab



                sudo crontab -e



                insted of setting the time of miniute hour ect
                * * * * *command>`



                you will use



                @reboot <command>






                share|improve this answer













                use crontab



                sudo crontab -e



                insted of setting the time of miniute hour ect
                * * * * *command>`



                you will use



                @reboot <command>







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Apr 12 '13 at 20:50









                wlraider70wlraider70

                1,3681123




                1,3681123






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Ask Ubuntu!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f278101%2fconfigure-gre-tunnel-to-start-on-reboot%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Why do type traits not work with types in namespace scope?What are POD types in C++?Why can templates only be...

                    Will tsunami waves travel forever if there was no land?Why do tsunami waves begin with the water flowing away...

                    Should I use Docker or LXD?How to cache (more) data on SSD/RAM to avoid spin up?Unable to get Windows File...