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?
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
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.
add a comment |
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
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.
add a comment |
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
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
networking tunnel
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.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
use crontab
sudo crontab -e
insted of setting the time of miniute hour ect* * * * *
command>`
you will use
@reboot <command>
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
use crontab
sudo crontab -e
insted of setting the time of miniute hour ect* * * * *
command>`
you will use
@reboot <command>
add a comment |
use crontab
sudo crontab -e
insted of setting the time of miniute hour ect* * * * *
command>`
you will use
@reboot <command>
add a comment |
use crontab
sudo crontab -e
insted of setting the time of miniute hour ect* * * * *
command>`
you will use
@reboot <command>
use crontab
sudo crontab -e
insted of setting the time of miniute hour ect* * * * *
command>`
you will use
@reboot <command>
answered Apr 12 '13 at 20:50
wlraider70wlraider70
1,3681123
1,3681123
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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