alias

  1. S

    Solved Why are my Aliases not Accepted? [CSH and SH]

    Hello everyone, I'm following Urban Penguin's (UP) Udemy course on FreeBSD; in module eight he enlightens me on the existence of aliases, a remarkably useful feature. Supplemented by this FreeBSD Wiki on aliases, I tried to follow UP's example and add an alias to the cshell. I open .cshrc, in...
  2. F

    Solved How to save what was written to alias

    Every once in a while I type alias to freebsd shell(sh and bash), however after rebooting I got the same problem: aliases are not saved. How do I save it, so that it would be there for the rest of this PC's life. Also how do I copy them to bash and to other users. I do alias with following...
  3. M

    Solved IPV6 aliases in rc.conf

    I am currently running FreeBSD 12.0-RELEASE-p2, and I can't figure out how to create both IPV4 and IPV6 aliases for a loopback (lo1) interface using rc.conf on boot. Here is a snippet of my /etc/rc.conf: cloned_interfaces="lo1" ifconfig_lo1="inet 10.0.0.0 netmask 255.255.255.0"...
  4. Rastko

    Solved Quickly _list_ *edit* pkg aliases

    What's the easiest way to quickly list pkg aliases in pkg.conf?
  5. kazix

    IPFW, Jail and network alias

    Hello, I'm trying to configure IPFW on machine with jail (FreeBSD 11.1) Host have one big lagg0, and when jail starting create alias on this lagg0. lagg0: flags=8843... metric 0 mtu 1500 options=401ba.... ether .... inet 10.10.1.102 netmask 0xffffff00 broadcast 10.10.1.255...
  6. M

    Solved sysutils/screen: Aliases disabled?

    I'm not able to access any of my bash aliases when using sysutils/screen. Do I need to move them to a different file, or is there a config setting I need to use? My bash aliases currently reside in my /home/.bash_profile file. Screen is using bash as a shell. [localhost ~]$ screen GNU Screen...
  7. MMacD

    Setting up DNS alias records

    Apologies if this should be in the ports (I'm using nsd) or networking sections; please feel free to move it, if so. I want both "momcat" and "www" to resolve to the same IP (192.168.0.96 at present). If I'm right (please correct me if I'm not!), this should resolve correctly in the forward...
  8. A

    Solved security/doas can't work with zsh alias

    % cat /usr/local/etc/doas.conf permit nopass keepenv fbsd as root permit nopass keepenv root as root % id -nu fbsd % doas id -nu root % echo $SHELL /usr/local/bin/zsh % doas echo $SHELL /usr/local/bin/zsh % alias vi=vim % doas alias % % doas -s # alias vi=vim As this shows, doas doesn't know...
  9. goshanecr

    Solved Aliases to lo0 clones to re1

    Good day! I have a strange behavior with 11-STABLE: uname -a 11.0-STABLE FreeBSD 11.0-STABLE #0 r313042: Wed Feb 1 23:27:02 +05 2017 amd64 /etc/rc.conf # Local network ifconfig_re0="inet 192.168.17.1 netmask 255.255.255.0" ifconfig_re0_alias0="inet 192.168.18.1 netmask 255.255.255.0" #...
  10. timypcr

    Delete network alias

    I created a bad alias when attempting to setup networking for a jail. I ran ifconfig bce0 alias 192.168.1.111 netmask 0xffffff00 broadcast 192.168.4.255 when I should have done this ifconfig bce0 alias 192.168.4.111 netmask 0xffffff00 broadcast 192.168.4.255 I've corrected the problem but...
  11. F

    Solved Best way to adress a jail

    Hello, I'm currently my FreeBSD machine and I wondering what'S best option to adress a jail with IP. my ifconfig re0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500 options=8209b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_MAGIC,LINKSTATE>...
  12. Koen Martens

    IPv6: No neighbour sollicitation goes unanswered for inet alias

    Hello forum, I have a dual-stack FreebsdBSD 9.3 host. I have a main IPv6 address and several aliases on the bridge0 interface (although I have this same problem on another host which has the IPv6 address and aliases on a normal interface, em0). Somehow the aliases won't work for me. The host...
Back
Top