terrorgen
terrorgen





About
- Username
- terrorgen
- Joined
- Visits
- 6,529
- Last Active
- Roles
- Member, OG
- Karma
- 1,237
Comments
-
(Quote) Northern twin cities should get some love too... Weather is not too dissimilar from south TC.
-
He does not have a provider tag.
-
Why all good stuff are in the southern twin cities?
-
Looks good now. Thanks.
-
I did several times and also before I posted this. Still there.
-
Logged in just now and got this message: (Quote)
-
(Quote) If only I have 48 hours a day...
-
(Quote) Meh, I have other small joys in life I rather have than gaming...
-
I don't game... So...
-
Daily driving Linux and work computer's windows is taken care of by... Work... so not an issue for me.
-
(Quote) Ah I see what you did there...
-
Any good tutorials? Haven't tried it but not opposed to learn more! EDIT: nvm. I don't have access to any servers with IPMI.
-
(Quote) If that is a butt plug... It's gonna freaking hurt.
-
(Quote) Oh, yes, very true. Why does the kernel choose to accept some prefixes and deny some other, when their nexthops are the same?
-
(Quote) Might need someone who truly understands the Linux kernel network stack to explain it to us.
-
(Quote) IKR?
-
Somehow I have to set the next hop router's address to "onlink" for the routes to install, which is weird. The next hop router is reachable anyways without setting this.
-
(Quote) Still redirected to gov.cn for me.
-
redirected to gov.cn lol
-
Does the Yeti have enough YETIBucks to travel to the Himalayas to claim the reimbursement money?
-
(Quote) Thanks but unfortunately, that doesn't describe my problem though. I can reach the multi hop router fine.
-
(Quote) Why? It is potentially dangerous to just import and export all. Plus, it doesn't make any difference to the problem anyways.
-
router id 4.3.2.1;log syslog all;function is_self_net() -> bool { return net ~ 2001:db8:abcd::/48;}protocol device { scan time 10;}protocol static sss { ipv6; route 2001:db8:abcd::/48 unreachable;}protocol kernel { …
-
that is the statically configured default route: default via 2001:db8:3::1 dev enp3s0 proto static metric 1024 pref medium
-
there is a default master4 and master6 table. If you don't specify the table in the config the default tables are used. That being said, this is not the first nor the only BGP session I have. All sessions are written with the snippet above and…