Endian Knowledge Base
Search:     Advanced search
Browse by category:

How to reach Endian Firewall via SSH if a fresh installation does not boot and I would like to reach the machine when the installer finished to install all packages?

Add comment
Views: 2566
Votes: 0
Comments: 0
Posted: 20 Feb, 2007
by: Warasin P.
Updated: 04 Dec, 2008
by: Admin A.
  1. Switch to the console (Alt-F3)
  2. Chroot into the installation using:

    chroot /harddisk
  3. Mount proc:

    mount -t proc none /proc
  4. Mount devpts:

    mount -t devpts none /dev/pts
  5. Start SSH:

    /etc/init.d/sshd start
  6. Assign an IP address manually:

    ifconfig ethX ip.ip.ip.ip netmask mask.mask.mask.mask up

    replace ethX with the interface you need to use, for example eth0 and  ip.ip.ip.ip and mask.mask.mask.mask respectively with the ip address and netmask which you like you have.

  7. If you need to have access from internet, set the default gateway with:

    route add default gw gw.gw.gw.gw

    replace gw.gw.gw.gw with the default gateway to be used.
Others in this Category
document Connecting to OpenVPN from behind (quite) any firewall through Port 80
document How to generally allow traffic from BLUE or ORANGE to GREEN?
document How to fix translation errors on launchpad and install the bleeding edge language files from launchpad?
document How to add custom cron jobs
document How to resend a quarantined mail from the local quarantine?
document How to change the admin password if i have only shell access?
document How to block skype?
document My /boot partition is to small for the kernel updates, How to resize it?



RSS